2.11.0
This commit is contained in:
parent
0eae80bb20
commit
a830aa67c7
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
326f85c8c0fd944e782a37b0589036c5 yelp-2.10.0.tar.bz2
|
||||
f133a46fb20eb4733e5d5078a7c93ece yelp-2.11.1.tar.bz2
|
||||
|
13
yelp.spec
13
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 <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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user