rpms/perl-Crypt-Random/EL-5 perl-Crypt-Random.spec,1.2,1.3

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Jun 25 08:29:26 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-Random/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21453

Modified Files:
	perl-Crypt-Random.spec 
Log Message:
Sync with current version


Index: perl-Crypt-Random.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-Random/EL-5/perl-Crypt-Random.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Crypt-Random.spec	29 Aug 2006 17:12:39 -0000	1.2
+++ perl-Crypt-Random.spec	25 Jun 2008 08:28:33 -0000	1.3
@@ -1,16 +1,17 @@
 Summary:	Cryptographically Secure, True Random Number Generator
 Name:		perl-Crypt-Random
 Version:	1.25
-Release:	2%{?dist}
-License:	GPL or Artistic
+Release:	4%{?dist}
+License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Crypt-Random/
 Source0:	http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Crypt-Random-%{version}.tar.gz
 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(Class::Loader) >= 2.00
+BuildRequires:	perl(Class::Loader)	>= 2.00
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Math::Pari)	>= 2.001804
 
 %description
 Crypt::Random is an interface module to the /dev/random device found on most
@@ -37,20 +38,27 @@
 %{__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
 %{_bindir}/makerandom
 %{perl_vendorlib}/Crypt/
 %{_mandir}/man3/Crypt::Random.3pm*
 
 %changelog
+* Sun Aug 12 2007 Paul Howarth <paul at city-fan.org> 1.25-4
+- Clarify license as GPL v1 or later, or Artistic (same as perl)
+
+* Wed Apr 18 2007 Paul Howarth <paul at city-fan.org> 1.25-3
+- Buildrequire perl(ExtUtils::MakeMaker)
+- Fix argument order for find with -depth
+
 * Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 1.25-2
 - FE6 mass rebuild
 




More information about the fedora-extras-commits mailing list