|
|
|
@ -1,12 +1,15 @@
|
|
|
|
|
%global rcver rc1
|
|
|
|
|
|
|
|
|
|
Name: tslib
|
|
|
|
|
Version: 1.11
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.12
|
|
|
|
|
Release: 0.%{rcver}%{?dist}
|
|
|
|
|
Summary: Touchscreen Access Library
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
URL: https://github.com/kergoth/tslib
|
|
|
|
|
Source0: https://github.com/kergoth/tslib/releases/download/%{version}/tslib-%{version}.tar.bz2
|
|
|
|
|
Source0: https://github.com/kergoth/tslib/releases/download/%{version}/tslib-%{version}-%{rcver}.tar.bz2
|
|
|
|
|
BuildRequires: libtool, autoconf, automake
|
|
|
|
|
BuildRequires: SDL2-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The idea of tslib is to have a core library that provides standardised
|
|
|
|
@ -31,11 +34,11 @@ The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
%setup -q -n %{name}-%{version}-%{rcver}
|
|
|
|
|
./autogen.sh
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
%configure --disable-static --with-sdl2
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -64,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
%{_libdir}/pkgconfig/tslib.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 23 2017 Tom Callaway <spot@fedoraproject.org> - 1.12-0.1.rc1
|
|
|
|
|
- update to 1.12-rc1
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|