X.org 1.12 mass rebuild [release 1.4.1-2mamba;Tue Mar 05 2013]
This commit is contained in:
parent
e4d1f87fc7
commit
a5ff13c56b
@ -1,2 +1,4 @@
|
|||||||
# xorg-drv-input-aiptek
|
# xorg-drv-input-aiptek
|
||||||
|
|
||||||
|
X.Org input drivers for aiptek.
|
||||||
|
|
||||||
|
62
xorg-drv-input-aiptek.spec
Normal file
62
xorg-drv-input-aiptek.spec
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
%define filename xf86-input-aiptek
|
||||||
|
Name: xorg-drv-input-aiptek
|
||||||
|
Version: 1.4.1
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: X.Org input drivers for aiptek
|
||||||
|
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 aiptek.
|
||||||
|
|
||||||
|
%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/aiptek_drv.la
|
||||||
|
%{_libdir}/xorg/modules/input/aiptek_drv.so
|
||||||
|
%{_mandir}/man4/aiptek.4.gz
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Mar 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-2mamba
|
||||||
|
- X.org 1.12 mass rebuild
|
||||||
|
|
||||||
|
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun May 08 2011 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sun Aug 15 2010 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 24 2009 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Jul 14 2009 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Jun 5 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.1.1-1mamba
|
||||||
|
- package created
|
Loading…
Reference in New Issue
Block a user