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:
commit
818895ec10
@ -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
|
||||
|
||||
|
@ -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,8 +84,10 @@ This library allows you to simplify XKB-related development.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --with-pic\
|
||||
%configure \
|
||||
--with-pic \
|
||||
--with-xkb-base=/usr/share/X11/xkb \
|
||||
--with-xkb-bin-base=%{_bindir} \
|
||||
--disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user