SPECS: xorg-driver-input-void.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Oct 29 02:34:40 CEST 2005


Author: qboosh                       Date: Sat Oct 29 00:34:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xorg-driver-input-void.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xorg-driver-input-void.spec
diff -u /dev/null SPECS/xorg-driver-input-void.spec:1.1
--- /dev/null	Sat Oct 29 02:34:40 2005
+++ SPECS/xorg-driver-input-void.spec	Sat Oct 29 02:34:35 2005
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+Summary:	X.org null input driver
+Summary(pl):	Pusty sterownik wejściowy X.org
+Name:		xorg-driver-input-void
+Version:	1.0.0.1
+Release:	0.1
+License:	MIT
+Group:		X11/Applications
+Source0:	http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-input-void-%{version}.tar.bz2
+# Source0-md5:	e302feb40cd81ee461eeb0fbf8311a35
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	pkgconfig >= 1:0.19
+BuildRequires:	xorg-proto-xproto-devel
+BuildRequires:	xorg-util-util-macros >= 0.99.1
+BuildRequires:	xorg-xserver-server-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org dummy/null input driver. It doesn't connect to any physical
+device, and it never delivers any events. It functions as both a
+pointer and keyboard device, and may be used as X server's core
+pointer and/or core keyboard. It's purpose is to allow the X server to
+operate without a core pointer and/or core keyboard.
+
+%description -l pl
+Pusty sterownik wejściowy X.org. Nie łączy się z żadnym urządzeniem
+fizycznym i nie dostarcza żadnych zdarzeń. Działa zarówno jako
+urządzenie wskazujące jak i klawiatura; może być używany jako główne
+urządzenie wskazujące i/lub główna klawiatura serwera X. Jego celem
+jest umożliwienie działania serwera X bez głównego urządzenia
+wskazujacego i/lub głównej klawiatury.
+
+%prep
+%setup -q -n xf86-input-void-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	drivermandir=%{_mandir}/man4
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/input/void_drv.so
+%{_mandir}/man4/void.4x*
+
+%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.1  2005/10/29 00:34:35  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list