|
|
@ -1,13 +1,11 @@
|
|
|
|
%global rcver rc1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: tslib
|
|
|
|
Name: tslib
|
|
|
|
Version: 1.15
|
|
|
|
Version: 1.16
|
|
|
|
Release: 0.2%{rcver}%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Touchscreen Access Library
|
|
|
|
Summary: Touchscreen Access Library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
|
URL: https://github.com/kergoth/tslib
|
|
|
|
URL: https://github.com/kergoth/tslib
|
|
|
|
Source0: https://github.com/kergoth/tslib/releases/download/%{version}/tslib-%{version}-%{rcver}.tar.bz2
|
|
|
|
Source0: https://github.com/kergoth/tslib/releases/download/%{version}/tslib-%{version}.tar.bz2
|
|
|
|
BuildRequires: libtool, autoconf, automake
|
|
|
|
BuildRequires: libtool, autoconf, automake
|
|
|
|
BuildRequires: SDL2-devel
|
|
|
|
BuildRequires: SDL2-devel
|
|
|
|
|
|
|
|
|
|
|
@ -34,7 +32,7 @@ The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}-%{rcver}
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
./autogen.sh
|
|
|
|
./autogen.sh
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -67,6 +65,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
%{_libdir}/pkgconfig/tslib.pc
|
|
|
|
%{_libdir}/pkgconfig/tslib.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Apr 23 2018 Tom Callaway <spot@fedoraproject.org> - 1.16-1
|
|
|
|
|
|
|
|
- update to 1.16
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-0.2rc1
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-0.2rc1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|