2.91.1
This commit is contained in:
parent
e9ba2f840f
commit
f28d92171a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ file-roller-2.31.4.tar.bz2
|
|||||||
file-roller-2.31.5.tar.bz2
|
file-roller-2.31.5.tar.bz2
|
||||||
/file-roller-2.91.0.tar.bz2
|
/file-roller-2.91.0.tar.bz2
|
||||||
/file-roller-2.91.0-git02e93b4.tar.gz
|
/file-roller-2.91.0-git02e93b4.tar.gz
|
||||||
|
/file-roller-2.91.1.tar.bz2
|
||||||
|
@ -6,17 +6,16 @@
|
|||||||
%define desktop_file_utils_version 0.9
|
%define desktop_file_utils_version 0.9
|
||||||
%define nautilus_version 2.22.2
|
%define nautilus_version 2.22.2
|
||||||
%define gnome_doc_utils_version 0.3.2
|
%define gnome_doc_utils_version 0.3.2
|
||||||
%define alphatag git02e93b4
|
|
||||||
|
|
||||||
Summary: Tool for viewing and creating archives
|
Summary: Tool for viewing and creating archives
|
||||||
Name: file-roller
|
Name: file-roller
|
||||||
Version: 2.91.0
|
Version: 2.91.1
|
||||||
Release: 3.%{alphatag}%{?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/
|
||||||
#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}-%{alphatag}.tar.gz
|
Source: http://download.gnome.org/sources/file-roller/2.91/file-roller-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: pango-devel >= %{pango_version}
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
@ -36,19 +35,12 @@ Requires(pre): 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
|
||||||
|
|
||||||
Patch0: gtk-dep.patch
|
|
||||||
BuildRequires: autoconf automake libtool
|
|
||||||
|
|
||||||
%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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .gtk-dep
|
|
||||||
|
|
||||||
autoreconf -i -f
|
|
||||||
intltoolize -f
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-scrollkeeper \
|
%configure --disable-scrollkeeper \
|
||||||
@ -110,6 +102,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.1-1
|
||||||
|
- 2.91.1
|
||||||
|
|
||||||
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-3.%{alphatag}
|
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-3.%{alphatag}
|
||||||
- Rebuild against newer gtk3
|
- Rebuild against newer gtk3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user