rpms/jack-audio-connection-kit/F-9 jack-audio-connection-kit.spec, 1.26, 1.27

Andy Shevchenko andriy at fedoraproject.org
Sun Jan 4 17:14:43 UTC 2009


Author: andriy

Update of /cvs/extras/rpms/jack-audio-connection-kit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29886

Modified Files:
	jack-audio-connection-kit.spec 
Log Message:
Temporary fix for #477402


Index: jack-audio-connection-kit.spec
===================================================================
RCS file: /cvs/extras/rpms/jack-audio-connection-kit/F-9/jack-audio-connection-kit.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- jack-audio-connection-kit.spec	29 Dec 2008 22:13:38 -0000	1.26
+++ jack-audio-connection-kit.spec	4 Jan 2009 17:14:13 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: The Jack Audio Connection Kit
 Name: jack-audio-connection-kit
 Version: 0.116.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2 and LGPLv2
 Group: System Environment/Daemons
 Source0: http://www.jackaudio.org/downloads/%{name}-%{version}.tar.gz
@@ -64,8 +64,11 @@
 # Put custom HTML_FOOTER to avoid timestamp inside
 # (recipe was taken from http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks)
 cp %{SOURCE3} doc/no_date_footer.html
-# Fix Doxyfile - apply custom html footer
-sed -e 's,^HTML_FOOTER[ \t]*=.*,HTML_FOOTER = no_date_footer.html,' %{doxyfile} > %{doxyfile}.new
+# Fix Doxyfile:
+#  - apply custom html footer (#477718, #341621)
+#  - avoid font packaging (workaround for #477402, fix will come with #478747)
+sed -e 's,^HTML_FOOTER[ \t]*=.*,HTML_FOOTER = no_date_footer.html,;
+        s,^GENERATE_LATEX[ \t]*=.*,GENERATE_LATEX = NO,;' %{doxyfile} > %{doxyfile}.new
 touch -r %{doxyfile} %{doxyfile}.new
 mv -f %{doxyfile}.new %{doxyfile}
 
@@ -173,6 +176,9 @@
 %{_bindir}/jack_midisine
 
 %changelog
+* Sun Jan 04 2009 Andy Shevchenko <andy at smile.org.ua> - 0.116.1-3
+- avoid creation of the LaTeX documentation (temporary fix for #477402)
+
 * Mon Dec 29 2008 Andy Shevchenko <andy at smile.org.ua> - 0.116.1-2
 - fix multiarch conflict again (#477718, #341621)
 




More information about the fedora-extras-commits mailing list