[kdepimlibs] fix/update HTML docbook multilib hack (#862388)

Rex Dieter rdieter at fedoraproject.org
Thu Oct 4 16:19:59 UTC 2012


commit 6414ed4d90c1e79611801ca10815026faa25c17c
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Oct 4 11:20:16 2012 -0500

    fix/update HTML docbook multilib hack (#862388)

 kdepimlibs.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kdepimlibs.spec b/kdepimlibs.spec
index 9993168..08ca77a 100644
--- a/kdepimlibs.spec
+++ b/kdepimlibs.spec
@@ -7,7 +7,7 @@
 Name: kdepimlibs
 Summary: KDE PIM Libraries
 Version: 4.9.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
@@ -116,7 +116,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 for doxy_hack in kcontrol/kresources ; do
 pushd %{buildroot}%{_kde4_docdir}/HTML/en/${doxy_hack}
 bunzip2 index.cache.bz2
-sed -i -e 's!<a name="id[0-9]*"></a>!!g' index.cache
+sed -i -e 's!<a name="id[a-z]*[0-9]*"></a>!!g' index.cache
 bzip2 -9 index.cache
 done
 popd
@@ -264,6 +264,9 @@ update-mime-database %{_kde4_datadir}/mime >& /dev/null
 
 
 %changelog
+* Thu Oct 04 2012 Rex Dieter <rdieter at fedoraproject.org> 4.9.2-2
+- fix/update HTML docbook multilib hack (#862388)
+
 * Fri Sep 28 2012 Rex Dieter <rdieter at fedoraproject.org> - 4.9.2-1
 - 4.9.2
 


More information about the scm-commits mailing list