[perl-IO-Socket-IP] Some minor cleanup

Petr Šabata psabata at fedoraproject.org
Thu Nov 15 13:09:02 UTC 2012


commit 1f99e6d693302f5b4251587e6f624b460c4c916b
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Nov 15 14:08:56 2012 +0100

    Some minor cleanup

 perl-IO-Socket-IP.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec
index 5179f89..13824b1 100644
--- a/perl-IO-Socket-IP.spec
+++ b/perl-IO-Socket-IP.spec
@@ -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 at redhat.com> - 0.17-2
+- Fix a typo, sort the deps
+
 * Wed Aug 22 2012 Petr Šabata <contyk at redhat.com> - 0.17-1
 - 0.17 bump
 


More information about the scm-commits mailing list