auto-import changelog data from file-roller-2.4.0.1-1.src.rpm
Fri Oct 03 2003 Alexander Larsson <alexl@redhat.com> 2.4.0.1-1 - 2.4.0.1 Tue Aug 19 2003 Alexander Larsson <alexl@redhat.com> 2.3.4-1 - update for gnome 2.3 Fri Aug 08 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-5 - Fix libtool Wed Jul 09 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-4.E - Rebuild Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Thu Jun 05 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-3 - Update scrollkeeper prereq to version 0.3.4-2 (#92251) Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-2 - Use system libtool Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1 - Update to 2.2.3
This commit is contained in:
parent
80984e4193
commit
a0a5d49b99
@ -1 +1 @@
|
|||||||
file-roller-2.2.1.tar.bz2
|
file-roller-2.4.0.1.tar.bz2
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
%define glib2_version 2.1.3
|
%define glib2_version 2.1.3
|
||||||
%define pango_version 1.1.2
|
%define pango_version 1.1.2
|
||||||
%define gtk2_version 2.1.2
|
%define gtk2_version 2.2.0
|
||||||
%define libgnomeui_version 2.0.0
|
%define libgnomeui_version 2.0.0
|
||||||
%define libgnomeprint_version 1.115.0
|
%define libgnomeprint_version 2.2.0
|
||||||
%define libgnomeprintui_version 1.115.0
|
%define libgnomeprintui_version 2.2.0
|
||||||
%define desktop_file_utils_version 0.2.90
|
%define desktop_file_utils_version 0.2.90
|
||||||
%define nautilus_version 2.2.0
|
%define nautilus_version 2.2.0
|
||||||
|
|
||||||
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.2.1
|
Version: 2.4.0.1
|
||||||
Release: 2
|
Release: 1
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
@ -18,7 +18,7 @@ Source0: file-roller-%{version}.tar.bz2
|
|||||||
URL: http://ftp.gnome.org/pub/gnome/sources/file-roller/
|
URL: http://ftp.gnome.org/pub/gnome/sources/file-roller/
|
||||||
BuildRoot: %{_tmppath}/file-roller-%{version}-root
|
BuildRoot: %{_tmppath}/file-roller-%{version}-root
|
||||||
|
|
||||||
PreReq: scrollkeeper >= 0.1.4
|
PreReq: scrollkeeper >= 0.3.4-2
|
||||||
PreReq: GConf2
|
PreReq: GConf2
|
||||||
PreReq: /usr/bin/gconftool-2
|
PreReq: /usr/bin/gconftool-2
|
||||||
|
|
||||||
@ -26,15 +26,15 @@ BuildRequires: glib2-devel >= %{glib2_version}
|
|||||||
BuildRequires: pango-devel >= %{pango_version}
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||||
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
||||||
BuildRequires: libgnomeprintui-devel >= %{libgnomeprintui_version}
|
BuildRequires: libgnomeprintui22-devel >= %{libgnomeprintui_version}
|
||||||
BuildRequires: libgnomeprint-devel >= %{libgnomeprint_version}
|
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version}
|
||||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
BuildRequires: nautilus >= %{nautilus_version}
|
BuildRequires: nautilus >= %{nautilus_version}
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
Patch1: file-roller-2.2.1-recent-monitor.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
File Roller is an application for creating and viewing archives files,
|
File Roller is an application for creating and viewing archives files,
|
||||||
@ -42,17 +42,18 @@ such as tar files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .recent-monitor
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
autoconf
|
||||||
%configure
|
%configure
|
||||||
make
|
export tagname=CC
|
||||||
|
make LIBTOOL=/usr/bin/libtool
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||||
|
export tagname=CC
|
||||||
%makeinstall
|
%makeinstall
|
||||||
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
||||||
|
|
||||||
@ -104,6 +105,30 @@ scrollkeeper-update
|
|||||||
%{_libdir}/bonobo/servers
|
%{_libdir}/bonobo/servers
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0.1-1
|
||||||
|
- 2.4.0.1
|
||||||
|
|
||||||
|
* Tue Aug 19 2003 Alexander Larsson <alexl@redhat.com> 2.3.4-1
|
||||||
|
- update for gnome 2.3
|
||||||
|
|
||||||
|
* Fri Aug 8 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-5
|
||||||
|
- Fix libtool
|
||||||
|
|
||||||
|
* Wed Jul 9 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-4.E
|
||||||
|
- Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 5 2003 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Thu Jun 5 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-3
|
||||||
|
- Update scrollkeeper prereq to version 0.3.4-2 (#92251)
|
||||||
|
|
||||||
|
* Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-2
|
||||||
|
- Use system libtool
|
||||||
|
|
||||||
|
* Mon May 19 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
|
||||||
|
- Update to 2.2.3
|
||||||
|
|
||||||
* Tue Feb 4 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-2
|
* Tue Feb 4 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-2
|
||||||
- Add patch that disables monitoring in recent-files
|
- Add patch that disables monitoring in recent-files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user