0.19.1
This commit is contained in:
parent
f4025e565a
commit
95d5b5ea80
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
/gupnp-0.18.*.tar.xz
|
/gupnp-0.*.tar.xz
|
||||||
/gupnp-0.19.0.tar.xz
|
|
||||||
|
11
gupnp.spec
11
gupnp.spec
@ -1,12 +1,12 @@
|
|||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 0.19.0
|
Version: 0.19.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A framework for creating UPnP devices & control points
|
Summary: A framework for creating UPnP devices & control points
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gupnp.org/
|
URL: http://www.gupnp.org/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/0.18/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/0.19/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gssdp-devel >= 0.13.0
|
BuildRequires: gssdp-devel >= 0.13.0
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
@ -64,24 +64,25 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_libdir}/libgupnp-1.0.so.*
|
%{_libdir}/libgupnp-1.0.so.*
|
||||||
%{_bindir}/gupnp-binding-tool
|
%{_bindir}/gupnp-binding-tool
|
||||||
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
|
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/pkgconfig/gupnp-1.0.pc
|
%{_libdir}/pkgconfig/gupnp-1.0.pc
|
||||||
%{_libdir}/libgupnp-1.0.so
|
%{_libdir}/libgupnp-1.0.so
|
||||||
%{_includedir}/gupnp-1.0
|
%{_includedir}/gupnp-1.0
|
||||||
%{_datadir}/gir-1.0/GUPnP-1.0.gir
|
%{_datadir}/gir-1.0/GUPnP-1.0.gir
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.1-1
|
||||||
|
- 0.19.1 release
|
||||||
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.1.news
|
||||||
|
|
||||||
* Sun Oct 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.19.0-1
|
* Sun Oct 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.19.0-1
|
||||||
- 0.19.0 release
|
- 0.19.0 release
|
||||||
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.0.news
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.19/gupnp-0.19.0.news
|
||||||
|
Loading…
Reference in New Issue
Block a user