From 9822c71109b7843b37d874668d36e9dfa52c8b05 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Mar 22 2009 16:32:32 +0000 Subject: Work around the newer texi2html which is behaving somehow else --- diff --git a/lash.spec b/lash.spec index d3f01fb..91ebcb6 100644 --- a/lash.spec +++ b/lash.spec @@ -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 @@ desktop-file-install --vendor fedora \ --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 @@ fi # %{python_sitearch}/*lash*.pyo %changelog +* Sun Mar 22 2009 Robert Scheck - 0.5.4-4 +- Work around the newer texi2html which is behaving somehow else + * Wed Feb 25 2009 Fedora Release Engineering - 0.5.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild