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

Mathieu Bridon bochecha at fedoraproject.org
Wed Sep 21 03:12:54 UTC 2011


commit 36e11379b53c307eaac079845b0a70111a62a184
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Mon Sep 19 15:35:28 2011 +0800

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

 perl-Socket-Netlink.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-Socket-Netlink.spec b/perl-Socket-Netlink.spec
index 4ef974b..c050fbc 100644
--- a/perl-Socket-Netlink.spec
+++ b/perl-Socket-Netlink.spec
@@ -1,8 +1,12 @@
 Name:           perl-Socket-Netlink
 Version:        0.03
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Interface to Linux's PF_NETLINK socket family
+
+# License file contains the old FSF address:
+#     https://rt.cpan.org/Public/Bug/Display.html?id=70980
 License:        GPL+ or Artistic
+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Socket-Netlink/
 Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/Socket-Netlink-%{version}.tar.gz
@@ -44,7 +48,7 @@ IO::Socket::Netlink.
 
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="%{optimize}"
+%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
 ./Build
 
 
@@ -70,6 +74,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Mon Sep 19 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 0.03-3
+- Fixes based on Remi's review feedback.
+
 * 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