From 26efa18611f4f424059cd1860e3006b4b8c8b28c96288dac32f5ff9e3a52af19 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 27 Feb 2014 18:36:07 +0000 Subject: [PATCH] libinput-0.1.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=2 --- libinput-0.0.90~git301.tar.xz | 3 --- libinput-0.1.0.tar.xz | 3 +++ libinput.changes | 9 +++++++++ libinput.spec | 29 +++++++++++++++++++++-------- 4 files changed, 33 insertions(+), 11 deletions(-) delete mode 100644 libinput-0.0.90~git301.tar.xz create mode 100644 libinput-0.1.0.tar.xz create mode 100644 libinput.changes diff --git a/libinput-0.0.90~git301.tar.xz b/libinput-0.0.90~git301.tar.xz deleted file mode 100644 index 17e1ef7..0000000 --- a/libinput-0.0.90~git301.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1ff69cd74405a05ce51c023b5ca32e88c1ec58cbc1ad83a834c9c2d4e6a0bb0 -size 51208 diff --git a/libinput-0.1.0.tar.xz b/libinput-0.1.0.tar.xz new file mode 100644 index 0000000..a61e275 --- /dev/null +++ b/libinput-0.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63214727be5115806868ebdf9470fe2ddf4b2e1229102e080237380d22b40a1d +size 342180 diff --git a/libinput.changes b/libinput.changes new file mode 100644 index 0000000..8304758 --- /dev/null +++ b/libinput.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 27 18:34:17 UTC 2014 - jengelh@inai.de + +- Update to initial upstream tarball release, version 0.1.0 + +------------------------------------------------------------------- +Wed Jan 29 12:05:34 UTC 2014 - jengelh@inai.de + +- Initial package (version 0.0.90~git301) for build.opensuse.org diff --git a/libinput.spec b/libinput.spec index f4061f7..0a01c1f 100644 --- a/libinput.spec +++ b/libinput.spec @@ -18,18 +18,19 @@ %define lname libinput0 Name: libinput -Version: 0.0.90~git301 +Version: 0.1.0 Release: 0 -Summary: Wayland Common Input Device Library +Summary: Input device and event processing library License: HPND Group: Development/Libraries/C and C++ URL: http://wayland.freedesktop.org/ + #Git-Clone: git://anongit.freedesktop.org/wayland/libinput #Git-Web: http://cgit.freedesktop.org/wayland/libinput/ -Source: %name-%version.tar.xz -BuildRequires: autoconf >= 2.64 -BuildRequires: automake >= 1.11 -BuildRequires: libtool >= 2.2 +Source: http://www.freedesktop.org/software/libinput/%name-%version.tar.xz +#git#BuildRequires: autoconf >= 2.64 +#git#BuildRequires: automake >= 1.11 +#git#BuildRequires: libtool >= 2.2 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: pkgconfig @@ -38,12 +39,21 @@ BuildRequires: pkgconfig(mtdev) >= 1.1.0, pkgconfig(libudev), pkgconfig(libevde BuildRoot: %_tmppath/%name-%version-build %description +libinput is a library that handles input devices for display servers and +other applications that need to directly deal with input devices. %package -n %lname -Summary: Wayland core client library +Summary: Input device and event processing library Group: System/Libraries %description -n %lname +libinput is a library that handles input devices for display servers and +other applications that need to directly deal with input devices. + +It provides device detection, device handling, input device event +processing and abstraction so minimize the amount of custom input +code the user of libinput need to provide the common set of +functionality that users expect. %package devel Summary: Development files for the Wayland Input Device Library @@ -51,11 +61,14 @@ Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel +libinput is a library that handles input devices for display servers and +other applications that need to directly deal with input devices. + This package contains all necessary include files and libraries needed to develop applications that require libinput. %prep -%setup -qn %name +%setup -q %build if [ ! -e configure ]; then