From fe8328337252e3ec125d2492ed01bfa48d9b3451 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:58:03 +0100 Subject: [PATCH] update to 1.22 [release 1.22-1mamba;Mon Feb 15 2021] --- libts.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libts.spec b/libts.spec index 1c0b8d9..de98902 100644 --- a/libts.spec +++ b/libts.spec @@ -1,12 +1,12 @@ Name: libts -Version: 1.20 +Version: 1.22 Release: 1mamba Summary: An abstraction library for touchscreen panel events Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://tslib.berlios.de/ +URL: https://tslib.berlios.de/ Source: https://github.com/libts/tslib.git/%{version}/tslib-%{version}.tar.bz2 Source1: ts-calibrate-init Source2: ts-calibrate.conf.sample @@ -33,7 +33,7 @@ Tslib is generally used on embedded devices to provide a common user space inter This package contains static libraries and header files needed for development. %package tools -Group: System/Utilities +Group: System/Tools Summary: Tools for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -42,13 +42,14 @@ Tslib is an abstraction layer for touchscreen panel events, as well as a filter Tslib is generally used on embedded devices to provide a common user space interface to touchscreen functionality. It is supported by Kdrive (aka TinyX) and OPIE as well as being used on a number of commercial Linux devices including the Nokia 770. This package contains static tools for %{name}. +%debug_package + %prep %setup -q -n tslib-%{version} #%patch0 -p1 ./autogen.sh %build -#./autogen.sh %configure %make @@ -107,6 +108,9 @@ install -D -m0644 %{SOURCE3} %{buildroot}/lib/systemd/system/ts-calibrate.servic %doc ChangeLog README %changelog +* Mon Feb 15 2021 Silvan Calarco 1.22-1mamba +- update to 1.22 + * Sat Aug 10 2019 Silvan Calarco 1.20-1mamba - update to 1.20