rpms/lash/devel lash.spec,1.20,1.21

Robert Scheck robert at fedoraproject.org
Sun Mar 22 16:33:04 UTC 2009


Author: robert

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

Modified Files:
	lash.spec 
Log Message:
Work around the newer texi2html which is behaving somehow else


Index: lash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lash/devel/lash.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- lash.spec	25 Feb 2009 12:34:27 -0000	1.20
+++ lash.spec	22 Mar 2009 16:32:32 -0000	1.21
@@ -3,7 +3,7 @@
 Summary:      LASH Audio Session Handler
 Name:         lash
 Version:      0.5.4
-Release:      3%{?dist}
+Release:      4%{?dist}
 License:      GPLv2+
 Group:        System Environment/Libraries
 URL:          http://www.nongnu.org/lash/
@@ -99,6 +99,12 @@
   --add-category Application                      \
   %{name}-panel.desktop
 
+# Work around the newer texi2html which is behaving somehow else
+if [ ! -d docs/lash-manual-html-split/lash-manual/ ]; then
+  mkdir -p docs/lash-manual-html-split/lash-manual/
+  cp -p docs/lash-manual-html-split/*.html docs/lash-manual-html-split/lash-manual/
+fi
+
 %clean
 rm -rf %{buildroot}
 
@@ -147,6 +153,9 @@
 # %{python_sitearch}/*lash*.pyo
 
 %changelog
+* Sun Mar 22 2009 Robert Scheck <robert at fedoraproject.org> - 0.5.4-4
+- Work around the newer texi2html which is behaving somehow else
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list