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.8.0.tar.gz
|
||||||
|
/gupnp-av-0.9.0.tar.bz2
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
Name: gupnp-av
|
Name: gupnp-av
|
||||||
Version: 0.8.0
|
Version: 0.9.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A collection of helpers for building UPnP AV applications
|
Summary: A collection of helpers for building UPnP AV applications
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gupnp.org/
|
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
|
Patch0: gupnp-av-fixdso.patch
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gssdp-devel
|
BuildRequires: gssdp-devel >= 0.11.0
|
||||||
BuildRequires: gupnp-devel
|
BuildRequires: gupnp-devel >= 0.17.0
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
@ -54,15 +54,11 @@ This package contains developer documentation for %{name}.
|
|||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
#Remove libtool archives.
|
#Remove libtool archives.
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -85,6 +81,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Apr 9 2011 Peter Robinson <pbrobinson@gmail.com> - 0.8.0-1
|
||||||
- 0.8.0 stable release
|
- 0.8.0 stable release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user