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