From 49c9e02618d8d26e6d15909f311496862331827f Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: May 09 2010 07:09:48 +0000 Subject: - update to latest upstream - use perl_default_filter and DESTDIR --- diff --git a/.cvsignore b/.cvsignore index 44179f6..549e787 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Crypt-Twofish-2.13.tar.gz +Crypt-Twofish-2.14.tar.gz diff --git a/perl-Crypt-Twofish.spec b/perl-Crypt-Twofish.spec index f83a76c..4ff3af3 100644 --- a/perl-Crypt-Twofish.spec +++ b/perl-Crypt-Twofish.spec @@ -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}-%{version}-%{release}-root-%(%{__id_u} -n) 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 2.14-1 +- update to latest upstream +- use perl_default_filter and DESTDIR + * Fri Apr 30 2010 Marcela Maslanova - 2.13-4 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index 3b7fb02..a217923 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c75848ba2cf91e0438f477a3ea80899 Crypt-Twofish-2.13.tar.gz +295c059d18f9a46dd14bd765fc465318 Crypt-Twofish-2.14.tar.gz