Author: iarnell Update of /cvs/pkgs/rpms/perl-Crypt-Twofish/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8163 Modified Files: .cvsignore perl-Crypt-Twofish.spec sources Log Message: * Sun May 09 2010 Iain Arnell <iarnell@xxxxxxxxx> 2.14-1 - update to latest upstream - use perl_default_filter and DESTDIR Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Twofish/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 13 May 2009 14:58:15 -0000 1.2 +++ .cvsignore 9 May 2010 07:09:47 -0000 1.3 @@ -1 +1 @@ -Crypt-Twofish-2.13.tar.gz +Crypt-Twofish-2.14.tar.gz Index: perl-Crypt-Twofish.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Twofish/devel/perl-Crypt-Twofish.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Crypt-Twofish.spec 30 Apr 2010 13:18:39 -0000 1.4 +++ perl-Crypt-Twofish.spec 9 May 2010 07:09:48 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Crypt-Twofish -Version: 2.13 -Release: 4%{?dist} +Version: 2.14 +Release: 1%{?dist} Summary: Twofish Encryption Algorithm License: GPL+ or Artistic Group: Development/Libraries @@ -10,17 +10,13 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Twofish is a 128-bit symmetric block cipher with a variable length (128, 192, or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at http://www.counterpane.com/twofish.html. -# don't "provide" private Perl libs -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__deploop R}" - %prep %setup -q -n Crypt-Twofish-%{version} @@ -31,7 +27,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; @@ -53,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun May 09 2010 Iain Arnell <iarnell@xxxxxxxxx> 2.14-1 +- update to latest upstream +- use perl_default_filter and DESTDIR + * Fri Apr 30 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 2.13-4 - Mass rebuild with perl-5.12.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-Twofish/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 13 May 2009 14:58:15 -0000 1.2 +++ sources 9 May 2010 07:09:48 -0000 1.3 @@ -1 +1 @@ -7c75848ba2cf91e0438f477a3ea80899 Crypt-Twofish-2.13.tar.gz +295c059d18f9a46dd14bd765fc465318 Crypt-Twofish-2.14.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel