[perl-ExtUtils-H2PM] Remove the --optimize build option as per Remi's suggestion.

Mathieu Bridon bochecha at fedoraproject.org
Tue Sep 20 07:23:54 UTC 2011


commit d379eea4ab7d50442f1a07abe48a61263505cdd7
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Mon Sep 19 13:39:36 2011 +0800

    Remove the --optimize build option as per Remi's suggestion.
    
    This updated package has been submitted in Fedora on Mon Sep 19 2011:
        https://bugzilla.redhat.com/show_bug.cgi?id=738525#c3

 perl-ExtUtils-H2PM.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-ExtUtils-H2PM.spec b/perl-ExtUtils-H2PM.spec
index b6d4fbc..ae27041 100644
--- a/perl-ExtUtils-H2PM.spec
+++ b/perl-ExtUtils-H2PM.spec
@@ -1,6 +1,6 @@
 Name:           perl-ExtUtils-H2PM
 Version:        0.08
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Automatically generate perl modules to wrap C header files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -34,7 +34,7 @@ The module then requires no XS module to be loaded at run time.
 
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="%{optimize}"
+%{__perl} Build.PL installdirs=vendor
 ./Build
 
 
@@ -58,6 +58,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Mon Sep 19 2011 Mathieu Bridon <bochecha at fedoraproject.org> 0.08-2
+- Remove the --optimize build option as per Remi's suggestion.
+
 * Mon Sep 19 2011 Mathieu Bridon <bochecha at fedoraproject.org> 0.08-1
 - Update to latest upstream release.
 - Fixed a few things based on Remi's review feedback.



More information about the perl-devel mailing list