This commit is contained in:
Matthias Clasen 2005-07-13 18:47:26 +00:00
parent 0eae80bb20
commit a830aa67c7
3 changed files with 13 additions and 3 deletions

View File

@ -4,3 +4,4 @@ yelp-2.6.4.tar.bz2
yelp-2.6.5.tar.bz2
yelp-2.9.3.tar.bz2
yelp-2.10.0.tar.bz2
yelp-2.11.1.tar.bz2

View File

@ -1 +1 @@
326f85c8c0fd944e782a37b0589036c5 yelp-2.10.0.tar.bz2
f133a46fb20eb4733e5d5078a7c93ece yelp-2.11.1.tar.bz2

View File

@ -12,7 +12,7 @@
Summary: A system documentation reader from the Gnome project.
Name: yelp
Version: 2.10.0
Version: 2.11.1
Release: 1
Source: %{name}-%{version}.tar.bz2
License: GPL
@ -83,6 +83,12 @@ gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/yelp.schemas
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/yelp.schemas > /dev/null
# update icon themes
touch %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
fi
%files -f %{name}.lang
%defattr(-,root,root)
@ -90,10 +96,13 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/yelp.schemas >
%{_bindir}/*
%{_libdir}/bonobo
%{_datadir}/applications/*
%{_datadir}/icons/hicolor
%{_datadir}/yelp
%{_datadir}/icons/hicolor/*
%changelog
* Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
- Newer upstream version
* Thu May 19 2005 Ray Strode <rstrode@redhat.com> 2.10.0-1
- Update to 2.10.0 (bug 157752, 146862).