remove the no-longer-needed autoloader

This commit is contained in:
Wes Hardaker 2011-09-21 11:10:52 -07:00
parent bef329692b
commit b0024cd3dd

View File

@ -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}