update to 1.22 [release 1.22-1mamba;Mon Feb 15 2021]
This commit is contained in:
parent
18cfb5ebbb
commit
fe83283372
12
libts.spec
12
libts.spec
@ -1,12 +1,12 @@
|
|||||||
Name: libts
|
Name: libts
|
||||||
Version: 1.20
|
Version: 1.22
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An abstraction library for touchscreen panel events
|
Summary: An abstraction library for touchscreen panel events
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://tslib.berlios.de/
|
URL: https://tslib.berlios.de/
|
||||||
Source: https://github.com/libts/tslib.git/%{version}/tslib-%{version}.tar.bz2
|
Source: https://github.com/libts/tslib.git/%{version}/tslib-%{version}.tar.bz2
|
||||||
Source1: ts-calibrate-init
|
Source1: ts-calibrate-init
|
||||||
Source2: ts-calibrate.conf.sample
|
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.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Group: System/Utilities
|
Group: System/Tools
|
||||||
Summary: Tools for %{name}
|
Summary: Tools for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
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.
|
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}.
|
This package contains static tools for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n tslib-%{version}
|
%setup -q -n tslib-%{version}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -107,6 +108,9 @@ install -D -m0644 %{SOURCE3} %{buildroot}/lib/systemd/system/ts-calibrate.servic
|
|||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22-1mamba
|
||||||
|
- update to 1.22
|
||||||
|
|
||||||
* Sat Aug 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20-1mamba
|
* Sat Aug 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20-1mamba
|
||||||
- update to 1.20
|
- update to 1.20
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user