enable introspection
This commit is contained in:
parent
1998969654
commit
a858b7b0f6
13
gcr.spec
13
gcr.spec
@ -1,6 +1,6 @@
|
||||
Name: gcr
|
||||
Version: 3.3.92
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A library for bits of crypto UI and parsing
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -11,7 +11,7 @@ Source0: http://download.gnome.org/sources/gcr/3.3/gcr-%{version}.tar.xz
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: intltool
|
||||
BuildRequires: glib2-devel
|
||||
#BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: p11-kit-devel
|
||||
BuildRequires: gnupg
|
||||
@ -42,7 +42,7 @@ The gcr-devel package includes the header files for the gcr library.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-introspection
|
||||
%configure --enable-introspection
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -88,7 +88,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
||||
%{_datadir}/GConf/gsettings/org.gnome.crypto.pgp.convert
|
||||
%{_datadir}/GConf/gsettings/org.gnome.crypto.pgp_keyservers.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml
|
||||
#%{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0
|
||||
%{_libdir}/libgck-1.so.*
|
||||
%{_libdir}/libgcr-3.so.*
|
||||
%{_libdir}/libgcr-base-3.so.*
|
||||
@ -109,7 +109,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
||||
%{_libdir}/pkgconfig/gck-1.pc
|
||||
%{_libdir}/pkgconfig/gcr-3.pc
|
||||
%{_libdir}/pkgconfig/gcr-base-3.pc
|
||||
#%{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/gck
|
||||
@ -117,6 +117,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 21 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.92-2
|
||||
- Enable introspection, needed for gnome-shell now
|
||||
|
||||
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
||||
- Update to 3.3.92
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user