rpms/fluidsynth/F-10 fluidsynth.spec,1.11,1.12

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


Author: oget

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

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-10/fluidsynth.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- fluidsynth.spec	17 Jul 2009 08:46:15 -0000	1.11
+++ fluidsynth.spec	28 Oct 2009 06:29:40 -0000	1.12
@@ -1,7 +1,7 @@
 Summary:      Real-time software synthesizer
 Name:         fluidsynth
 Version:      1.0.9
-Release:      2%{?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,12 @@ 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
+
 * Fri Jul 17 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.9-2
 - Disable portaudio support. It somehow messes up jack.
 




More information about the fedora-extras-commits mailing list