rpms/perl-Text-CSV_XS/devel perl-Text-CSV_XS.spec,1.1,1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Jan 5 17:29:30 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-Text-CSV_XS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27023

Modified Files:
	perl-Text-CSV_XS.spec 
Log Message:
Build section: simplified RPM_OPT_FLAGS handling (#175898).


Index: perl-Text-CSV_XS.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-CSV_XS/devel/perl-Text-CSV_XS.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Text-CSV_XS.spec	5 Jan 2006 17:23:10 -0000	1.1
+++ perl-Text-CSV_XS.spec	5 Jan 2006 17:29:30 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-Text-CSV_XS
 Version:        0.23
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Comma-separated values manipulation routines
 
 Group:          Development/Libraries
@@ -22,8 +22,8 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
 
 
 %install
@@ -52,5 +52,8 @@
 
 
 %changelog
+* Thu Jan  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-2
+- Build section: simplified RPM_OPT_FLAGS handling (#175898).
+
 * Sat Nov 05 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-1
 - First build.




More information about the fedora-extras-commits mailing list