Update to latest upstream version and fix package review issues.
This commit is contained in:
parent
33ba1b81d9
commit
629eb3add7
@ -1 +1 @@
|
||||
IO-Socket-SSL-1.02.tar.gz
|
||||
IO-Socket-SSL-1.12.tar.gz
|
||||
|
@ -4,19 +4,20 @@
|
||||
#
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.02
|
||||
Release: 1%{?dist}.1
|
||||
Version: 1.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/IO-Socket-SSL/
|
||||
Source0: http://www.cpan.org/authors/id/B/BE/BEHROOZI/IO-Socket-SSL-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Net::SSLeay)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::Simple)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -68,6 +69,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 1.12-1
|
||||
- Update to latest upstream version: 1.12
|
||||
- Fix license tag
|
||||
- Add BuildRequires for ExtUtils::MakeMaker and Test::Simple
|
||||
- Fix package review issues:
|
||||
- Source URL
|
||||
- Resolves: bz#226264
|
||||
|
||||
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-1.1
|
||||
- correct license tag
|
||||
- add BR: perl(ExtUtils::MakeMaker)
|
||||
|
Loading…
Reference in New Issue
Block a user