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

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Apr 18 14:38:32 UTC 2007


Author: pghmcfc

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

Modified Files:
	perl-Crypt-Primes.spec 
Log Message:
Buildrequire perl(ExtUtils::MakeMaker)


Index: perl-Crypt-Primes.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-Primes/devel/perl-Crypt-Primes.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Crypt-Primes.spec	8 Mar 2007 12:00:46 -0000	1.3
+++ perl-Crypt-Primes.spec	18 Apr 2007 14:37:58 -0000	1.4
@@ -9,11 +9,9 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
-BuildRequires:	perl(Math::Pari)	>= 2.001804
 BuildRequires:	perl(Crypt::Random)	>= 0.33
-%if 0%{?fedora} > 6
-BuildRequires:	perl-devel
-%endif
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Math::Pari)	>= 2.001804
 
 %description
 This module implements Ueli Maurer's algorithm for generating large provable
@@ -56,7 +54,7 @@
 
 %changelog
 * Thu Mar  8 2007 Paul Howarth <paul at city-fan.org> 0.50-3
-- Buildrequire perl-devel for Fedora 7 onwards
+- Buildrequire perl(ExtUtils::MakeMaker)
 - Fix argument order for find with -depth
 
 * Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 0.50-2




More information about the scm-commits mailing list