Accepting request 959915 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/959915 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxklavier?expand=0&rev=38
This commit is contained in:
commit
f5f1a4aaf6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404
|
|
||||||
size 315684
|
|
BIN
libxklavier-5.4.tar.bz2
(Stored with Git LFS)
Normal file
BIN
libxklavier-5.4.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 6 18:42:54 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 5.4:
|
||||||
|
+ A couple of introspection fixes.
|
||||||
|
- Update URL, this version was never released on download.gnome.org
|
||||||
|
- Add explicit libxklavier16 (shared library) Requires in devel
|
||||||
|
sub-package (we already pulled it in via virtual provides).
|
||||||
|
- Use modern macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 5 15:43:03 UTC 2018 - jengelh@inai.de
|
Mon Mar 5 15:43:03 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxklavier
|
# spec file for package libxklavier
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,19 +12,21 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libxklavier
|
Name: libxklavier
|
||||||
Version: 5.3
|
Version: 5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library with X keyboard related functions
|
Summary: Library with X keyboard related functions
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Url: http://www.freedesktop.org/Software/LibXklavier
|
URL: http://www.freedesktop.org/Software/LibXklavier
|
||||||
Source: http://download.gnome.org/sources/libxklavier/5.3/%{name}-%{version}.tar.xz
|
#Source: http://download.gnome.org/sources/libxklavier/5.4/%%{name}-%%{version}.tar.xz
|
||||||
|
Source: http://people.freedesktop.org/~svu/libxklavier-5.4.tar.bz2
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gobject-introspection-devel >= 1.30
|
BuildRequires: gobject-introspection-devel >= 1.30
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
@ -45,6 +47,7 @@ Summary: Development files for libxklavier
|
|||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
Requires: libxklavier16 = %{version}
|
||||||
Requires: typelib-1_0-Xkl-1_0 = %{version}
|
Requires: typelib-1_0-Xkl-1_0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -80,21 +83,21 @@ Requires: %{name} = %{version}
|
|||||||
This library allows you to simplify XKB-related development.
|
This library allows you to simplify XKB-related development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-xkb-base=%{_datadir}/X11/xkb \
|
--with-xkb-base=%{_datadir}/X11/xkb \
|
||||||
--with-xkb-bin-base=%{_bindir} \
|
--with-xkb-bin-base=%{_bindir} \
|
||||||
--disable-static
|
--disable-static \
|
||||||
make %{?_smp_mflags}
|
%{nil}
|
||||||
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n libxklavier16 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libxklavier16
|
||||||
%postun -n libxklavier16 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libxklavier16
|
%files -n libxklavier16
|
||||||
%license COPYING.LIB
|
%license COPYING.LIB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user