SHA256
1
0
forked from pool/libt3key

Accepting request 663386 from editors

- Update to new upstream release 0.2.9

OBS-URL: https://build.opensuse.org/request/show/663386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libt3key?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2019-01-08 11:29:29 +00:00 committed by Git OBS Bridge
commit ed751791a1
4 changed files with 20 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c792d089327e927cd36c251f3f2077aad833f38069f22463fd9e48e56337910
size 141764

3
libt3key-0.2.9.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fce7221ea3d1a20a1f4393e3d1a11590ca414a706a353d42e306110ca754df4c
size 86707

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 7 13:23:35 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 0.2.9
* Updated the rxvt definition to include keys from mrxvt.
* Updated the Linux key database with keys for Application
Keypad Mode.
* Added fallbacks from terminfo for many keys with modifiers,
using the ncurses extended names.
-------------------------------------------------------------------
Thu Feb 19 18:10:13 UTC 2015 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libt3key
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,22 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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: libt3key
%define lname libt3key1
Version: 0.2.6
Version: 0.2.9
Release: 0
Summary: The Tilde Toolkit's terminal key sequence database library
License: GPL-3.0
License: GPL-3.0-only
Group: Development/Libraries/C and C++
Url: http://os.ghalkes.nl/t3/libt3key.html
#Git-Clone: git://github.com/gphalkes/t3key
Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: gettext-tools
BuildRequires: libtool
BuildRequires: ncurses-devel
@ -35,9 +36,6 @@ BuildRequires: pkgconfig
BuildRequires: pkgconfig(libt3config) >= 0.2.5
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
%if 0%{?suse_version}
BuildRequires: fdupes
%endif
%description
libt3key is library that provides a database of mappings from escape
@ -86,12 +84,9 @@ export CC=gcc
make %{?_smp_mflags}
%install
b="%buildroot"
make install DESTDIR="$b"
rm -f "$b/%_libdir"/*.la
%if 0%{?fdupes:1}
%make_install
rm -f "%buildroot/%_libdir"/*.la
%fdupes %buildroot/%_prefix
%endif
%post -p /sbin/ldconfig -n %lname
%postun -p /sbin/ldconfig -n %lname