rpms/fluidsynth/F-12 fluidsynth.spec,1.13,1.14

Orcan Ogetbil oget at fedoraproject.org
Wed Oct 28 06:28:26 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/fluidsynth/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28470

Modified Files:
	fluidsynth.spec 
Log Message:
* Wed Oct 28 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.9-4
- Fix doxygen doc multilib conflict (RHBZ#528240)



Index: fluidsynth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fluidsynth/F-12/fluidsynth.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- fluidsynth.spec	24 Jul 2009 22:56:59 -0000	1.13
+++ fluidsynth.spec	28 Oct 2009 06:28:26 -0000	1.14
@@ -1,7 +1,7 @@
 Summary:      Real-time software synthesizer
 Name:         fluidsynth
 Version:      1.0.9
-Release:      3%{?dist}
+Release:      4%{?dist}
 URL:          http://www.fluidsynth.org/
 Source0:      http://download.savannah.gnu.org/releases/fluid/fluidsynth-%{version}.tar.gz
 License:      LGPLv2+
@@ -77,6 +77,10 @@ done
 # build docs
 %{__make} DOCBOOK_STYLESHEET=%{_datadir}/sgml/docbook/xsl-stylesheets/html/chunk.xsl %{?_smp_mflags} -C doc update-docs
 
+# Remove id's from generated docs to avoid multilib conflict (RHBZ#528240)
+sed -i -e 's|<a name="id[0-9]*"></a>||g' \
+       -e 's|<a href="index.html#id[0-9]*">|<a href="index.html">|g' \
+    doc/html/*.html
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -113,6 +117,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Oct 28 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.9-4
+- Fix doxygen doc multilib conflict (RHBZ#528240)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list