[devhelp] fix build

Matthias Clasen mclasen at fedoraproject.org
Mon Jul 23 13:04:23 UTC 2012


commit 688d32903470915e8f9e1007de7476926fd8cf2c
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Jul 23 09:04:52 2012 -0400

    fix build

 devhelp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/devhelp.spec b/devhelp.spec
index a271543..c84d3c4 100644
--- a/devhelp.spec
+++ b/devhelp.spec
@@ -6,7 +6,7 @@
 
 Name: devhelp
 Version: 3.4.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: Development/Tools
@@ -77,6 +77,8 @@ desktop-file-install --vendor gnome			\
   --dir $RPM_BUILD_ROOT%{_datadir}/applications		\
   $RPM_BUILD_ROOT%{_datadir}/applications/devhelp.desktop
 
+rm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
+
 find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books
@@ -139,6 +141,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Jul 23 2012 Matthias Clasen <mclasen at redhat.com> - 1:3.4.1-3
+- Fix build (don't install icon cache)
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list