Some minor cleanup

This commit is contained in:
Petr Šabata 2012-11-15 14:08:56 +01:00
parent bd07dc82b3
commit 1f99e6d693
1 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: perl-IO-Socket-IP
Version: 0.17
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
License: GPL+ or Artistic
Group: Development/Libraries
@ -8,8 +8,8 @@ URL: http://search.cpan.org/dist/IO-Socket-IP/
Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(IO::Socket)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(Module::Build)
@ -34,11 +34,10 @@ perl Build.PL installdirs=vendor
%install
./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}/*
%check
# Don'd do the live test
# Don't do the live test
rm -f t/21nonblocking-connect-internet.t
./Build test
@ -48,6 +47,9 @@ rm -f t/21nonblocking-connect-internet.t
%{_mandir}/man3/*
%changelog
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 0.17-2
- Fix a typo, sort the deps
* Wed Aug 22 2012 Petr Šabata <contyk@redhat.com> - 0.17-1
- 0.17 bump