rpms/perl-Crypt-RSA/devel perl-Crypt-RSA.spec,1.3,1.4

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Mar 8 12:24:14 UTC 2007


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Crypt-RSA/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22936

Modified Files:
	perl-Crypt-RSA.spec 
Log Message:
Buildrequire perl-devel for Fedora 7 onwards


Index: perl-Crypt-RSA.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Crypt-RSA.spec	22 Dec 2006 08:57:41 -0000	1.3
+++ perl-Crypt-RSA.spec	8 Mar 2007 12:23:42 -0000	1.4
@@ -1,7 +1,7 @@
 Summary:	RSA public-key cryptosystem
 Name:		perl-Crypt-RSA
 Version:	1.58
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Crypt-RSA/
@@ -22,6 +22,9 @@
 BuildRequires:	perl(Math::Pari)		>= 2.001804
 BuildRequires:	perl(Sort::Versions)
 BuildRequires:	perl(Tie::EncryptedHash)
+%if 0%{?fedora} > 6
+BuildRequires:	perl-devel
+%endif
 
 %description
 Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
@@ -54,7 +57,7 @@
 %{__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}/*
 
 # Additional manpages
@@ -88,6 +91,10 @@
 %{_mandir}/man3/crypt-rsa-interoperablity-template.3*
 
 %changelog
+* Thu Mar  8 2007 Paul Howarth <paul at city-fan.org> 1.58-2
+- Buildrequire perl-devel for Fedora 7 onwards
+- Fix argument order for find with -depth
+
 * Fri Dec 22 2006 Paul Howarth <paul at city-fan.org> 1.58-1
 - Update to 1.58
 - GPL license text now included upstream (CPAN RT#18771)




More information about the fedora-extras-commits mailing list