From 9e8631cc07ed29cc5e9b72e8e0edb3664b5ad4a8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sep 20 2006 14:28:50 +0000 Subject: - Add patch for Gnome.org bug #356809 (lingering file on uninstall). --- diff --git a/libsoup.spec b/libsoup.spec index f99e8d4..1eac900 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -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 - 2.2.96-3.fc6 +- Add patch for Gnome.org bug #356809 (lingering file on uninstall). + * Tue Aug 15 2006 Matthew Barnes - 2.2.96-2.fc6 - Rebuild