[gsettings-desktop-schemas] enable introspection

Matthias Clasen mclasen at fedoraproject.org
Tue Nov 22 22:05:05 UTC 2011


commit bb49d4251bb09dc4197c2b51fdd605b9215d763a
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Nov 22 17:04:33 2011 -0500

    enable introspection

 gsettings-desktop-schemas.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gsettings-desktop-schemas.spec b/gsettings-desktop-schemas.spec
index a51e5cc..3b6fad5 100644
--- a/gsettings-desktop-schemas.spec
+++ b/gsettings-desktop-schemas.spec
@@ -1,6 +1,6 @@
 Name:           gsettings-desktop-schemas
 Version:        3.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A collection of GSettings schemas
 
 Group:          System Environment/Libraries
@@ -14,6 +14,7 @@ BuildArch:      noarch
 
 BuildRequires: glib2-devel >= 2.25.11
 BuildRequires: intltool
+BuildRequires: gobject-introspection-devel
 
 Requires: glib2 >= 2.25.11
 
@@ -35,7 +36,7 @@ and header files for developing applications that use %{name}.
 %setup -q
 
 %build
-%configure --disable-schemas-compile
+%configure --disable-schemas-compile --enable-introspection=yes
 make %{?_smp_mflags}
 
 
@@ -67,6 +68,9 @@ fi
 
 
 %changelog
+* Tue Nov 22 2011 Matthias Clasen <mclasen at redhat.com> - 3.3.2-2
+- Enable introspection
+
 * Tue Nov 22 2011 Matthias Clasen <mclasen at redhat.com> - 3.3.2-1
 - Update to 3.3.2
 


More information about the scm-commits mailing list