Browse Source

* new packages

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5894 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 12 years ago
parent
commit
3bef709299

+ 95 - 0
p/perl-Crypt-Rijndael/perl-Crypt-Rijndael-vl.spec

@@ -0,0 +1,95 @@
+Name:           perl-Crypt-Rijndael
+Version:        1.09
+Release:        1%{?_dist_release}
+Summary:        Crypt::CBC compliant Rijndael encryption module
+License:        LGPLv2+
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Crypt-Rijndael/
+Source0:        http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Crypt-Rijndael-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(Digest::MD5)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Manifest) >= 1.14
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+This module implements the Rijndael cipher, which has just been selected as
+the Advanced Encryption Standard.
+
+%prep
+%setup -q -n Crypt-Rijndael-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make pure_install DESTDIR=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc Changes COPYING LICENSE NEWS README
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/Crypt*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Mar 13 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.09-1
+- initial build for Vine Linux
+
+* Sat Jan 14 2012 Iain Arnell <iarnell@gmail.com> 1.09-7
+- BuildRequires perl(Digest::MD5)
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.09-5
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-3
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-2
+- Mass rebuild with perl-5.12.0
+
+* Sat Apr 24 2010 Iain Arnell <iarnell@gmail.com> 1.09-1
+- update to latest upstream version
+- use perl_default_filter and DESTDIR
+- cleanup requires
+
+* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1.06-5
+- rebuild against perl 5.10.1
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Jun 23 2008 Nigel Jones <dev@nigelj.com> - 1.06-2
+- Missing Test::Pod deps
+
+* Mon Jun 23 2008 Nigel Jones <dev@nigelj.com> - 1.06-1
+- Specfile autogenerated by cpanspec 1.77.

+ 49 - 0
p/perl-Data-Phrasebook-Loader-YAML/perl-Data-Phrasebook-Loader-YAML-vl.spec

@@ -0,0 +1,49 @@
+%define real_name Data-Phrasebook-Loader-YAML
+
+Summary:        Absract your phrases with YAML
+Name:           perl-%{real_name}
+Version:        0.09
+Release:        1%{?_dist_release}
+License:        Artistic or GPL+
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/
+Source0:        http://www.cpan.org/modules/by-module/Data/Data-Phrasebook-Loader-YAML-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Data::Phrasebook) >= 0.18
+BuildRequires:  perl(Test::More) >= 0.47
+BuildRequires:  perl(YAML) >= 0.35
+
+%description
+Absract your phrases with YAML.
+
+%prep
+%setup -q -n %{real_name}-%{version}
+
+%build
+CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags} OPTIMIZE="%{optflags}"
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-, root, root, -)
+%doc Artistic COPYING Changes INSTALL LICENSE MANIFEST MANIFEST.SKIP META.yml README examples
+%{_mandir}/man3/*
+%{perl_vendorlib}/*
+
+%changelog
+* Tue Mar 13 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.09-1
+- initial build for Vine Linux

+ 56 - 0
p/perl-Data-Phrasebook/perl-Data-Phrasebook-vl.spec

@@ -0,0 +1,56 @@
+%define real_name Data-Phrasebook
+
+Summary:        Base class for Phrasebook Models
+Name:           perl-%{real_name}
+Version:        0.31
+Release:        1%{?_dist_release}
+License:        Artistic or GPL+
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Data-Phrasebook/
+Source0:        http://www.cpan.org/modules/by-module/Data/Data-Phrasebook-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(Test::More) >= 0.47
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Pluggable) >= 2.7
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(Test::More) >= 0.47
+Requires:       perl(Module::Pluggable) >= 2.7
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+%description
+Base class for Phrasebook Models.
+
+%prep
+%setup -q -n %{real_name}-%{version}
+
+%build
+CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags} OPTIMIZE="%{optflags}"
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+chmod -c -x examples/*
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc ChangeLog Changes INSTALL LICENSE MANIFEST MANIFEST.SKIP META.* README
+%doc examples
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Mar 13 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.31-1
+- initial build for Vine Linux