enable introspection
This commit is contained in:
parent
ce4613b2e4
commit
4900860d65
@ -10,7 +10,7 @@
|
||||
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
|
||||
Name: gnome-desktop3
|
||||
Version: 2.91.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/gnome-desktop/2.91/gnome-desktop-%{version}.tar.bz2
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -27,6 +27,7 @@ Requires: system-backgrounds-gnome
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: libxml2-devel >= %{libxml2_version}
|
||||
BuildRequires: gtk3-devel >= %{gtk3_version}
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gsettings-desktop-schemas-devel >= %{gsettings_desktop_schemas_version}
|
||||
BuildRequires: GConf2-devel
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
@ -90,15 +91,20 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
%{_datadir}/gnome/gnome-version.xml
|
||||
# LGPL
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*
|
||||
%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir
|
||||
%doc %{_datadir}/gtk-doc/html/gnome-desktop3/
|
||||
|
||||
%changelog
|
||||
* Fri Jan 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-2
|
||||
- Build with introspection support
|
||||
|
||||
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
|
||||
- Update to 2.91.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user