From ff8dd6eb503e8b5f42edbf96d925f7017e1afe1e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:47:02 +0100 Subject: [PATCH] X.org 1.12 mass rebuild [release 1.5.0-2mamba;Tue Mar 05 2013] --- README.md | 2 ++ xorg-drv-input-acecad.spec | 59 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 xorg-drv-input-acecad.spec diff --git a/README.md b/README.md index 8729cdf..90cbd32 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xorg-drv-input-acecad +X.Org input drivers for acecad. + diff --git a/xorg-drv-input-acecad.spec b/xorg-drv-input-acecad.spec new file mode 100644 index 0000000..a75c9c1 --- /dev/null +++ b/xorg-drv-input-acecad.spec @@ -0,0 +1,59 @@ +%define filename xf86-input-acecad +Name: xorg-drv-input-acecad +Version: 1.5.0 +Release: 2mamba +Summary: X.Org input drivers for acecad +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: ftp://ftp.freedesktop.org/pub/individual/driver/%{filename}-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xorg-server-devel >= 1.1.0 +BuildRequires: xorg-proto-devel >= %{xorg_ver} + +%description +X.Org input drivers for acecad. + +%prep +%setup -c -q -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/acecad_drv.la +%{_libdir}/xorg/modules/input/acecad_drv.so +%{_mandir}/man4/acecad.4.gz + +%changelog +* Tue Mar 05 2013 Silvan Calarco 1.5.0-2mamba +- X.org 1.12 mass rebuild + +* Sat May 07 2011 Automatic Build System 1.5.0-1mamba +- automatic update by autodist + +* Wed Sep 16 2009 Automatic Build System 1.4.0-1mamba +- automatic update by autodist + +* Fri Jun 05 2009 Ercole 'ercolinux' Carpanetto 1.3.0-1mamba +- update to 1.3.0 + +* Fri Jun 05 2009 Ercole 'ercolinux' Carpanetto 1.2.2-1mamba +- Package created