Added some missing build dependencies
This commit is contained in:
parent
aee95ecc7b
commit
afe37c043b
@ -1,6 +1,6 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.77
|
Version: 1.77
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -12,9 +12,13 @@ BuildRequires: perl(Carp)
|
|||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(IO::Select)
|
||||||
BuildRequires: perl(IO::Socket)
|
BuildRequires: perl(IO::Socket)
|
||||||
|
BuildRequires: perl(IO::Socket::INET)
|
||||||
BuildRequires: perl(Net::LibIDN)
|
BuildRequires: perl(Net::LibIDN)
|
||||||
BuildRequires: perl(Net::SSLeay) >= 1.21
|
BuildRequires: perl(Net::SSLeay) >= 1.21
|
||||||
|
BuildRequires: perl(Scalar::Util)
|
||||||
|
BuildRequires: perl(Socket)
|
||||||
BuildRequires: procps
|
BuildRequires: procps
|
||||||
# Use IO::Socket::IP for IPv6 support where available, else IO::Socket::INET6
|
# Use IO::Socket::IP for IPv6 support where available, else IO::Socket::INET6
|
||||||
%if 0%{?fedora} > 15 || 0%{?rhel} > 6
|
%if 0%{?fedora} > 15 || 0%{?rhel} > 6
|
||||||
@ -61,6 +65,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 1.77-2
|
||||||
|
- Added some missing build dependencies
|
||||||
|
|
||||||
* Fri Oct 5 2012 Paul Howarth <paul@city-fan.org> - 1.77-1
|
* Fri Oct 5 2012 Paul Howarth <paul@city-fan.org> - 1.77-1
|
||||||
- Update to 1.77
|
- Update to 1.77
|
||||||
- support _update_peer for IPv6 too (CPAN RT#79916)
|
- support _update_peer for IPv6 too (CPAN RT#79916)
|
||||||
|
Loading…
Reference in New Issue
Block a user