2024-01-05 19:47:40 +01:00
|
|
|
Name: xorg-drv-input-tslib
|
|
|
|
Version: 0.0.6
|
2024-01-05 19:47:40 +01:00
|
|
|
Release: 6mamba
|
2024-01-05 19:47:40 +01:00
|
|
|
Summary: X.org input driver for use of tslib based touchscreen devices
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.pengutronix.de/software/xf86-input-tslib/index_en.html
|
|
|
|
Source: http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-input-tslib-%{version}.tar.bz2
|
|
|
|
Patch0: %{name}-0.0.6-xorg-server-1.10.patch
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libts-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
BuildRequires: libts-devel
|
|
|
|
BuildRequires: xorg-server-devel
|
|
|
|
BuildRequires: xorg-proto-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
X.org input driver for use of tslib based touchscreen devices.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n xf86-input-tslib-%{version}
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/xorg/modules/input/tslib_drv.la
|
|
|
|
%{_libdir}/xorg/modules/input/tslib_drv.so
|
|
|
|
%{_mandir}/man4/tslib.4*
|
|
|
|
%doc COPYING ChangeLog
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:47:40 +01:00
|
|
|
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.6-6mamba
|
|
|
|
- rebuilt with xorg-server 1.17.2
|
|
|
|
|
2024-01-05 19:47:40 +01:00
|
|
|
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 0.0.6-5mamba
|
|
|
|
- X.org 1.15 rebuild
|
|
|
|
|
2024-01-05 19:47:40 +01:00
|
|
|
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.6-4mamba
|
|
|
|
- xorg-server 1.12 mass rebuild
|
|
|
|
|
|
|
|
* Mon Aug 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.6-3mamba
|
|
|
|
- rebuilt with xorg 1.10 (added patch)
|
|
|
|
|
|
|
|
* Sun Jan 30 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.6-2mamba
|
|
|
|
- rebuilt with libts 1.0.0.git20110130
|
|
|
|
|
|
|
|
* Tue Jan 04 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.6-1mamba
|
|
|
|
- package created by autospec
|