This commit is contained in:
Peter Robinson 2011-01-26 17:10:02 +00:00
parent 126b9eac4c
commit 1aab9fc981
3 changed files with 8 additions and 17 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/gupnp-dlna-0.4.1.tar.gz
/gupnp-dlna-0.4.2.tar.gz
/gupnp-dlna-0.5.0.tar.gz
/gupnp-dlna-0.5.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: gupnp-dlna
Version: 0.5.0
Version: 0.5.1
Release: 1%{?dist}
Summary: A collection of helpers for building UPnP AV applications
@ -7,7 +7,6 @@ Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.gupnp.org/
Source0: http://www.gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz
Patch0: gupnp-dlna-fixdso.patch
BuildRequires: glib2-devel
BuildRequires: gssdp-devel
@ -18,6 +17,8 @@ BuildRequires: gupnp-av-devel
BuildRequires: libxml2-devel
BuildRequires: gtk-doc
Obsoletes: gupnp-dlna-vala < 0.5.1
%description
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
@ -44,18 +45,8 @@ BuildArch: noarch
%description docs
Contains developer documentation for %{name}.
%package vala
Summary: Development package for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: vala
%description vala
Files for vala development with %{name}.
%prep
%setup -q
%patch0 -p1 -b .fixdso
%build
%configure --disable-static
@ -89,11 +80,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%defattr(-,root,root,-)
%{_datadir}/gtk-doc/html/%{name}
%files vala
%defattr(-,root,root,-)
%{_datadir}/vala/vapi/gstreamer-*
%changelog
* Sat Jan 22 2011 Peter Robinson <pbrobinson@gmail.com> 0.5.1-1
- New upstream 0.5.1 release
* Fri Jan 7 2011 Peter Robinson <pbrobinson@gmail.com> 0.5.0-1
- New upstream 0.5.0 release

View File

@ -1 +1 @@
c97ffbada5cb9f700d910995fab6ab46 gupnp-dlna-0.5.0.tar.gz
be4d6ab220d29e1c09f0ca9aef7caaae gupnp-dlna-0.5.1.tar.gz