Update to 1.45
- New upstream release 1.45 (see Changes file for full details)
- added thread safety and dynamic locking, which should complete thread
safety work, making Net::SSLeay completely thread-safe
- lots of improved documentation
- BR: perl(Test::Pod::Coverage)
- Install Net/SSLeay.pod as %doc
This commit is contained in:
parent
056ddeb3b9
commit
f27f8d17a6
@ -1,6 +1,6 @@
|
||||
Name: perl-Net-SSLeay
|
||||
Version: 1.42
|
||||
Release: 2%{?dist}
|
||||
Version: 1.45
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for using OpenSSL
|
||||
Group: Development/Libraries
|
||||
License: OpenSSL
|
||||
@ -21,6 +21,7 @@ BuildRequires: perl(Test::Kwalitee)
|
||||
%endif
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(Test::Warn)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -59,7 +60,6 @@ rm -rf %{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
# Remove script we don't want packaged
|
||||
@ -75,13 +75,25 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes Credits QuickRef README examples/ TODO
|
||||
%{perl_vendorarch}/auto/Net/
|
||||
%{perl_vendorarch}/Net/
|
||||
%{_mandir}/man3/Net::SSLeay*.3*
|
||||
%dir %{perl_vendorarch}/Net/
|
||||
%{perl_vendorarch}/Net/SSLeay/
|
||||
%{perl_vendorarch}/Net/SSLeay.pm
|
||||
%doc %{perl_vendorarch}/Net/SSLeay.pod
|
||||
%{_mandir}/man3/Net::SSLeay.3pm*
|
||||
%{_mandir}/man3/Net::SSLeay::Handle.3pm*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 25 2012 Paul Howarth <paul@city-fan.org> - 1.45-1
|
||||
- update to 1.45 (see Changes file for full details)
|
||||
- added thread safety and dynamic locking, which should complete thread
|
||||
safety work, making Net::SSLeay completely thread-safe
|
||||
- lots of improved documentation
|
||||
- BR: perl(Test::Pod::Coverage)
|
||||
- install Net/SSLeay.pod as %%doc
|
||||
|
||||
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 1.42-2
|
||||
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
||||
- Use %%{_fixperms} macro rather than our own chmod incantation
|
||||
- use DESTDIR rather than PERL_INSTALL_ROOT
|
||||
- use %%{_fixperms} macro rather than our own chmod incantation
|
||||
- BR: perl(AutoLoader), perl(Exporter), perl(Socket)
|
||||
|
||||
* Mon Oct 3 2011 Paul Howarth <paul@city-fan.org> - 1.42-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user