|
|
@ -1,13 +1,13 @@
|
|
|
|
%global rcver rc2
|
|
|
|
# %%global rcver rc2
|
|
|
|
|
|
|
|
|
|
|
|
Name: tslib
|
|
|
|
Name: tslib
|
|
|
|
Version: 1.13
|
|
|
|
Version: 1.13
|
|
|
|
Release: 0.1.%{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 +34,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 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
%{_libdir}/pkgconfig/tslib.pc
|
|
|
|
%{_libdir}/pkgconfig/tslib.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 14 2017 Tom Callaway <spot@fedoraproject.org> - 1.13-1
|
|
|
|
|
|
|
|
- update to 1.13
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 12 2017 Tom Callaway <spot@fedoraproject.org> - 1.13-0.1.rc2
|
|
|
|
* Tue Sep 12 2017 Tom Callaway <spot@fedoraproject.org> - 1.13-0.1.rc2
|
|
|
|
- update to 1.13-rc2
|
|
|
|
- update to 1.13-rc2
|
|
|
|
|
|
|
|
|
|
|
|