|
|
@ -11,11 +11,12 @@
|
|
|
|
Summary: File Roller is a tool for viewing and creating archives
|
|
|
|
Summary: File Roller is a tool for viewing and creating archives
|
|
|
|
Name: file-roller
|
|
|
|
Name: file-roller
|
|
|
|
Version: 2.20.2
|
|
|
|
Version: 2.20.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?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/
|
|
|
|
Source: http://download.gnome.org/sources/file-roller/2.20/file-roller-%{version}.tar.bz2
|
|
|
|
Source: http://download.gnome.org/sources/file-roller/2.20/file-roller-%{version}.tar.bz2
|
|
|
|
|
|
|
|
Patch0: gio.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
|
|
@ -25,7 +26,6 @@ BuildRequires: libgnomeprintui22-devel >= %{libgnomeprintui_version}
|
|
|
|
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version}
|
|
|
|
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version}
|
|
|
|
BuildRequires: nautilus-devel >= %{nautilus_version}
|
|
|
|
BuildRequires: nautilus-devel >= %{nautilus_version}
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
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}
|
|
|
@ -50,9 +50,9 @@ such as tar files.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch0 -p1 -b .gio
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
autoconf
|
|
|
|
|
|
|
|
%configure --disable-scrollkeeper --disable-static
|
|
|
|
%configure --disable-scrollkeeper --disable-static
|
|
|
|
export tagname=CC
|
|
|
|
export tagname=CC
|
|
|
|
make LIBTOOL=/usr/bin/libtool
|
|
|
|
make LIBTOOL=/usr/bin/libtool
|
|
|
@ -123,12 +123,15 @@ fi
|
|
|
|
%{_datadir}/omf/file-roller
|
|
|
|
%{_datadir}/omf/file-roller
|
|
|
|
%{_datadir}/applications/gnome-file-roller.desktop
|
|
|
|
%{_datadir}/applications/gnome-file-roller.desktop
|
|
|
|
%{_sysconfdir}/gconf/schemas/file-roller.schemas
|
|
|
|
%{_sysconfdir}/gconf/schemas/file-roller.schemas
|
|
|
|
%{_libdir}/nautilus/extensions-1.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
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-2
|
|
|
|
|
|
|
|
- Rebuild nautilus extension against nautilus 2.21
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
|
|
|
|
* Mon Nov 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
|
|
|
|
- Update to 2.20.2 (translation updates)
|
|
|
|
- Update to 2.20.2 (translation updates)
|
|
|
|
|
|
|
|
|
|
|
|