enable introspection
This commit is contained in:
parent
a0d2187431
commit
bb49d4251b
@ -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@redhat.com> - 3.3.2-2
|
||||
- Enable introspection
|
||||
|
||||
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
|
||||
- Update to 3.3.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user