[libgweather] Install the glade catalog and enable vala support

Kalev Lember kalev at fedoraproject.org
Tue Sep 3 22:28:20 UTC 2013


commit 6af37209d5c5de9d169cad4e1b23f271867fdf54
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Sep 3 23:27:30 2013 +0200

    Install the glade catalog and enable vala support

 libgweather.spec |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/libgweather.spec b/libgweather.spec
index 24edae5..a5d7df5 100644
--- a/libgweather.spec
+++ b/libgweather.spec
@@ -10,6 +10,7 @@ URL:            http://www.gnome.org
 Source0:        http://download.gnome.org/sources/libgweather/3.9/%{name}-%{version}.tar.xz
 
 BuildRequires:  dbus-devel
+BuildRequires:  glade-devel
 BuildRequires:  gtk3-devel >= 2.90.0
 BuildRequires:  gtk-doc
 BuildRequires:  libsoup-devel >= 2.4
@@ -19,6 +20,8 @@ BuildRequires:  intltool
 BuildRequires:  autoconf automake libtool
 BuildRequires:  gobject-introspection-devel >= 0.10
 BuildRequires:  gnome-common
+BuildRequires:  vala-devel
+BuildRequires:  vala-tools
 
 # for directories
 Requires: gnome-icon-theme
@@ -83,14 +86,22 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_libdir}/libgweather-3.so
 %{_libdir}/pkgconfig/gweather-3.0.pc
 %{_datadir}/gir-1.0/GWeather-3.0.gir
+%dir %{_datadir}/glade/
+%dir %{_datadir}/glade/catalogs/
+%{_datadir}/glade/catalogs/libgweather.xml
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %{_datadir}/gtk-doc/html/libgweather-3.0
+%dir %{_datadir}/vala/
+%dir %{_datadir}/vala/vapi/
+%{_datadir}/vala/vapi/gweather-3.0.vapi
 
 
 %changelog
 * Wed Sep 04 2013 Kalev Lember <kalevlember at gmail.com> - 3.9.91-1
 - Update to 3.9.91
+- Install the glade catalog
+- Enable vala support
 
 * Thu Aug 22 2013 Kalev Lember <kalevlember at gmail.com> - 3.9.90-1
 - Update to 3.9.90


More information about the scm-commits mailing list