| [5894] | 1 | Name: perl-Crypt-Rijndael |
|---|
| 2 | Version: 1.09 |
|---|
| 3 | Release: 1%{?_dist_release} |
|---|
| 4 | Summary: Crypt::CBC compliant Rijndael encryption module |
|---|
| 5 | License: LGPLv2+ |
|---|
| 6 | Group: Development/Libraries |
|---|
| 7 | URL: http://search.cpan.org/dist/Crypt-Rijndael/ |
|---|
| 8 | Source0: http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Crypt-Rijndael-%{version}.tar.gz |
|---|
| 9 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
|---|
| 10 | BuildRequires: perl(Digest::MD5) |
|---|
| 11 | BuildRequires: perl(ExtUtils::MakeMaker) |
|---|
| 12 | BuildRequires: perl(Test::Manifest) >= 1.14 |
|---|
| 13 | BuildRequires: perl(Test::More) |
|---|
| 14 | BuildRequires: perl(Test::Pod) |
|---|
| 15 | BuildRequires: perl(Test::Pod::Coverage) |
|---|
| 16 | Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) |
|---|
| 17 | |
|---|
| 18 | %{?perl_default_filter} |
|---|
| 19 | |
|---|
| 20 | %description |
|---|
| 21 | This module implements the Rijndael cipher, which has just been selected as |
|---|
| 22 | the Advanced Encryption Standard. |
|---|
| 23 | |
|---|
| 24 | %prep |
|---|
| 25 | %setup -q -n Crypt-Rijndael-%{version} |
|---|
| 26 | |
|---|
| 27 | %build |
|---|
| 28 | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" |
|---|
| 29 | make %{?_smp_mflags} |
|---|
| 30 | |
|---|
| 31 | %install |
|---|
| 32 | rm -rf %{buildroot} |
|---|
| 33 | |
|---|
| 34 | make pure_install DESTDIR=%{buildroot} |
|---|
| 35 | |
|---|
| 36 | find %{buildroot} -type f -name .packlist -exec rm -f {} \; |
|---|
| 37 | find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; |
|---|
| 38 | find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; |
|---|
| 39 | |
|---|
| 40 | %{_fixperms} %{buildroot}/* |
|---|
| 41 | |
|---|
| 42 | %check |
|---|
| 43 | make test |
|---|
| 44 | |
|---|
| 45 | %clean |
|---|
| 46 | rm -rf %{buildroot} |
|---|
| 47 | |
|---|
| 48 | %files |
|---|
| 49 | %defattr(-,root,root,-) |
|---|
| 50 | %doc Changes COPYING LICENSE NEWS README |
|---|
| 51 | %{perl_vendorarch}/auto/* |
|---|
| 52 | %{perl_vendorarch}/Crypt* |
|---|
| 53 | %{_mandir}/man3/* |
|---|
| 54 | |
|---|
| 55 | %changelog |
|---|
| 56 | * Tue Mar 13 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.09-1 |
|---|
| 57 | - initial build for Vine Linux |
|---|
| 58 | |
|---|
| 59 | * Sat Jan 14 2012 Iain Arnell <iarnell@gmail.com> 1.09-7 |
|---|
| 60 | - BuildRequires perl(Digest::MD5) |
|---|
| 61 | |
|---|
| 62 | * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-6 |
|---|
| 63 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
|---|
| 64 | |
|---|
| 65 | * Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.09-5 |
|---|
| 66 | - Perl mass rebuild |
|---|
| 67 | |
|---|
| 68 | * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-4 |
|---|
| 69 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
|---|
| 70 | |
|---|
| 71 | * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-3 |
|---|
| 72 | - 661697 rebuild for fixing problems with vendorach/lib |
|---|
| 73 | |
|---|
| 74 | * Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-2 |
|---|
| 75 | - Mass rebuild with perl-5.12.0 |
|---|
| 76 | |
|---|
| 77 | * Sat Apr 24 2010 Iain Arnell <iarnell@gmail.com> 1.09-1 |
|---|
| 78 | - update to latest upstream version |
|---|
| 79 | - use perl_default_filter and DESTDIR |
|---|
| 80 | - cleanup requires |
|---|
| 81 | |
|---|
| 82 | * Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 1.06-5 |
|---|
| 83 | - rebuild against perl 5.10.1 |
|---|
| 84 | |
|---|
| 85 | * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-4 |
|---|
| 86 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|---|
| 87 | |
|---|
| 88 | * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-3 |
|---|
| 89 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
|---|
| 90 | |
|---|
| 91 | * Mon Jun 23 2008 Nigel Jones <dev@nigelj.com> - 1.06-2 |
|---|
| 92 | - Missing Test::Pod deps |
|---|
| 93 | |
|---|
| 94 | * Mon Jun 23 2008 Nigel Jones <dev@nigelj.com> - 1.06-1 |
|---|
| 95 | - Specfile autogenerated by cpanspec 1.77. |
|---|