]> git.pld-linux.org Git - packages/xorg-app-xinput.git/commitdiff
- initial
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Jan 2008 07:32:57 +0000 (07:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-app-xinput.spec -> 1.1

xorg-app-xinput.spec [new file with mode: 0644]

diff --git a/xorg-app-xinput.spec b/xorg-app-xinput.spec
new file mode 100644 (file)
index 0000000..3b2d170
--- /dev/null
@@ -0,0 +1,43 @@
+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*
This page took 0.8026 seconds and 4 git commands to generate.