- Update to 0.13.3
This commit is contained in:
parent
1c0257a5be
commit
4cb415ff7b
@ -1 +1 @@
|
||||
gupnp-0.13.2.tar.gz
|
||||
gupnp-0.13.3.tar.gz
|
||||
|
12
gupnp.spec
12
gupnp.spec
@ -1,6 +1,6 @@
|
||||
Name: gupnp
|
||||
Version: 0.13.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.13.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A framework for creating UPnP devices & control points
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -8,11 +8,12 @@ License: LGPLv2+
|
||||
URL: http://www.gupnp.org/
|
||||
Source0: http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Patch0: gupnp-fixdso.patch
|
||||
|
||||
BuildRequires: gssdp-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gir-repository-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libuuid-devel
|
||||
@ -75,18 +76,23 @@ rm -rf %{buildroot}
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/libgupnp-1.0.so.*
|
||||
%{_bindir}/gupnp-binding-tool
|
||||
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/pkgconfig/gupnp-1.0.pc
|
||||
%{_libdir}/libgupnp-1.0.so
|
||||
%{_includedir}/gupnp-1.0
|
||||
%{_datadir}/gir-1.0/GUPnP-1.0.gir
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Apr 9 2010 Peter Robinson <pbrobinson@gmail.com> 0.13.3-1
|
||||
- Update to 0.13.3
|
||||
|
||||
* Mon Mar 1 2010 Peter Robinson <pbrobinson@gmail.com> 0.13.2-2
|
||||
- Add patch to fix DSO linking. Fixes bug 564855
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user