65 lines
1.8 KiB
RPMSpec
65 lines
1.8 KiB
RPMSpec
%define filename xf86-input-hyperpen
|
|
Name: xorg-drv-input-hyperpen
|
|
Version: 1.4.1
|
|
Release: 6mamba
|
|
Summary: X.Org input drivers for hyperpen
|
|
Group: System/X11
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://x.org
|
|
Source: ftp://ftp.freedesktop.org/pub/individual/driver/%{filename}-%{version}.tar.bz2
|
|
License: MIT
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: xorg-server-devel >= 1.20.4
|
|
BuildRequires: xorg-proto-devel >= %{xorg_ver}
|
|
|
|
%description
|
|
X.Org input drivers for hyperpen.
|
|
|
|
%prep
|
|
%setup -q -c -a0
|
|
%build
|
|
cd %{filename}-%{version}
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
cd %{filename}-%{version}
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/xorg/modules/input/hyperpen_drv.la
|
|
%{_libdir}/xorg/modules/input/hyperpen_drv.so
|
|
%changelog
|
|
* Sun Mar 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-6mamba
|
|
- rebuilt with xorg-server 1.20.4
|
|
|
|
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-5mamba
|
|
- rebuilt with xorg-server 1.19.5
|
|
|
|
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-4mamba
|
|
- rebuilt with xorg-server 1.17.2
|
|
|
|
* Sat Jun 14 2014 Automatic Build System <autodist@mambasoft.it> 1.4.1-3mamba
|
|
- X.org 1.15 rebuild
|
|
|
|
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-2mamba
|
|
- xorg-server 1.12 mass rebuild
|
|
|
|
* Tue Jul 26 2011 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 02 2011 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
|
|
* Fri Jun 5 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.3.0-1mamba
|
|
- package created
|
|
|