0.13.1
This commit is contained in:
parent
4d6967a8c2
commit
84788da694
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/gssdp-0.12.*.tar.xz
|
||||
/gssdp-0.13.0.tar.xz
|
||||
/gssdp-0.*.tar.xz
|
||||
|
12
gssdp.spec
12
gssdp.spec
@ -1,12 +1,12 @@
|
||||
Name: gssdp
|
||||
Version: 0.13.0
|
||||
Version: 0.13.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Resource discovery and announcement over SSDP
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.gupnp.org/
|
||||
Source0: http://download.gnome.org/sources/%{name}/0.12/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/0.13/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: GConf2-devel
|
||||
@ -75,14 +75,12 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README NEWS
|
||||
%dir %{_datadir}/gssdp
|
||||
%{_libdir}/libgssdp-1.0.so.*
|
||||
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libgssdp-1.0.so
|
||||
%{_libdir}/pkgconfig/gssdp-1.0.pc
|
||||
%{_includedir}/gssdp-1.0
|
||||
@ -90,15 +88,17 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/vala/vapi/gssdp*
|
||||
|
||||
%files utils
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/gssdp-device-sniffer
|
||||
%{_datadir}/gssdp/gssdp-device-sniffer.ui
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Oct 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.13.1-1
|
||||
- 0.13.1 release
|
||||
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.13/gssdp-0.13.1.news
|
||||
|
||||
* Sun Oct 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.13.0-1
|
||||
- 0.13.0 release
|
||||
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.13/gssdp-0.13.0.news
|
||||
|
Loading…
Reference in New Issue
Block a user