|
|
@ -1,6 +1,5 @@
|
|
|
|
%define glib2_version 2.16.0
|
|
|
|
%define glib2_version 2.16.0
|
|
|
|
%define pango_version 1.8.0
|
|
|
|
%define pango_version 1.8.0
|
|
|
|
%define gtk2_version 2.16.0
|
|
|
|
|
|
|
|
%define libgnomeui_version 2.6.0
|
|
|
|
%define libgnomeui_version 2.6.0
|
|
|
|
%define libgnomeprint_version 2.2.0
|
|
|
|
%define libgnomeprint_version 2.2.0
|
|
|
|
%define libgnomeprintui_version 2.2.0
|
|
|
|
%define libgnomeprintui_version 2.2.0
|
|
|
@ -10,8 +9,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
Name: file-roller
|
|
|
|
Name: file-roller
|
|
|
|
Version: 2.31.3
|
|
|
|
Version: 2.31.4
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/Archiving
|
|
|
|
Group: Applications/Archiving
|
|
|
|
URL: http://download.gnome.org/sources/file-roller/
|
|
|
|
URL: http://download.gnome.org/sources/file-roller/
|
|
|
@ -20,7 +19,7 @@ Source: http://download.gnome.org/sources/file-roller/2.31/file-roller-%{versio
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
|
|
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: libglade2-devel
|
|
|
|
BuildRequires: libglade2-devel
|
|
|
|
BuildRequires: nautilus-devel >= %{nautilus_version}
|
|
|
|
BuildRequires: nautilus-devel >= %{nautilus_version}
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
@ -28,14 +27,10 @@ BuildRequires: gettext
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|
|
|
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
|
|
|
|
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
|
|
|
|
BuildRequires: GConf2-devel
|
|
|
|
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
|
|
|
BuildRequires: GConf2-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires(pre): GConf2
|
|
|
|
Requires(pre): GConf2
|
|
|
|
Requires(post): GConf2
|
|
|
|
|
|
|
|
Requires(preun): GConf2
|
|
|
|
|
|
|
|
Requires: GConf2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The context menu API changed in 2.2.0:
|
|
|
|
# The context menu API changed in 2.2.0:
|
|
|
|
Conflicts: nautilus < 2.2.0
|
|
|
|
Conflicts: nautilus < 2.2.0
|
|
|
@ -75,23 +70,21 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
%post
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
%gconf_schema_upgrade file-roller
|
|
|
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
%pre
|
|
|
|
%pre
|
|
|
|
%gconf_schema_prepare file-roller
|
|
|
|
%gconf_schema_obsolete file-roller
|
|
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
|
|
|
%gconf_schema_remove file-roller
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%postun
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
update-desktop-database &> /dev/null || :
|
|
|
|
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
%posttrans
|
|
|
|
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%files -f %{name}.lang
|
|
|
@ -100,13 +93,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%{_bindir}/file-roller
|
|
|
|
%{_bindir}/file-roller
|
|
|
|
%{_datadir}/file-roller
|
|
|
|
%{_datadir}/file-roller
|
|
|
|
%{_datadir}/applications/gnome-file-roller.desktop
|
|
|
|
%{_datadir}/applications/gnome-file-roller.desktop
|
|
|
|
%{_sysconfdir}/gconf/schemas/file-roller.schemas
|
|
|
|
|
|
|
|
%{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
|
|
|
|
%{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
|
|
|
|
%{_libexecdir}/file-roller
|
|
|
|
%{_libexecdir}/file-roller
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/file-roller.png
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/file-roller.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
|
|
|
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.file-roller.gschema.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
|
|
|
|
|
|
|
|
- Update to 2.31.4
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-2
|
|
|
|
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-2
|
|
|
|
- Update to 2.31.3
|
|
|
|
- Update to 2.31.3
|
|
|
|
|
|
|
|
|
|
|
|