Own /usr/share/devhelp/books
This commit is contained in:
parent
d8ed67e76e
commit
17014f65f6
11
devhelp.spec
11
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 <caillon@redhat.com> - 0.12.6-8
|
||||
* Sat Nov 25 2006 Matthias Clasen <mclasen@redhat.com> - 0.12-9
|
||||
- Own the /usr/share/devhelp/books directory
|
||||
|
||||
* Fri Oct 27 2006 Christopher Aillon <caillon@redhat.com> - 0.12-8
|
||||
- Rebuild against newer gecko
|
||||
|
||||
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 0.12.6-7
|
||||
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 0.12-7
|
||||
- Fix scripts according to the packaging guidelines
|
||||
- Require pkgconfig in the -devel package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user