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