51 lines
1.3 KiB
RPMSpec
51 lines
1.3 KiB
RPMSpec
|
%define filename xf86-input-mutouch
|
||
|
Name: xorg-drv-input-mutouch
|
||
|
Version: 1.3.0
|
||
|
Release: 2mamba
|
||
|
Summary: X.Org input drivers for mutouch
|
||
|
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.1.0
|
||
|
BuildRequires: xorg-proto-devel >= %{xorg_ver}
|
||
|
|
||
|
%description
|
||
|
X.Org input drivers for mutouch.
|
||
|
|
||
|
%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/mutouch_drv.la
|
||
|
%{_libdir}/xorg/modules/input/mutouch_drv.so
|
||
|
%{_mandir}/man4/mutouch.4.gz
|
||
|
%changelog
|
||
|
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
|
||
|
- xorg-server 1.12 mass rebuild
|
||
|
|
||
|
* Sat Jul 02 2011 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
|
||
|
* Sat Jun 6 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.2.1-1mamba
|
||
|
- package created
|
||
|
|