update to 1.36, drop svn patches
This commit is contained in:
parent
7fb48d7cb6
commit
1ff4cef62f
@ -1 +1 @@
|
||||
Net-SSLeay-1.35.tar.gz
|
||||
Net-SSLeay-1.36.tar.gz
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,11 @@
|
||||
Name: perl-Net-SSLeay
|
||||
Version: 1.35
|
||||
Release: 8%{?dist}
|
||||
Version: 1.36
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for using OpenSSL
|
||||
Group: Development/Libraries
|
||||
License: OpenSSL
|
||||
URL: http://search.cpan.org/dist/Net-SSLeay/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Net-SSLeay-%{version}.tar.gz
|
||||
Patch0: perl-Net-SSLeay-svn252.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildRequires: perl(ExtUtils::MakeMaker), openssl-devel
|
||||
@ -30,9 +29,6 @@ so you can write servers or clients for more complicated applications.
|
||||
%prep
|
||||
%setup -q -n Net-SSLeay-%{version}
|
||||
|
||||
# Upstream patch removing MD2 support, needed for OpenSSL 1.0
|
||||
%patch0
|
||||
|
||||
%{__chmod} -c 644 examples/*
|
||||
%{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' examples/*.pl
|
||||
for f in Credits lib/Net/SSLeay.pm; do
|
||||
@ -53,9 +49,9 @@ PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL \
|
||||
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
|
||||
/usr/bin/find %{buildroot} -type f -name '*.bs' -empty -exec %{__rm} -f {} ';'
|
||||
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
|
||||
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
|
||||
%{__rm} -f %{buildroot}%{perl_vendorarch}/Net/ptrtstrun.pl
|
||||
%{__chmod} -R u+w %{buildroot}/*
|
||||
%{__chmod} -R u+w %{buildroot}
|
||||
|
||||
%check
|
||||
%{__make} test TEST_VERBOSE=1
|
||||
@ -71,6 +67,10 @@ PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL \
|
||||
%{_mandir}/man3/Net::SSLeay*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 31 2010 Paul Howarth <paul@city-fan.org> - 1.36-1
|
||||
- update to 1.36 (see Changes for details)
|
||||
- drop svn patches
|
||||
|
||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.35-8
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user