Doxygen issues with libpng seem to be solved since late pre-F10,

conditionalizing for now
This commit is contained in:
Robert Scheck 2009-02-04 21:04:29 +00:00
parent d8674363ca
commit deec8d4c51

View File

@ -51,11 +51,13 @@ Install it if you need to link statically with libpopt.
make %{?_smp_mflags} make %{?_smp_mflags}
doxygen doxygen
%if 0%{?fedora} < 10
# Solve multilib problems by changing the internal PNG timestamp to a reference timestamp; # Solve multilib problems by changing the internal PNG timestamp to a reference timestamp;
# see http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks for further information. # 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 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 for png in doxygen/html/*{__,graph_legend}*.png; do python %{SOURCE1} $png CHANGES; done
fi fi
%endif
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT