[perl-Net-CIDR] Update to 0.17

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jun 9 07:11:31 UTC 2013


commit 13e0f6359e513466c518a0f9bfa1727fb913dc32
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Jun 9 09:11:09 2013 +0200

    Update to 0.17

 .gitignore         |    1 +
 perl-Net-CIDR.spec |   21 +++++++++++----------
 sources            |    2 +-
 3 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 666327d..ddea3d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Net-CIDR-0.14.tar.gz
 /Net-CIDR-0.15.tar.gz
+/Net-CIDR-0.17.tar.gz
diff --git a/perl-Net-CIDR.spec b/perl-Net-CIDR.spec
index 86a82d1..afca159 100644
--- a/perl-Net-CIDR.spec
+++ b/perl-Net-CIDR.spec
@@ -1,16 +1,18 @@
 Name:           perl-Net-CIDR
-Version:        0.15
-Release:        4%{?dist}
+Version:        0.17
+Release:        1%{?dist}
 Summary:        Manipulate IPv4/IPv6 netblocks in CIDR notation
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/Net-CIDR/
 Source0:        http://www.cpan.org/authors/id/M/MR/MRSAM/Net-CIDR-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 The Net::CIDR package contains functions that manipulate lists of IP
 netblocks expressed in CIDR notation. The Net::CIDR functions handle both
@@ -24,8 +26,6 @@ IPv4 and IPv6 addresses.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -36,16 +36,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes COPYING README
 %{perl_vendorlib}/Net/
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Sun Jun 09 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.17-1
+- Update to 0.17
+- Add perl default filter
+- Remove no-longer-used macros
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index a4754ae..ccbb2b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6eca3c186c9ecfa27a878f76e00e8929  Net-CIDR-0.15.tar.gz
+c4632887a13663c7ba769bd6ba1b3c26  Net-CIDR-0.17.tar.gz



More information about the perl-devel mailing list