[perl-Crypt-Eksblowfish] update to 0.009

Iain Arnell iarnell at fedoraproject.org
Sat Apr 30 08:20:14 UTC 2011


commit 8c517102e6cc56928b546e516f65168f458e5bab
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Apr 30 10:19:53 2011 +0200

    update to 0.009

 perl-Crypt-Eksblowfish.spec |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/perl-Crypt-Eksblowfish.spec b/perl-Crypt-Eksblowfish.spec
index 9509da1..f65408a 100644
--- a/perl-Crypt-Eksblowfish.spec
+++ b/perl-Crypt-Eksblowfish.spec
@@ -1,12 +1,11 @@
 Name:           perl-Crypt-Eksblowfish
-Version:        0.008
-Release:        4%{?dist}
+Version:        0.009
+Release:        1%{?dist}
 Summary:        Eksblowfish block cipher
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-Eksblowfish/
 Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Crypt-Eksblowfish-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(Class::Mix) >= 0.001
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.15
 BuildRequires:  perl(Module::Build)
@@ -30,8 +29,6 @@ block cipher, ready to encrypt and decrypt.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -41,17 +38,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Crypt*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Apr 30 2011 Iain Arnell <iarnell at gmail.com> 0.009-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.008-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 



More information about the perl-devel mailing list