Build vapi files and add them to the devel package
This commit is contained in:
parent
c5ee82b8f7
commit
90967adf83
@ -19,7 +19,7 @@ Name: NetworkManager
|
|||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.9.7.0
|
Version: 0.9.7.0
|
||||||
Release: 9%{snapshot}%{?dist}
|
Release: 10%{snapshot}%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
@ -83,6 +83,7 @@ BuildRequires: gtk-doc
|
|||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libgudev1-devel >= 143
|
BuildRequires: libgudev1-devel >= 143
|
||||||
|
BuildRequires: vala-tools
|
||||||
# No wimax or bluetooth on s390
|
# No wimax or bluetooth on s390
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
BuildRequires: wimax-devel
|
BuildRequires: wimax-devel
|
||||||
@ -331,6 +332,8 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%dir %{_datadir}/gtk-doc/html/NetworkManager
|
%dir %{_datadir}/gtk-doc/html/NetworkManager
|
||||||
%{_datadir}/gtk-doc/html/NetworkManager/*
|
%{_datadir}/gtk-doc/html/NetworkManager/*
|
||||||
|
%{_datadir}/vala/vapi/*.deps
|
||||||
|
%{_datadir}/vala/vapi/*.vapi
|
||||||
|
|
||||||
%files glib
|
%files glib
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
@ -362,6 +365,9 @@ exit 0
|
|||||||
%{_datadir}/gtk-doc/html/libnm-util/*
|
%{_datadir}/gtk-doc/html/libnm-util/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 5 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-10.git20121004
|
||||||
|
- Build vapi files and add them to the devel package
|
||||||
|
|
||||||
* Wed Dec 5 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-9.git20121004
|
* Wed Dec 5 2012 Dan Winship <danw@redhat.com> - 0.9.7.0-9.git20121004
|
||||||
- Apply patch from master to read hostname from /etc/hostname (rh #831735)
|
- Apply patch from master to read hostname from /etc/hostname (rh #831735)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user