This commit is contained in:
Matthias Clasen 2010-01-17 22:36:02 +00:00
parent 9b6b5d04c5
commit d1782679b7
3 changed files with 14 additions and 11 deletions

View File

@ -1 +1 @@
orca-2.29.4.tar.bz2
orca-2.29.5.tar.bz2

View File

@ -17,7 +17,7 @@
%define control_center_version 2.16.0-5
Name: orca
Version: 2.29.4
Version: 2.29.5
Release: 1%{?dist}
Summary: Assistive technology for people with visual impairments
@ -84,18 +84,18 @@ find $RPM_BUILD_ROOT -name '*.desktop' | xargs rm -f
rm -rf $RPM_BUILD_ROOT
%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
update-desktop-database &> /dev/null ||:
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
update-desktop-database &>/dev/null ||:
if [ $1 -eq 0 ]; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
@ -108,6 +108,9 @@ fi
%changelog
* Sun Jan 17 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-1
- Update to 2.29.5
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.29.4-1
- Update to 2.29.4

View File

@ -1 +1 @@
48c63286c6aaadc311497244ddb6daa5 orca-2.29.4.tar.bz2
e4aca4ee25e8b49b8e0b61e7ae28a0ff orca-2.29.5.tar.bz2