diff --git a/README.md b/README.md index fa61c97..42aafa8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xinput +A utility to configure and test XInput devices. + diff --git a/xinput.spec b/xinput.spec new file mode 100644 index 0000000..6830116 --- /dev/null +++ b/xinput.spec @@ -0,0 +1,56 @@ +Name: xinput +Version: 1.6.1 +Release: 1mamba +Summary: xinput - allows configuration and testing of XInput devices +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://xorg.freedesktop.org/ +Source: http://xorg.freedesktop.org/releases/individual/app/xinput-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXext-devel +BuildRequires: libXi-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A utility to configure and test XInput devices. + +%prep +%setup -q + +%build +%configure --disable-static +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} || echo -n >> %{name}.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/%{name} +%{_mandir}/man?/* +%doc AUTHORS COPYING ChangeLog NEWS README + +%changelog +* Sun Sep 22 2013 Automatic Build System 1.6.1-1mamba +- automatic update by autodist + +* Fri Jul 06 2012 Automatic Build System 1.6.0-1mamba +- automatic version update by autodist + +* Thu Dec 22 2011 Automatic Build System 1.5.4-1mamba +- automatic version update by autodist + +* Tue Mar 01 2011 Tiziana Ferro 1.5.3-1mamba +- package created by autospec