[libxkbcommon] BuildRequire xkeyboard-config-devel to get the right XKB target path (#799717)

Peter Hutterer whot at fedoraproject.org
Tue Mar 6 06:39:44 UTC 2012


commit 30580fad951f3c75743d88968700726157c057e2
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Mar 6 16:42:07 2012 +1000

    BuildRequire xkeyboard-config-devel to get the right XKB target path (#799717)

 libxkbcommon.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/libxkbcommon.spec b/libxkbcommon.spec
index 8b0bdc3..663b79a 100644
--- a/libxkbcommon.spec
+++ b/libxkbcommon.spec
@@ -2,7 +2,7 @@
 
 Name:           libxkbcommon
 Version:        0.1.0
-Release:        5%{?gitdate:.%{gitdate}}%{?dist}
+Release:        6%{?gitdate:.%{gitdate}}%{?dist}
 Summary:        X.Org X11 XKB parsing library
 License:        MIT
 Group:          System Environment/Libraries
@@ -18,6 +18,7 @@ Source1:        make-git-snapshot.sh
 BuildRequires:  autoconf automake libtool
 BuildRequires:  xorg-x11-util-macros byacc flex bison
 BuildRequires:  xorg-x11-proto-devel libX11-devel
+BuildRequires:  xkeyboard-config-devel
 
 %description
 %{name} is the X.Org library for compiling XKB maps into formats usable by
@@ -61,6 +62,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/pkgconfig/xkbcommon.pc
 
 %changelog
+* Tue Mar 06 2012 Peter Hutterer <peter.hutterer at redhat.com> 0.1.0-6.20120306
+- BuildRequire xkeyboard-config-devel to get the right XKB target path (#799717)
+
 * Tue Mar 06 2012 Peter Hutterer <peter.hutterer at redhat.com> 0.1.0-5.20120306
 - Today's git snapshot
 


More information about the scm-commits mailing list