0.9.0
This commit is contained in:
parent
47d9ef231a
commit
894c3317a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
gupnp-av-0.8.0.tar.gz
|
||||
/gupnp-av-0.9.0.tar.bz2
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user