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