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:
commit
ed751791a1
@ -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
3
libt3key-0.2.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fce7221ea3d1a20a1f4393e3d1a11590ca414a706a353d42e306110ca754df4c
|
||||||
|
size 86707
|
@ -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
|
Thu Feb 19 18:10:13 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libt3key
|
# 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
|
# 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,22 +12,23 @@
|
|||||||
# 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: libt3key
|
Name: libt3key
|
||||||
%define lname libt3key1
|
%define lname libt3key1
|
||||||
Version: 0.2.6
|
Version: 0.2.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Tilde Toolkit's terminal key sequence database library
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://os.ghalkes.nl/t3/libt3key.html
|
Url: http://os.ghalkes.nl/t3/libt3key.html
|
||||||
|
|
||||||
#Git-Clone: git://github.com/gphalkes/t3key
|
#Git-Clone: git://github.com/gphalkes/t3key
|
||||||
Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2
|
Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: gettext-tools
|
BuildRequires: gettext-tools
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -35,9 +36,6 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkgconfig(libt3config) >= 0.2.5
|
BuildRequires: pkgconfig(libt3config) >= 0.2.5
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
%if 0%{?suse_version}
|
|
||||||
BuildRequires: fdupes
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libt3key is library that provides a database of mappings from escape
|
libt3key is library that provides a database of mappings from escape
|
||||||
@ -86,12 +84,9 @@ export CC=gcc
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot"
|
%make_install
|
||||||
make install DESTDIR="$b"
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
rm -f "$b/%_libdir"/*.la
|
|
||||||
%if 0%{?fdupes:1}
|
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
%endif
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig -n %lname
|
%post -p /sbin/ldconfig -n %lname
|
||||||
%postun -p /sbin/ldconfig -n %lname
|
%postun -p /sbin/ldconfig -n %lname
|
||||||
|
Loading…
Reference in New Issue
Block a user