enable vala bindings
This commit is contained in:
parent
3a3ca4101d
commit
1a5e1591b1
@ -1,6 +1,6 @@
|
|||||||
Name: gssdp
|
Name: gssdp
|
||||||
Version: 0.12.2.1
|
Version: 0.12.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Resource discovery and announcement over SSDP
|
Summary: Resource discovery and announcement over SSDP
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -18,6 +18,7 @@ BuildRequires: libsoup-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: vala-tools
|
||||||
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
|
|
||||||
@ -86,6 +87,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/pkgconfig/gssdp-1.0.pc
|
%{_libdir}/pkgconfig/gssdp-1.0.pc
|
||||||
%{_includedir}/gssdp-1.0
|
%{_includedir}/gssdp-1.0
|
||||||
%{_datadir}/gir-1.0/GSSDP-1.0.gir
|
%{_datadir}/gir-1.0/GSSDP-1.0.gir
|
||||||
|
%{_datadir}/vala/vapi/gssdp*
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -97,6 +99,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 28 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.2.1-2
|
||||||
|
- Enable vala bindings
|
||||||
|
|
||||||
* Tue Aug 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.2.1-1
|
* Tue Aug 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.2.1-1
|
||||||
- 0.12.2.1 release
|
- 0.12.2.1 release
|
||||||
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.12/gssdp-0.12.2.1.news
|
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.12/gssdp-0.12.2.1.news
|
||||||
|
Loading…
Reference in New Issue
Block a user