0.5.1
This commit is contained in:
parent
126b9eac4c
commit
1aab9fc981
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user