diff --git a/libinput.spec b/libinput.spec index 7e8568e..f9e96ec 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,5 +1,5 @@ Name: libinput -Version: 0.13.0 +Version: 0.14.1 Release: 1mamba Summary: A library that handles input devices for display servers and other applications Group: System/Libraries @@ -34,6 +34,14 @@ Requires: pkg-config %description devel This package contains libraries and header files for developing applications that use %{name}. +%package tools +Group: Applications/Utilities +Summary: Utility applications for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +This package contains utility applications for %{name}. + %debug_package %prep @@ -70,6 +78,14 @@ This package contains libraries and header files for developing applications tha %{_libdir}/pkgconfig/libinput.pc %doc README.txt +%files tools +%defattr(-,root,root) +%{_bindir}/libinput-list-devices +%{_mandir}/man1/libinput-list-devices.1.gz + %changelog +* Sun Apr 26 2015 Automatic Build System 0.14.1-1mamba +- automatic version update by autodist + * Wed Apr 15 2015 Silvan Calarco 0.13.0-1mamba - package created using the webbuild interface