SPECS: xorg-driver-input-keyboard.spec (NEW), xorg-driver-input-mo...

jpc jpc at pld-linux.org
Fri Oct 21 00:18:18 CEST 2005


Author: jpc                          Date: Thu Oct 20 22:18:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- basic drivers for modular X.org

---- Files affected:
SPECS:
   xorg-driver-input-keyboard.spec (NONE -> 1.1)  (NEW), xorg-driver-input-mouse.spec (NONE -> 1.1)  (NEW), xorg-driver-video-ati.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xorg-driver-input-keyboard.spec
diff -u /dev/null SPECS/xorg-driver-input-keyboard.spec:1.1
--- /dev/null	Fri Oct 21 00:18:18 2005
+++ SPECS/xorg-driver-input-keyboard.spec	Fri Oct 21 00:18:13 2005
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:	X.org keyboard driver
+Summary(pl):	Sterownik klawiatury dla X.org
+Name:		xorg-driver-input-keyboard
+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-keyboard-%{version}.tar.bz2
+# Source0-md5:	e560fafebb8fc53be2daa1f43a02d0fd
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	pkgconfig >= 0.19
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org keyboard driver
+
+%description -l pl
+Sterownik klawiatury dla X.org
+
+%prep
+%setup -q -n xf86-input-keyboard-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*{.la,.a}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/*/*.so
+%{_mandir}/man4x/*.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/20 22:18:13  jpc
+- basic drivers for modular X.org
+

================================================================
Index: SPECS/xorg-driver-input-mouse.spec
diff -u /dev/null SPECS/xorg-driver-input-mouse.spec:1.1
--- /dev/null	Fri Oct 21 00:18:18 2005
+++ SPECS/xorg-driver-input-mouse.spec	Fri Oct 21 00:18:13 2005
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:	X.org mouse driver
+Summary(pl):	Sterownik myszy dla X.org
+Name:		xorg-driver-input-mouse
+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-mouse-%{version}.tar.bz2
+# Source0-md5:	fb2a899ea620b992918981e50e7ac2f8
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	pkgconfig >= 0.19
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org mouse driver
+
+%description -l pl
+Sterownik myszy dla X.org
+
+%prep
+%setup -q -n xf86-input-mouse-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*{.la,.a}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/*/*.so
+%{_mandir}/man4x/*.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/20 22:18:13  jpc
+- basic drivers for modular X.org
+

================================================================
Index: SPECS/xorg-driver-video-ati.spec
diff -u /dev/null SPECS/xorg-driver-video-ati.spec:1.1
--- /dev/null	Fri Oct 21 00:18:18 2005
+++ SPECS/xorg-driver-video-ati.spec	Fri Oct 21 00:18:13 2005
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	ATI video driver
+Summary(pl):	Sterownik video ATI
+Name:		xorg-driver-video-ati
+Version:	6.5.6.1
+Release:	0.1
+License:	MIT
+Group:		X11/Applications
+Source0:	http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-ati-%{version}.tar.bz2
+# Source0-md5:	2dfc216efba787ce8b985dcb84251031
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	Mesa-devel
+BuildRequires:	pkgconfig >= 0.19
+BuildRequires:	xorg-lib-libXt-devel
+BuildRequires:	xorg-util-util-macros
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ATI video driver.
+
+%description -l pl
+Sterownik video ATI.
+
+%prep
+%setup -q -n xf86-video-ati-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*{.la,.a}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/*/*.so
+%{_mandir}/man4x/*.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/20 22:18:13  jpc
+- basic drivers for modular X.org
+
================================================================



More information about the pld-cvs-commit mailing list