[perl-Socket-Netlink-Route] Fixes based on Remi's review.

Mathieu Bridon bochecha at fedoraproject.org
Wed Sep 21 03:46:07 UTC 2011


commit 0b68dc29d58a6496f063d780d4c544b049098bcd
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Mon Sep 19 15:54:35 2011 +0800

    Fixes based on Remi's review.
    
    This updated package has been submitted in Fedora on Mon Sep 19 2011:
        https://bugzilla.redhat.com/show_bug.cgi?id=738931#c4

 perl-Socket-Netlink-Route.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/perl-Socket-Netlink-Route.spec b/perl-Socket-Netlink-Route.spec
index 0d7b678..5541b99 100644
--- a/perl-Socket-Netlink-Route.spec
+++ b/perl-Socket-Netlink-Route.spec
@@ -1,8 +1,12 @@
 Name:           perl-Socket-Netlink-Route
 Version:        0.03
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Interface to Linux's NETLINK_ROUTE netlink socket protocol
+
+# License file contains the old FSF address:
+#     https://rt.cpan.org/Public/Bug/Display.html?id=71001
 License:        GPL+ or Artistic
+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Socket-Netlink-Route/
 Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/Socket-Netlink-Route-%{version}.tar.gz
@@ -60,11 +64,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %files
 %defattr(-,root,root,-)
 %doc Changes examples LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/IO
+%{perl_vendorlib}/Socket
+%{_mandir}/man3/*Socket::Netlink::Route*
 
 
 %changelog
+* Mon Sep 19 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 0.03-3
+- Fixes based on Remi's review.
+
 * Fri Sep 16 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 0.03-2
 - Fixed dubious Provides filtering for RPM 4.8, it was filtering out too much
   and made the package uninstallable.



More information about the perl-devel mailing list