rpms/perl/devel perl.spec,1.229,1.230

Štěpán Kasal kasal at fedoraproject.org
Mon Aug 24 12:38:40 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15577

Modified Files:
	perl.spec 
Log Message:
- Remove -DDEBUGGING=-g, we are not ready yet.


Index: perl.spec
===================================================================
RCS file: /cvs/extras/rpms/perl/devel/perl.spec,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -p -r1.229 -r1.230
--- perl.spec	23 Aug 2009 18:16:14 -0000	1.229
+++ perl.spec	24 Aug 2009 12:38:39 -0000	1.230
@@ -7,7 +7,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        79%{?dist}
+Release:        80%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -1091,9 +1091,9 @@ sed -i "s|LIB             = ./zlib-src|L
 echo "RPM Build arch: %{_arch}"
 
 # use "lib", not %{_lib}, for privlib, sitelib, and vendorlib
+# To build production version, we would need -DDEBUGGING=-g
 
 /bin/sh Configure -des -Doptimize="$RPM_OPT_FLAGS" \
-	-DDEBUGGING=-g \
 	-Accflags="-DPERL_USE_SAFE_PUTENV" \
         -Dversion=%{perl_version} \
         -Dmyhostname=localhost \
@@ -1939,6 +1939,9 @@ TMPDIR="$PWD/tmp" make test
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Aug 24 2009 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-80
+- Remove -DDEBUGGING=-g, we are not ready yet.
+
 * Fri Aug 21 2009 Chris Weyl <cweyl at alumni.drew.edu> - 4:5.10.0-79
 - add helper filtering macros to -devel, for perl-* package invocation
   (#502402)




More information about the fedora-extras-commits mailing list