Author: arekm Date: Thu Jan 10 07:33:02 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: xorg-app-xinput.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xorg-app-xinput.spec diff -u /dev/null SPECS/xorg-app-xinput.spec:1.1 --- /dev/null Thu Jan 10 08:33:03 2008 +++ SPECS/xorg-app-xinput.spec Thu Jan 10 08:32:57 2008 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: xinput application - allows configuration and testing of XInput devices +Name: xorg-app-xinput +Version: 1.3.0 +Release: 1 +License: MIT +Group: X11/Applications +Source0: http://xorg.freedesktop.org/archive/individual/app/xinput-%{version}.tar.bz2 +# Source0-md5: 977d657e8d7b59f7d82c98ebef444b28 +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildRequires: pkgconfig >= 1:0.19 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A utility to configure and test XInput devices. + +%prep +%setup -q -n xinput-%{version} + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc COPYING ChangeLog +%attr(755,root,root) %{_bindir}/xinput +%{_mandir}/man1/xinput.1x* + +%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 2008-01-10 07:32:57 arekm +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
