fedora-rpmdevtools spectemplate-perl.spec, 1.10, 1.11 fedora-rpmdevtools.spec, 1.72, 1.73

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Oct 6 15:59:40 UTC 2005


Author: scop

Update of /cvs/fedora/fedora-rpmdevtools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10355

Modified Files:
	spectemplate-perl.spec fedora-rpmdevtools.spec 
Log Message:
Remove some redundancy from the Perl spec template.


Index: spectemplate-perl.spec
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/spectemplate-perl.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- spectemplate-perl.spec	9 Apr 2005 09:49:35 -0000	1.10
+++ spectemplate-perl.spec	6 Oct 2005 15:59:38 -0000	1.11
@@ -21,8 +21,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


Index: fedora-rpmdevtools.spec
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/fedora-rpmdevtools.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- fedora-rpmdevtools.spec	3 Oct 2005 05:35:40 -0000	1.72
+++ fedora-rpmdevtools.spec	6 Oct 2005 15:59:38 -0000	1.73
@@ -126,13 +126,14 @@
 
 
 %changelog
-* Mon Oct  3 2005 Ville Skyttä <ville.skytta at iki.fi>
+* Thu Oct  6 2005 Ville Skyttä <ville.skytta at iki.fi>
 - check-buildroot: grep for buildroot as a fixed string, not a regexp.
 - Update FSF's address in copyright notices.
 - check-rpaths-worker: allow multiple $ORIGIN paths in an RPATH and allow
   RPATHs which are relative to $ORIGIN (#169298, Enrico Scholz).
 - check-rpaths-worker: give out an hint about usage and the detected issues
   at the first detected error (Enrico Scholz).
+- Remove some redundancy from the Perl spec template.
 
 * Fri Jul  8 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.1-1
 - Drop more pre-FC2 compat stuff from Perl spec template.




More information about the fedora-extras-commits mailing list