|
|
@ -1,56 +1,53 @@
|
|
|
|
%define glib2_version 2.16.0
|
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
%define gtk3_version 2.99.0
|
|
|
|
Name: file-roller
|
|
|
|
%define pango_version 1.8.0
|
|
|
|
Version: 2.91.5
|
|
|
|
%define libgnomeui_version 2.6.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
%define libgnomeprint_version 2.2.0
|
|
|
|
License: GPLv2+
|
|
|
|
%define libgnomeprintui_version 2.2.0
|
|
|
|
Group: Applications/Archiving
|
|
|
|
%define desktop_file_utils_version 0.9
|
|
|
|
URL: http://download.gnome.org/sources/file-roller/
|
|
|
|
%define nautilus_version 2.22.2
|
|
|
|
|
|
|
|
%define gnome_doc_utils_version 0.3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
|
|
|
|
Name: file-roller
|
|
|
|
|
|
|
|
Version: 2.91.5
|
|
|
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
|
|
|
Group: Applications/Archiving
|
|
|
|
|
|
|
|
URL: http://download.gnome.org/sources/file-roller/
|
|
|
|
|
|
|
|
#VCS: git:git://git.gnome.org/file-roller
|
|
|
|
#VCS: git:git://git.gnome.org/file-roller
|
|
|
|
Source: http://download.gnome.org/sources/file-roller/2.91/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: glib2-devel
|
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
|
|
|
BuildRequires: pango-devel
|
|
|
|
BuildRequires: gtk3-devel >= %{gtk3_version}
|
|
|
|
BuildRequires: gtk3-devel >= 2.99
|
|
|
|
BuildRequires: libglade2-devel
|
|
|
|
BuildRequires: libglade2-devel
|
|
|
|
BuildRequires: nautilus-devel >= %{nautilus_version}
|
|
|
|
BuildRequires: nautilus-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
|
|
|
|
BuildRequires: gnome-doc-utils
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: GConf2-devel
|
|
|
|
BuildRequires: GConf2-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires(pre): GConf2
|
|
|
|
Requires(pre): GConf2
|
|
|
|
Requires(post): /usr/bin/gtk-update-icon-cache
|
|
|
|
|
|
|
|
Requires(postun): /usr/bin/gtk-update-icon-cache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The context menu API changed in 2.2.0:
|
|
|
|
|
|
|
|
Conflicts: nautilus < 2.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
File Roller is an application for creating and viewing archives files,
|
|
|
|
File Roller is an application for creating and viewing archives files,
|
|
|
|
such as tar or zip files.
|
|
|
|
such as tar or zip files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package nautilus
|
|
|
|
|
|
|
|
Summary: File Roller extension for nautilus
|
|
|
|
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description nautilus
|
|
|
|
|
|
|
|
This package contains the file-roller extension for the nautilus file manger.
|
|
|
|
|
|
|
|
It adds an item to the nautilus contexst menu that lets you compress files
|
|
|
|
|
|
|
|
or directories.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-scrollkeeper \
|
|
|
|
%configure --disable-scrollkeeper \
|
|
|
|
--disable-static \
|
|
|
|
--disable-static \
|
|
|
|
--with-gtk=3.0 \
|
|
|
|
--with-gtk=3.0 \
|
|
|
|
--enable-nautilus-actions \
|
|
|
|
--enable-nautilus-actions \
|
|
|
|
--enable-packagekit
|
|
|
|
--enable-packagekit
|
|
|
|
|
|
|
|
|
|
|
|
export tagname=CC
|
|
|
|
export tagname=CC
|
|
|
|
make LIBTOOL=/usr/bin/libtool
|
|
|
|
make LIBTOOL=/usr/bin/libtool
|
|
|
@ -97,7 +94,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
|
|
|
%{_bindir}/file-roller
|
|
|
|
%{_bindir}/file-roller
|
|
|
|
%{_datadir}/file-roller
|
|
|
|
%{_datadir}/file-roller
|
|
|
|
%{_datadir}/applications/gnome-file-roller.desktop
|
|
|
|
%{_datadir}/applications/gnome-file-roller.desktop
|
|
|
|
%{_libdir}/nautilus/extensions-3.0/libnautilus-fileroller.so
|
|
|
|
|
|
|
|
%{_libexecdir}/file-roller
|
|
|
|
%{_libexecdir}/file-roller
|
|
|
|
%{_libexecdir}/file-roller-server
|
|
|
|
%{_libexecdir}/file-roller-server
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.FileRoller.service
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.FileRoller.service
|
|
|
@ -107,7 +103,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
|
|
|
%{_datadir}/GConf/gsettings/file-roller.convert
|
|
|
|
%{_datadir}/GConf/gsettings/file-roller.convert
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files nautilus
|
|
|
|
|
|
|
|
%{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-2
|
|
|
|
|
|
|
|
- Drop ancient version requirements
|
|
|
|
|
|
|
|
- Drop prehistoric conflict
|
|
|
|
|
|
|
|
- Split off a -nautilus subpackage
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
|
|
|
|
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
|
|
|
|
- Update to 2.91.5
|
|
|
|
- Update to 2.91.5
|
|
|
|
|
|
|
|
|
|
|
|