[perl-Crypt-OpenSSL-RSA] remove the no-longer-needed autoloader

Wes Hardaker hardaker at fedoraproject.org
Wed Sep 21 18:11:49 UTC 2011


commit b0024cd3dd6fe3367b8396159ff025f716fe2f4e
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Wed Sep 21 11:10:52 2011 -0700

    remove the no-longer-needed autoloader

 perl-Crypt-OpenSSL-RSA.spec |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/perl-Crypt-OpenSSL-RSA.spec b/perl-Crypt-OpenSSL-RSA.spec
index 4c72a55..bc6ba17 100644
--- a/perl-Crypt-OpenSSL-RSA.spec
+++ b/perl-Crypt-OpenSSL-RSA.spec
@@ -6,7 +6,6 @@ License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-OpenSSL-RSA/
 Source0:        http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-RSA-%{version}.tar.gz
-Patch0:         Crypt-OpenSSL-RSA-autoloader-0.26.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl openssl-devel
 BuildRequires:  perl(Crypt::OpenSSL::Random) perl(Crypt::OpenSSL::Bignum)
@@ -22,8 +21,6 @@ Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries
 %prep
 %setup -q -n Crypt-OpenSSL-RSA-%{version}
 
-%patch0 -p1
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}


More information about the scm-commits mailing list