Sync from SUSE:ALP:Source:Standard:1.0 libxkbfile revision b1c7aad982f5c4d65dfe38751f02897c
This commit is contained in:
commit
ba429d8334
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
8
baselibs.conf
Normal file
8
baselibs.conf
Normal file
@ -0,0 +1,8 @@
|
||||
libxkbfile1
|
||||
provides "xorg-x11-libxkbfile-<targettype> = 7.6_<version>"
|
||||
obsoletes "xorg-x11-libxkbfile-<targettype> < 7.6_<version>"
|
||||
libxkbfile-devel
|
||||
requires -libxkbfile-<targettype>
|
||||
requires "libxkbfile1-<targettype> = <version>"
|
||||
provides "xorg-x11-libxkbfile-devel-<targettype> = 7.6_<version>"
|
||||
obsoletes "xorg-x11-libxkbfile-devel-<targettype> < 7.6_<version>"
|
BIN
libxkbfile-1.1.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
libxkbfile-1.1.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
161
libxkbfile.changes
Normal file
161
libxkbfile.changes
Normal file
@ -0,0 +1,161 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 20:55:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.2:
|
||||
* configure: Use AC_SYS_LARGEFILE to enable large file support
|
||||
- modernize spec file, install license to licensedir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 11:09:38 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.1.1
|
||||
* Use strndup if available to avoid -Wstringop-overflow warning from gcc 9
|
||||
* Convert check for strcasecmp to normal autoconf style
|
||||
* Fix spelling/wording issues
|
||||
* gitlab CI: add a basic build test
|
||||
* fix an off-by-one error in copying the name of a virtual modifier
|
||||
* Escape non-printable characters correctly
|
||||
* unifdef NOTYET
|
||||
* Fix check for appending '|' character when applying rules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 15:22:18 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.1.0
|
||||
* This release adds support for the NoLock, NoUnlock, and
|
||||
genKeyEvent flags.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 2 13:45:23 UTC 2015 - eich@suse.com
|
||||
|
||||
- add dependency to xkeyboard-config (boo#953161)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 14:16:09 UTC 2015 - sndirsch@suse.com
|
||||
|
||||
- Update to version 1.0.9
|
||||
* This minor maintenance release provides the usual recent
|
||||
collection of build configuration improvements and janitorial
|
||||
cleanups.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 13:25:31 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
- added missing provides/obsoletes in baselibs.conf (bnc#873443)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Use more robust make install call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 16:18:17 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.0.8:
|
||||
+ Janitorial cleanups
|
||||
+ Build configuration improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 09:11:22 UTC 2012 - coolo@suse.com
|
||||
|
||||
- correct formatting of buildrequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 18:21:53 UTC 2012 - sndirsch@suse.com
|
||||
|
||||
- added missing provides/obsoletes for xorg-x11-libxkb(-devel)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 14:52:17 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
- Rename xorg-x11-libxkbfile to libxkbfile and utilize shlib policy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 21 02:50:15 UTC 2010 - sndirsch@novell.com
|
||||
|
||||
- bumped version number to 7.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 30 15:49:40 UTC 2010 - sndirsch@novell.com
|
||||
|
||||
- libxkbfile 1.0.7
|
||||
* This minor maintenance release provides the usual recent
|
||||
collection of build configuration improvements and janitorial
|
||||
cleanups.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 4 16:03:27 CEST 2010 - sndirsch@suse.de
|
||||
|
||||
- libxkbfile 1.0.6
|
||||
- bumped version number to 7.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 20:11:37 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- add baselibs.conf as a source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 14:42:17 CEST 2009 - eich@suse.de
|
||||
|
||||
- revert static library and .la file removal
|
||||
for SUSE versions <= 11.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 20:14:53 CEST 2009 - crrodriguez@suse.de
|
||||
|
||||
- remove static libraries and "la" files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 14:22:39 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
- bumped release number to 7.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 10:23:38 CET 2008 - sndirsch@suse.de
|
||||
|
||||
- libxkbfile 1.0.5
|
||||
* bfo #11094: libxkbfile COPYING file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 02:40:15 CET 2008 - crrodriguez@suse.de
|
||||
|
||||
- fix library-without-ldconfig-* error
|
||||
- add missing PreReq coreutils
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:24:21 CEST 2007 - sndirsch@suse.de
|
||||
|
||||
- bumped version to 7.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 14 06:31:26 CEST 2006 - sndirsch@suse.de
|
||||
|
||||
- updated to X.Org 7.2RC1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 16:12:43 CEST 2006 - sndirsch@suse.de
|
||||
|
||||
- fix setup line
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 28 14:45:06 CEST 2006 - sndirsch@suse.de
|
||||
|
||||
- use "-fno-strict-aliasing"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 27 11:49:04 CEST 2006 - sndirsch@suse.de
|
||||
|
||||
- use $RPM_OPT_FLAGS
|
||||
- remove existing /usr/include/X11 symlink in %pre
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 23 15:07:23 CEST 2006 - sndirsch@suse.de
|
||||
|
||||
- created package
|
||||
|
93
libxkbfile.spec
Normal file
93
libxkbfile.spec
Normal file
@ -0,0 +1,93 @@
|
||||
#
|
||||
# spec file for package libxkbfile
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define lname libxkbfile1
|
||||
Name: libxkbfile
|
||||
Version: 1.1.2
|
||||
Release: 0
|
||||
Summary: X11 keyboard file manipulation library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://xorg.freedesktop.org/
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxkbfile
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libxkbfile/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: autoconf >= 2.60
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(kbproto)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
|
||||
%description
|
||||
libxkbfile is used by the X servers and utilities to parse the XKB
|
||||
configuration data files.
|
||||
|
||||
%package -n %{lname}
|
||||
Summary: X11 keyboard file manipulation library
|
||||
# O/P added for 12.2
|
||||
Group: System/Libraries
|
||||
Requires: xkeyboard-config
|
||||
Provides: xorg-x11-libxkbfile = 7.6_%{version}-%{release}
|
||||
Obsoletes: xorg-x11-libxkbfile < 7.6_%{version}-%{release}
|
||||
|
||||
%description -n %{lname}
|
||||
libxkbfile is used by the X servers and utilities to parse the XKB
|
||||
configuration data files.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the X11 keyboard file manipulation library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{lname} = %{version}
|
||||
# O/P added for 12.2
|
||||
Provides: xorg-x11-libxkbfile-devel = 7.6_%{version}-%{release}
|
||||
Obsoletes: xorg-x11-libxkbfile-devel < 7.6_%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
libxkbfile is used by the X servers and utilities to parse the XKB
|
||||
configuration data files.
|
||||
|
||||
This package contains the development headers for the library found
|
||||
in %{lname}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{lname}
|
||||
%license COPYING
|
||||
%{_libdir}/libxkbfile.so.1*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/X11/*
|
||||
%{_libdir}/libxkbfile.so
|
||||
%{_libdir}/pkgconfig/xkbfile.pc
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user