fe3f2dd
Name:           tslib
777a906
Version:        1.20
c0c3420
Release:        2%{?dist}
fe3f2dd
Summary:        Touchscreen Access Library
fe3f2dd
License:        LGPLv2
d053406
URL:            https://github.com/kergoth/tslib
4378308
Source0:        https://github.com/kergoth/tslib/releases/download/%{version}/tslib-%{version}.tar.bz2
d053406
BuildRequires:  libtool, autoconf, automake
baa6d78
BuildRequires:  SDL2-devel
fe3f2dd
fe3f2dd
%description
fe3f2dd
The idea of tslib is to have a core library that provides standardised
fe3f2dd
services, and a set of plugins to manage the conversion and filtering as
fe3f2dd
needed.
fe3f2dd
fe3f2dd
The plugins for a particular touchscreen are loaded automatically by the
fe3f2dd
library under the control of a static configuration file, ts.conf.
fe3f2dd
ts.conf gives the library basic configuration information.  Each line
fe3f2dd
specifies one module, and the parameters for that module.  The modules
fe3f2dd
are loaded in order, with the first one processing the touchscreen data
fe3f2dd
first. 
fe3f2dd
fe3f2dd
%package        devel
fe3f2dd
Summary:        Development files for %{name}
d053406
Requires:       %{name}%{?_isa} = %{version}-%{release}
fe3f2dd
Requires:       pkgconfig
fe3f2dd
fe3f2dd
%description    devel
fe3f2dd
The %{name}-devel package contains libraries and header files for
fe3f2dd
developing applications that use %{name}.
fe3f2dd
fe3f2dd
%prep
4378308
%setup -q -n %{name}-%{version}
fe3f2dd
./autogen.sh
fe3f2dd
fe3f2dd
%build
baa6d78
%configure --disable-static --with-sdl2
fe3f2dd
make %{?_smp_mflags}
fe3f2dd
fe3f2dd
%install
fe3f2dd
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
fe3f2dd
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
fe3f2dd
b0dbc56
%ldconfig_scriptlets
fe3f2dd
fe3f2dd
%files
d053406
%doc AUTHORS ChangeLog README
d053406
%license COPYING
fe3f2dd
%config(noreplace) %{_sysconfdir}/ts.conf
fe3f2dd
%{_bindir}/ts*
fe3f2dd
%{_libdir}/*.so.*
fe3f2dd
%dir %{_libdir}/ts
fe3f2dd
%{_libdir}/ts/*.so
d053406
%{_mandir}/man1/*
d053406
%{_mandir}/man3/*
d053406
%{_mandir}/man5/*
fe3f2dd
fe3f2dd
%files devel
fe3f2dd
%{_includedir}/tslib.h
fe3f2dd
%{_libdir}/*.so
d053406
%{_libdir}/pkgconfig/tslib.pc
fe3f2dd
fe3f2dd
%changelog
c0c3420
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-2
c0c3420
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c0c3420
777a906
* Thu May 30 2019 Tom Callaway <spot@fedoraproject.org> - 1.20-1
777a906
- update to 1.20
777a906
2a7ca48
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-2
2a7ca48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2a7ca48
1f67d8c
* Thu Jan 24 2019 Tom Callaway <spot@fedoraproject.org> - 1.19-1
1f67d8c
- update to 1.19
1f67d8c
f6425ca
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-2
f6425ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f6425ca
4378308
* Mon Apr 23 2018 Tom Callaway <spot@fedoraproject.org> - 1.16-1
4378308
- update to 1.16
4378308
8503cc7
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-0.2rc1
8503cc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8503cc7
50fc395
* Mon Nov 20 2017 Tom Callaway <spot@fedoraproject.org> - 1.15-0.1.rc1
50fc395
- update to 1.15-rc1
50fc395
fb29b2f
* Thu Sep 14 2017 Tom Callaway <spot@fedoraproject.org> - 1.13-1
fb29b2f
- update to 1.13
fb29b2f
4c2a9c6
* Tue Sep 12 2017 Tom Callaway <spot@fedoraproject.org> - 1.13-0.1.rc2
4c2a9c6
- update to 1.13-rc2
4c2a9c6
baa6d78
* Wed Aug 23 2017 Tom Callaway <spot@fedoraproject.org> - 1.12-0.1.rc1
baa6d78
- update to 1.12-rc1
baa6d78
4d183d8
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3
4d183d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4d183d8
95c16c0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-2
95c16c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
95c16c0
e0d32b6
* Wed Jun  7 2017 Tom Callaway <spot@fedoraproject.org> - 1.11-1
e0d32b6
- update to 1.11 
e0d32b6
2353552
* Mon May 15 2017 Tom Callaway <spot@fedoraproject.org> - 1.10-1
2353552
- update to 1.10 final
2353552
d053406
* Mon May  8 2017 Tom Callaway <spot@fedoraproject.org> - 1.10-0.1.rc1
d053406
- update to 1.10-rc1
d053406
b4690ba
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-12
b4690ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b4690ba
0ac81c5
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-11
0ac81c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0ac81c5
347c6f8
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-10
347c6f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
347c6f8
a3dbe6f
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-9
a3dbe6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a3dbe6f
27fa375
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-8
27fa375
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
27fa375
7115752
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-7
7115752
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7115752
1f1a539
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-6
1f1a539
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1f1a539
2513ada
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
2513ada
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2513ada
fce342e
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
fce342e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fce342e
b338b76
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
b338b76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b338b76
b052821
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
b052821
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b052821
fe3f2dd
* Tue Apr 14 2009 kwizart < kwizart at gmail.com > - 1.0-1
fe3f2dd
- Initial package
fe3f2dd