This commit is contained in:
Peter Robinson 2011-06-16 16:57:25 +01:00
parent 47d9ef231a
commit 894c3317a8
3 changed files with 9 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
gupnp-av-0.8.0.tar.gz
/gupnp-av-0.9.0.tar.bz2

View File

@ -1,18 +1,18 @@
Name: gupnp-av
Version: 0.8.0
Version: 0.9.0
Release: 1%{?dist}
Summary: A collection of helpers for building UPnP AV applications
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.gupnp.org/
Source0: http://www.gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz
Source0: http://download.gnome.org/sources/gupnp-av/0.9/%{name}-%{version}.tar.bz2
Patch0: gupnp-av-fixdso.patch
BuildRequires: glib2-devel
BuildRequires: gtk-doc
BuildRequires: gssdp-devel
BuildRequires: gupnp-devel
BuildRequires: gssdp-devel >= 0.11.0
BuildRequires: gupnp-devel >= 0.17.0
BuildRequires: gobject-introspection-devel
BuildRequires: libxml2-devel
BuildRequires: libsoup-devel
@ -54,15 +54,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
@ -85,6 +81,9 @@ rm -rf %{buildroot}
%{_datadir}/gtk-doc/html/%{name}
%changelog
* Thu Jun 16 2011 Peter Robinson <pbrobinson@gmail.com> - 0.9.0-1
- 0.9.0 release
* Sat Apr 9 2011 Peter Robinson <pbrobinson@gmail.com> - 0.8.0-1
- 0.8.0 stable release

View File

@ -1 +1 @@
8a41a3bb60b50fceb5ece71c0dc4dcfb gupnp-av-0.8.0.tar.gz
cfab2c8cddc8bbe7a8f580c1f8fc9ec5 gupnp-av-0.9.0.tar.bz2