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.1.tar.gz
|
||||||
/gupnp-dlna-0.4.2.tar.gz
|
/gupnp-dlna-0.4.2.tar.gz
|
||||||
/gupnp-dlna-0.5.0.tar.gz
|
/gupnp-dlna-0.5.0.tar.gz
|
||||||
|
/gupnp-dlna-0.5.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: gupnp-dlna
|
Name: gupnp-dlna
|
||||||
Version: 0.5.0
|
Version: 0.5.1
|
||||||
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
|
||||||
|
|
||||||
@ -7,7 +7,6 @@ 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://www.gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz
|
||||||
Patch0: gupnp-dlna-fixdso.patch
|
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gssdp-devel
|
BuildRequires: gssdp-devel
|
||||||
@ -18,6 +17,8 @@ BuildRequires: gupnp-av-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
|
Obsoletes: gupnp-dlna-vala < 0.5.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GUPnP is an object-oriented open source framework for creating UPnP
|
GUPnP is an object-oriented open source framework for creating UPnP
|
||||||
devices and control points, written in C using GObject and libsoup.
|
devices and control points, written in C using GObject and libsoup.
|
||||||
@ -44,18 +45,8 @@ BuildArch: noarch
|
|||||||
%description docs
|
%description docs
|
||||||
Contains developer documentation for %{name}.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .fixdso
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -89,11 +80,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%files vala
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_datadir}/vala/vapi/gstreamer-*
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 7 2011 Peter Robinson <pbrobinson@gmail.com> 0.5.0-1
|
||||||
- New upstream 0.5.0 release
|
- New upstream 0.5.0 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user