remove the no-longer-needed autoloader
This commit is contained in:
parent
bef329692b
commit
b0024cd3dd
@ -6,7 +6,6 @@ License: GPL+ or Artistic
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/
|
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
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: openssl openssl-devel
|
BuildRequires: openssl openssl-devel
|
||||||
BuildRequires: perl(Crypt::OpenSSL::Random) perl(Crypt::OpenSSL::Bignum)
|
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
|
%prep
|
||||||
%setup -q -n Crypt-OpenSSL-RSA-%{version}
|
%setup -q -n Crypt-OpenSSL-RSA-%{version}
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user