Accepting request 791718 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/791718 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevdev?expand=0&rev=14
This commit is contained in:
commit
11ae6038f7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e91c58ca86e0631186798449e0a78c65474ff562081d968ba0521f76c8c2ca1d
|
||||
size 409756
|
Binary file not shown.
3
libevdev-1.9.0.tar.xz
Normal file
3
libevdev-1.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7e18a64264f2dea19b6c50a481f8c062529d42919ccda0bc861495bce28eb9e
|
||||
size 443208
|
BIN
libevdev-1.9.0.tar.xz.sig
Normal file
BIN
libevdev-1.9.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 09:22:38 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 1.9.0 (no changelog)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 15 11:29:25 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 1.8.0
|
||||
* Bug fixes
|
||||
* Docs update
|
||||
* Improve tests
|
||||
* Sync with latest kernels
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 20:48:13 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
#
|
||||
# spec file for package libevdev
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) specCURRENT_YEAR SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -13,19 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libevdev
|
||||
%define sonum 2
|
||||
Version: 1.4.5
|
||||
Name: libevdev
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: A wrapper library for evdev devices
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://xorg.freedesktop.org/
|
||||
|
||||
URL: https://xorg.freedesktop.org/
|
||||
#Git-Web: http://cgit.freedesktop.org/libevdev
|
||||
#Git-Clone: git://anongit.freedesktop.org/libevdev
|
||||
Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
||||
@ -35,9 +33,8 @@ Source3: baselibs.conf
|
||||
Patch0: n_buildfix_for_opensuse_12_2.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Library for handling evdev kernel devices. It abstracts the ioctls
|
||||
@ -87,32 +84,28 @@ Aditional utilities for libevdev library
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-gcov
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f "%buildroot/%{_libdir}"/*.la
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n libevdev%{sonum} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libevdev%{sonum} -p /sbin/ldconfig
|
||||
|
||||
%files -n libevdev%{sonum}
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%{_libdir}/%{name}.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%{_libdir}/%{name}.so
|
||||
%{_includedir}/%{name}-1.0/
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_mandir}/man3/libevdev.*
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%{_bindir}/mouse-dpi-tool
|
||||
%{_bindir}/libevdev-tweak-device
|
||||
%{_bindir}/touchpad-edge-detector
|
||||
|
Loading…
Reference in New Issue
Block a user