SHA256
1
0
forked from pool/libei

Accepting request 1178809 from X11:Wayland

OBS-URL: https://build.opensuse.org/request/show/1178809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libei?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2024-06-07 13:02:03 +00:00 committed by Git OBS Bridge
commit ce1161ad63
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 5 18:28:34 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>
- Remove explicit includedir as it already installs to a
subdirectory
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 14 10:02:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> Wed Feb 14 10:02:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -15,17 +15,15 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: libei
%define lname libei1 %define lname libei1
Name: libei
Version: 1.2.1 Version: 1.2.1
Release: 0 Release: 0
Summary: Library for emulated input in Wayland Summary: Library for emulated input in Wayland
License: MIT License: MIT
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://gitlab.freedesktop.org/libinput/libei/ URL: https://gitlab.freedesktop.org/libinput/libei/
Source0: https://gitlab.freedesktop.org/libinput/libei/-/archive/%version/%name-%version.tar.gz
Source: https://gitlab.freedesktop.org/libinput/libei/-/archive/%version/%name-%version.tar.gz
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: meson >= 0.57 BuildRequires: meson >= 0.57
BuildRequires: ninja BuildRequires: ninja
@ -70,7 +68,7 @@ libei is a library for Emulated Input, targeting the Wayland stack.
%autosetup -p1 %autosetup -p1
%build %build
%meson --includedir="%_includedir/%name" -Dtests=disabled %meson -Dtests=disabled
%meson_build %meson_build
%install %install
@ -84,7 +82,7 @@ libei is a library for Emulated Input, targeting the Wayland stack.
%files devel %files devel
%_bindir/ei-debug-* %_bindir/ei-debug-*
%_includedir/%name/ %_includedir/%name-1.0
%_libdir/pkgconfig/*.pc %_libdir/pkgconfig/*.pc
%_libdir/*.so %_libdir/*.so
%license COPYING %license COPYING