rpms/perl-Tie-EncryptedHash/devel perl-Tie-EncryptedHash.spec, 1.2, 1.3

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Mar 8 16:46:20 UTC 2007


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Tie-EncryptedHash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9982

Modified Files:
	perl-Tie-EncryptedHash.spec 
Log Message:
Buildrequire perl-devel for Fedora 7 onwards


Index: perl-Tie-EncryptedHash.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Tie-EncryptedHash/devel/perl-Tie-EncryptedHash.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Tie-EncryptedHash.spec	30 Aug 2006 07:37:03 -0000	1.2
+++ perl-Tie-EncryptedHash.spec	8 Mar 2007 16:45:48 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:	Hashes (and objects based on hashes) with encrypting fields
 Name:		perl-Tie-EncryptedHash
 Version:	1.21
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Tie-EncryptedHash/
@@ -12,6 +12,9 @@
 BuildRequires:	perl(Crypt::CBC)
 BuildRequires:	perl(Crypt::Blowfish)
 BuildRequires:	perl(Crypt::DES)
+%if 0%{?fedora} > 6
+BuildRequires:	perl-devel
+%endif
 
 %description
 Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting
@@ -46,19 +49,23 @@
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc Changes README.html TODO
 %{perl_vendorlib}/Tie/
 %{_mandir}/man3/Tie::EncryptedHash.3pm*
 
 %changelog
+* Thu Mar  8 2007 Paul Howarth <paul at city-fan.org> 1.21-3
+- Buildrequire perl-devel for Fedora 7 onwards
+- Fix argument order for find with -depth
+
 * Wed Aug 30 2006 Paul Howarth <paul at city-fan.org> 1.21-2
 - FE6 mass rebuild
 




More information about the fedora-extras-commits mailing list