Remove obsolete patch
This commit is contained in:
parent
23d8a97d26
commit
1fe81bb459
@ -16,7 +16,6 @@ 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}
|
||||||
@ -50,7 +49,6 @@ such as tar files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .gio
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-scrollkeeper --disable-static
|
%configure --disable-scrollkeeper --disable-static
|
||||||
@ -129,6 +127,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.1-1
|
* Tue Jan 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.1-1
|
||||||
- Update to 2.21.1
|
- Update to 2.21.1
|
||||||
|
- Remove obsolete patch
|
||||||
|
|
||||||
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-2
|
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-2
|
||||||
- Rebuild nautilus extension against nautilus 2.21
|
- Rebuild nautilus extension against nautilus 2.21
|
||||||
|
24
gio.patch
24
gio.patch
@ -1,24 +0,0 @@
|
|||||||
diff -up file-roller-2.20.2/nautilus/Makefile.in.gio file-roller-2.20.2/nautilus/Makefile.in
|
|
||||||
--- file-roller-2.20.2/nautilus/Makefile.in.gio 2007-12-24 00:18:44.000000000 -0500
|
|
||||||
+++ file-roller-2.20.2/nautilus/Makefile.in 2007-12-24 00:19:27.000000000 -0500
|
|
||||||
@@ -255,7 +255,7 @@ INCLUDES = \
|
|
||||||
|
|
||||||
|
|
||||||
# FIXME: get this from the .pc file
|
|
||||||
-nautilus_extensiondir = $(libdir)/nautilus/extensions-1.0
|
|
||||||
+nautilus_extensiondir = $(libdir)/nautilus/extensions-2.0
|
|
||||||
nautilus_extension_LTLIBRARIES = libnautilus-fileroller.la
|
|
||||||
libnautilus_fileroller_la_SOURCES = \
|
|
||||||
nautilus-fileroller.c \
|
|
||||||
diff -up file-roller-2.20.2/nautilus/Makefile.am.gio file-roller-2.20.2/nautilus/Makefile.am
|
|
||||||
--- file-roller-2.20.2/nautilus/Makefile.am.gio 2007-12-24 00:19:59.000000000 -0500
|
|
||||||
+++ file-roller-2.20.2/nautilus/Makefile.am 2007-12-24 00:20:13.000000000 -0500
|
|
||||||
@@ -13,7 +13,7 @@ INCLUDES = \
|
|
||||||
$(NAUTILUS_CFLAGS)
|
|
||||||
|
|
||||||
# FIXME: get this from the .pc file
|
|
||||||
-nautilus_extensiondir=$(libdir)/nautilus/extensions-1.0
|
|
||||||
+nautilus_extensiondir=$(libdir)/nautilus/extensions-2.0
|
|
||||||
|
|
||||||
nautilus_extension_LTLIBRARIES=libnautilus-fileroller.la
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user