This commit is contained in:
Peter Robinson 2010-11-12 15:45:49 +00:00
parent bc546030af
commit 99e3545aaf
3 changed files with 7 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
gssdp-0.7.2.tar.gz
/gssdp-0.8.0.tar.gz
/gssdp-0.9.0.tar.gz

View File

@ -1,13 +1,12 @@
Name: gssdp
Version: 0.8.0
Release: 2%{?dist}
Version: 0.9.0
Release: 1%{?dist}
Summary: Resource discovery and announcement over SSDP
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.gupnp.org/
Source0: http://www.gupnp.org/sites/all/files/sources/%{name}/%{name}-%{version}.tar.gz
Patch0: gssdp-fixdso.patch
BuildRequires: dbus-glib-devel
BuildRequires: GConf2-devel
@ -50,7 +49,6 @@ This package contains developer documentation for %{name}.
%prep
%setup -q
%patch0 -p1 -b .fixdso
%build
%configure --disable-static
@ -58,15 +56,11 @@ This package contains developer documentation for %{name}.
make %{?_smp_mflags} V=1
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -92,6 +86,9 @@ rm -rf %{buildroot}
%{_datadir}/gtk-doc/html/%{name}
%changelog
* Fri Nov 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.0-1
- Update to 0.9.0
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 0.8.0-2
- Rebuild against newer gobject-introspection

View File

@ -1 +1 @@
a4cf85650decaec7a12382a8a002bc83 gssdp-0.8.0.tar.gz
8605138eac1e7fb8ec8cf502a928ea81 gssdp-0.9.0.tar.gz