diff --git a/.cvsignore b/.cvsignore index 987d109..f7d9189 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/sources b/sources index bf6afa0..037a72a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -326f85c8c0fd944e782a37b0589036c5 yelp-2.10.0.tar.bz2 +f133a46fb20eb4733e5d5078a7c93ece yelp-2.11.1.tar.bz2 diff --git a/yelp.spec b/yelp.spec index fadb798..3c86d62 100644 --- a/yelp.spec +++ b/yelp.spec @@ -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 2.11.1-1 +- Newer upstream version + * Thu May 19 2005 Ray Strode 2.10.0-1 - Update to 2.10.0 (bug 157752, 146862).