Accepting request 357243 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/357243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxklavier?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2016-02-12 10:20:27 +00:00 committed by Git OBS Bridge
commit 818895ec10
2 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 1 15:19:46 UTC 2016 - dimstar@opensuse.org
- Pass --with-xkb-bin-base=%{_bindir} to configure: we know that
xkbcomp is installed there (boo#964360).
- Add xkbcomp Requires to libxklavier16: the xkbcomp binary is
required for proper functioning of the library.
-------------------------------------------------------------------
Sat Oct 18 21:20:49 UTC 2014 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libxklavier
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -35,6 +35,7 @@ BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xkbfile)
Requires: xkbcomp
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -83,9 +84,11 @@ This library allows you to simplify XKB-related development.
%setup -q
%build
%configure --with-pic\
--with-xkb-base=/usr/share/X11/xkb\
--disable-static
%configure \
--with-pic \
--with-xkb-base=/usr/share/X11/xkb \
--with-xkb-bin-base=%{_bindir} \
--disable-static
make %{?_smp_mflags}
%install