Enable introspection
This commit is contained in:
parent
bd15d2cd42
commit
7db7db0e35
@ -1,7 +1,7 @@
|
|||||||
Summary: High-level API for X Keyboard Extension
|
Summary: High-level API for X Keyboard Extension
|
||||||
Name: libxklavier
|
Name: libxklavier
|
||||||
Version: 5.2
|
Version: 5.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://www.freedesktop.org/wiki/Software/LibXklavier
|
URL: http://www.freedesktop.org/wiki/Software/LibXklavier
|
||||||
@ -12,6 +12,7 @@ BuildRequires: libXi-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: glib2-devel >= 2.6.0
|
BuildRequires: glib2-devel >= 2.6.0
|
||||||
BuildRequires: iso-codes-devel
|
BuildRequires: iso-codes-devel
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
Source: http://download.gnome.org/sources/libxklavier/5.2/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/libxklavier/5.2/%{name}-%{version}.tar.xz
|
||||||
# http://bugs.freedesktop.org/show_bug.cgi?id=22687
|
# http://bugs.freedesktop.org/show_bug.cgi?id=22687
|
||||||
Patch0: flags.patch
|
Patch0: flags.patch
|
||||||
@ -62,6 +63,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
|
|||||||
|
|
||||||
%doc AUTHORS NEWS README COPYING.LIB
|
%doc AUTHORS NEWS README COPYING.LIB
|
||||||
%{_libdir}/libxklavier.so.16*
|
%{_libdir}/libxklavier.so.16*
|
||||||
|
%{_libdir}/girepository-1.0/Xkl-1.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -70,8 +72,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
|
|||||||
%{_libdir}/libxklavier.so
|
%{_libdir}/libxklavier.so
|
||||||
%{_includedir}/libxklavier/
|
%{_includedir}/libxklavier/
|
||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
|
%{_datadir}/gir-1.0/Xkl-1.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 16 2012 Ray Strode <rstrode@redhat.com> 5.2-2
|
||||||
|
- Enable gobject-introspection
|
||||||
|
|
||||||
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 5.2-1
|
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 5.2-1
|
||||||
- Update to 5.2
|
- Update to 5.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user