- Add patch for Gnome.org bug #356809 (lingering file on uninstall).

This commit is contained in:
Matthew Barnes 2006-09-20 14:28:50 +00:00
parent 30c863e765
commit 9e8631cc07

View File

@ -2,7 +2,7 @@
Name: libsoup
Version: 2.2.96
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPL
Group: Development/Libraries
Summary: Soup, an HTTP library implementation
@ -10,6 +10,11 @@ URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
BuildRoot: %{_tmppath}/%{name}-root
Source: %{name}-%{version}.tar.bz2
### Patches ###
# Gnome.org bug #356809
Patch1: libsoup-2.2.96-uninstall.patch
### Dependencies ###
Requires: glib2 >= 2.6
@ -48,6 +53,7 @@ you to develop applications that use the libsoup library.
%prep
%setup -q
%patch1 -p1 -b .uninstall
%build
%configure --disable-gtk-doc
@ -80,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libsoup
%changelog
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-3.fc6
- Add patch for Gnome.org bug #356809 (lingering file on uninstall).
* Tue Aug 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-2.fc6
- Rebuild