rpms/perl-Crypt-RSA/EL-5 .cvsignore, 1.3, 1.4 perl-Crypt-RSA.spec, 1.3, 1.4 sources, 1.3, 1.4

Paul Howarth pghmcfc at fedoraproject.org
Fri Mar 13 15:36:36 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8739/EL-5

Modified Files:
	.cvsignore perl-Crypt-RSA.spec sources 
Log Message:
Clean up specs for EPEL


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 Dec 2006 09:02:43 -0000	1.3
+++ .cvsignore	13 Mar 2009 15:36:05 -0000	1.4
@@ -1 +1 @@
-Crypt-RSA-1.58.tar.gz
+Crypt-RSA-1.98.tar.gz


Index: perl-Crypt-RSA.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/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 09:02:43 -0000	1.3
+++ perl-Crypt-RSA.spec	13 Mar 2009 15:36:05 -0000	1.4
@@ -1,8 +1,8 @@
 Summary:	RSA public-key cryptosystem
 Name:		perl-Crypt-RSA
-Version:	1.58
+Version:	1.98
 Release:	1%{?dist}
-License:	GPL or Artistic
+License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Crypt-RSA/
 Source0:	http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Crypt-RSA-%{version}.tar.gz
@@ -19,9 +19,11 @@
 BuildRequires:	perl(Digest::MD2)
 BuildRequires:	perl(Digest::MD5)
 BuildRequires:	perl(Digest::SHA1)
+BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Math::Pari)		>= 2.001804
 BuildRequires:	perl(Sort::Versions)
 BuildRequires:	perl(Tie::EncryptedHash)
+Requires:	perl(Class::Loader)		>= 2.00
 
 %description
 Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
@@ -36,12 +38,9 @@
 %prep
 %setup -q -n Crypt-RSA-%{version}
 
-# Remove pointless shellbangs
-/usr/bin/find ./lib -name '*.pm' -print | /usr/bin/xargs %{__sed} -i -e '/^#! *\/usr\/bin\/perl /d'
-
 # Convert documentation to UTF-8
-/usr/bin/iconv -f iso-8859-1 -t utf-8 -o lib/Crypt/RSA.pm.utf-8 lib/Crypt/RSA.pm
-%{__mv} -f lib/Crypt/RSA.pm.utf-8 lib/Crypt/RSA.pm
+/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes
+%{__mv} -f Changes.utf-8 Changes
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,7 +53,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 +87,30 @@
 %{_mandir}/man3/crypt-rsa-interoperablity-template.3*
 
 %changelog
+* Tue Jul  8 2008 Paul Howarth <paul at city-fan.org> 1.98-1
+- Update to 1.98
+
+* Mon Jul  7 2008 Paul Howarth <paul at city-fan.org> 1.97-1
+- Update to 1.97
+
+* Mon Jul  7 2008 Paul Howarth <paul at city-fan.org> 1.96-1
+- Update to 1.96
+- Convert "Changes" to UTF-8
+- Shellbangs no longer need removing
+- Module is now UTF-8 and doesn't need converting
+- Need manual perl(Class::Loader) dep due to move to use of "use base",
+  as rpm auto-dep-finder doesn't spot it
+
+* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.58-4
+- rebuild for new perl
+
+* Sun Aug 12 2007 Paul Howarth <paul at city-fan.org> 1.58-3
+- Clarify license as GPL v1 or later, or Artistic (same as perl)
+
+* Tue Apr 17 2007 Paul Howarth <paul at city-fan.org> 1.58-2
+- Buildrequire perl(ExtUtils::MakeMaker)
+- 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)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 Dec 2006 09:02:43 -0000	1.3
+++ sources	13 Mar 2009 15:36:05 -0000	1.4
@@ -1 +1 @@
-fb0eb5f47f42eb8737e1ecfa28ed4523  Crypt-RSA-1.58.tar.gz
+c0bfb2df955be680ef5642bffec15b74  Crypt-RSA-1.98.tar.gz




More information about the fedora-extras-commits mailing list