SPECS: perl.spec - release 4: explicit -UDEBUGGING if without --debug

radek radek at pld-linux.org
Sun Feb 24 18:24:43 CET 2008


Author: radek                        Date: Sun Feb 24 17:24:43 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- release 4: explicit -UDEBUGGING if without --debug

---- Files affected:
SPECS:
   perl.spec (1.390 -> 1.391) 

---- Diffs:

================================================================
Index: SPECS/perl.spec
diff -u SPECS/perl.spec:1.390 SPECS/perl.spec:1.391
--- SPECS/perl.spec:1.390	Sun Feb 24 18:23:29 2008
+++ SPECS/perl.spec	Sun Feb 24 18:24:38 2008
@@ -39,7 +39,7 @@
 # extract module version from source
 %define		perl_modversion()	%([ -f %{SOURCE3} ] && awk -vp=%1 '$1 == p{m=$1; gsub(/::/, "-", m); printf("perl-%s = %s\\n", m, $3)}END{if (!m) printf("# Error looking up [%s]\\n", p)}' %{SOURCE3} || echo ERROR)
 
-%define		rel	3
+%define		rel	4
 Summary:	Practical Extraction and Report Language (Perl)
 Summary(cs.UTF-8):	Programovací jazyk Perl
 Summary(da.UTF-8):	Programmeringssproget Perl
@@ -652,7 +652,7 @@
 	-Dldflags="%{rpmldflags}" \
 	-Dlddlflags="-shared %{rpmldflags}" \
 	-Doptimize="%{rpmcflags}" \
-	%{?debug:-DDEBUGGING} \
+	-%{?debug:D}%{!?debug:U}DEBUGGING \
 	-Duseshrplib \
 	-Dd_dosuid \
 	-Dman1dir=%{_mandir}/man1 -Dman1ext=1 \
@@ -1486,6 +1486,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.391  2008-02-24 17:24:38  radek
+- release 4: explicit -UDEBUGGING if without --debug
+
 Revision 1.390  2008-02-24 17:23:29  glen
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl.spec?r1=1.390&r2=1.391&f=u



More information about the pld-cvs-commit mailing list