Author: qboosh Date: Fri Oct 28 19:31:38 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xorg-driver-input-digitaledge.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xorg-driver-input-digitaledge.spec diff -u /dev/null SPECS/xorg-driver-input-digitaledge.spec:1.1 --- /dev/null Fri Oct 28 21:31:38 2005 +++ SPECS/xorg-driver-input-digitaledge.spec Fri Oct 28 21:31:33 2005 @@ -0,0 +1,65 @@ +# $Revision$, $Date$ +Summary: X.org input driver for DigitalEdge devices +Summary(pl): Sterownik wejściowy X.org dla urządzeń DigitalEdge +Name: xorg-driver-input-digitaledge +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-digitaledge-%{version}.tar.bz2 +# Source0-md5: 4f315f75e17235f8f699c9f5d77099ce +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 input driver for DigitalEdge devices. + +%description -l pl +Sterownik wejściowy X.org dla urządzeń DigitalEdge. + +%prep +%setup -q -n xf86-input-digitaledge-%{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/digitaledge_drv.so +#%{_mandir}/man4/digitaledge.4x* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/10/28 19:31:33 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
