[NetworkManager] Build vapi files and add them to the devel package

Dan Winship danw at fedoraproject.org
Wed Dec 5 21:28:52 UTC 2012


commit 90967adf8377260dd67ce3fec77aba8e15fbb158
Author: Dan Winship <danw at gnome.org>
Date:   Wed Dec 5 16:26:36 2012 -0500

    Build vapi files and add them to the devel package

 NetworkManager.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NetworkManager.spec b/NetworkManager.spec
index 15125d5..6455484 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -19,7 +19,7 @@ Name: NetworkManager
 Summary: Network connection manager and user applications
 Epoch: 1
 Version: 0.9.7.0
-Release: 9%{snapshot}%{?dist}
+Release: 10%{snapshot}%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://www.gnome.org/projects/NetworkManager/
@@ -83,6 +83,7 @@ BuildRequires: gtk-doc
 BuildRequires: libudev-devel
 BuildRequires: libuuid-devel
 BuildRequires: libgudev1-devel >= 143
+BuildRequires: vala-tools
 # No wimax or bluetooth on s390
 %ifnarch s390 s390x
 BuildRequires: wimax-devel
@@ -331,6 +332,8 @@ exit 0
 %{_libdir}/pkgconfig/%{name}.pc
 %dir %{_datadir}/gtk-doc/html/NetworkManager
 %{_datadir}/gtk-doc/html/NetworkManager/*
+%{_datadir}/vala/vapi/*.deps
+%{_datadir}/vala/vapi/*.vapi
 
 %files glib
 %defattr(-,root,root,0755)
@@ -362,6 +365,9 @@ exit 0
 %{_datadir}/gtk-doc/html/libnm-util/*
 
 %changelog
+* Wed Dec  5 2012 Dan Winship <danw at 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 at redhat.com> - 0.9.7.0-9.git20121004
 - Apply patch from master to read hostname from /etc/hostname (rh #831735)
 


More information about the scm-commits mailing list