From 17014f65f681e8db2a0cb75869a428a4af5f6f60 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 26 Nov 2006 04:38:33 +0000 Subject: [PATCH] Own /usr/share/devhelp/books --- devhelp.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/devhelp.spec b/devhelp.spec index 197f027..863d59e 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -3,7 +3,7 @@ Summary: API document browser Name: devhelp Version: 0.12 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Development/Tools Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/ @@ -77,6 +77,8 @@ find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';' rm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache +mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books + %find_lang %name %clean @@ -131,10 +133,13 @@ fi %{_libdir}/pkgconfig/* %changelog -* Fri Oct 27 2006 Christopher Aillon - 0.12.6-8 +* Sat Nov 25 2006 Matthias Clasen - 0.12-9 +- Own the /usr/share/devhelp/books directory + +* Fri Oct 27 2006 Christopher Aillon - 0.12-8 - Rebuild against newer gecko -* Wed Oct 18 2006 Matthias Clasen - 0.12.6-7 +* Wed Oct 18 2006 Matthias Clasen - 0.12-7 - Fix scripts according to the packaging guidelines - Require pkgconfig in the -devel package