From: Jakub Bogusz Date: Fri, 28 Oct 2005 23:36:43 +0000 (+0000) Subject: - new X-Git-Tag: auto/th/xorg-driver-input-mutouch-1_1_0-0_1~4 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=202d247c52a35265b820a2b6d10a915960a75096;p=packages%2Fxorg-driver-input-mutouch.git - new Changed files: xorg-driver-input-mutouch.spec -> 1.1 --- 202d247c52a35265b820a2b6d10a915960a75096 diff --git a/xorg-driver-input-mutouch.spec b/xorg-driver-input-mutouch.spec new file mode 100644 index 0000000..2e74bf0 --- /dev/null +++ b/xorg-driver-input-mutouch.spec @@ -0,0 +1,55 @@ +Summary: X.org input driver for MicroTouch devices +Summary(pl): Sterownik wej¶ciowy X.org dla urz±dzeñ MicroTouch +Name: xorg-driver-input-mutouch +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-mutouch-%{version}.tar.bz2 +# Source0-md5: 42c4d17efe04077e48e54c2170945bcd +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 MicroTouch devices. + +%description -l pl +Sterownik wej¶ciowy X.org dla urz±dzeñ MicroTouch. + +%prep +%setup -q -n xf86-input-mutouch-%{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/mutouch_drv.so +%{_mandir}/man4/mutouch.4x*