SPECS: xorg-driver-input-aiptek.spec (NEW) - back, using sources f...

qboosh qboosh at pld-linux.org
Tue Dec 19 10:13:44 CET 2006


Author: qboosh                       Date: Tue Dec 19 09:13:44 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- back, using sources from aiptektablet.sourceforge.net
- xorg package is still used as build system

---- Files affected:
SPECS:
   xorg-driver-input-aiptek.spec (1.6 -> 1.7)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xorg-driver-input-aiptek.spec
diff -u /dev/null SPECS/xorg-driver-input-aiptek.spec:1.7
--- /dev/null	Tue Dec 19 10:13:44 2006
+++ SPECS/xorg-driver-input-aiptek.spec	Tue Dec 19 10:13:39 2006
@@ -0,0 +1,91 @@
+# $Revision$, $Date$
+Summary:	X.org input driver for Aiptek HyperPen USB-based tablet devices
+Summary(pl):	Sterownik wejściowy X.org dla tabletów Aiptek HyperPen na USB
+Name:		xorg-driver-input-aiptek
+Version:	1.0.1
+Release:	0.2
+License:	MIT
+Group:		X11/Applications
+Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-aiptek-%{version}.tar.bz2
+# Source0-md5:	951b2b1a270f67d28e2e89fd2b9f15ae
+# from http://dl.sourceforge.net/aiptektablet/xorg-x11-drv-aiptek-1.0.1-2RvP.src.rpm
+Source1:	xf86Aiptek.c
+Source2:	xf86Aiptek.h
+URL:		http://aiptektablet.sourceforge.net/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	pkgconfig >= 1:0.19
+BuildRequires:	xorg-proto-inputproto-devel
+BuildRequires:	xorg-proto-randrproto-devel
+BuildRequires:	xorg-util-util-macros >= 0.99.2
+BuildRequires:	xorg-xserver-server-devel >= 1.0.99.901
+Requires:	xorg-xserver-server >= 1.0.99.901
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org input driver for Aiptek HyperPen USB-based tablet devices.
+
+%description -l pl
+Sterownik wejściowy X.org dla tabletów Aiptek HyperPen na USB.
+
+%prep
+%setup -q -n xf86-input-aiptek-%{version}
+
+cp -f %{SOURCE1} %{SOURCE2} src
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING ChangeLog
+%attr(755,root,root) %{_libdir}/xorg/modules/input/aiptek_drv.so
+%{_mandir}/man4/aiptek.4*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.7  2006/12/19 09:13:39  qboosh
+- back, using sources from aiptektablet.sourceforge.net
+- xorg package is still used as build system
+
+Revision 1.6  2006/12/16 17:58:27  arekm
+- deprecated; use http://aiptektablet.sourceforge.net/
+
+Revision 1.5  2006/04/10 11:48:24  qboosh
+- updated to 1.0.1
+
+Revision 1.4  2006/01/04 14:47:48  qboosh
+- 1.0.0.5 (X11R7.0 release)
+
+Revision 1.3  2005/12/06 13:47:13  qboosh
+- 1.0.0.3 (X11R7.0-RC3)
+
+Revision 1.2  2005/11/20 11:09:34  qboosh
+- 1.0.0.2 (X11R7.0-RC2)
+
+Revision 1.1  2005/10/27 11:06:26  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list