SHA256
1
0
forked from pool/libinput
Jan Engelhardt 2014-02-27 18:36:07 +00:00 committed by Git OBS Bridge
parent f9242ba334
commit 26efa18611
4 changed files with 33 additions and 11 deletions

BIN
libinput-0.0.90~git301.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
libinput-0.1.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

9
libinput.changes Normal file
View File

@ -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

View File

@ -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