rpms/popt/devel popt.spec,1.5,1.6

Robert Scheck robert at fedoraproject.org
Wed Feb 4 21:04:59 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/popt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7288

Modified Files:
	popt.spec 
Log Message:
Doxygen issues with libpng seem to be solved since late pre-F10, conditionalizing for now



Index: popt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/popt/devel/popt.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- popt.spec	25 May 2008 16:00:02 -0000	1.5
+++ popt.spec	4 Feb 2009 21:04:29 -0000	1.6
@@ -51,11 +51,13 @@
 make %{?_smp_mflags}
 doxygen
 
+%if 0%{?fedora} < 10
 # Solve multilib problems by changing the internal PNG timestamp to a reference timestamp;
 # see http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks for further information.
 if [ $(ls doxygen/html/*{__,graph_legend}*.png 2> /dev/null | wc -l) -gt 0 ]; then
   for png in doxygen/html/*{__,graph_legend}*.png; do python %{SOURCE1} $png CHANGES; done
 fi
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT




More information about the scm-commits mailing list