forked from pool/libinput
libinput-0.1.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=2
This commit is contained in:
parent
f9242ba334
commit
26efa18611
BIN
libinput-0.0.90~git301.tar.xz
(Stored with Git LFS)
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
BIN
libinput-0.1.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
9
libinput.changes
Normal file
9
libinput.changes
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user