2.91.0
This commit is contained in:
parent
330fd0c3f4
commit
7ed613de52
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
file-roller-2.31.4.tar.bz2
|
||||
file-roller-2.31.5.tar.bz2
|
||||
/file-roller-2.91.0.tar.bz2
|
||||
|
@ -9,13 +9,13 @@
|
||||
|
||||
Summary: Tool for viewing and creating archives
|
||||
Name: file-roller
|
||||
Version: 2.31.5
|
||||
Version: 2.91.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Archiving
|
||||
URL: http://download.gnome.org/sources/file-roller/
|
||||
#VCS: git:git://git.gnome.org/file-roller
|
||||
Source: http://download.gnome.org/sources/file-roller/2.31/file-roller-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/file-roller/2.91/file-roller-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: pango-devel >= %{pango_version}
|
||||
@ -78,15 +78,15 @@ touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
||||
|
||||
%postun
|
||||
update-desktop-database &> /dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
||||
if [ $1 -eq 0 ]; then
|
||||
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
||||
gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
||||
fi
|
||||
|
||||
%posttrans
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-, root, root)
|
||||
@ -102,6 +102,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 6 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-1
|
||||
- Update to 2.91.0
|
||||
|
||||
* Tue Aug 3 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
|
||||
- Update to 2.31.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user