Accepting request 1178799 from home:gmbr3:Active

- Remove explicit includedir as it already installs to a
  subdirectory

OBS-URL: https://build.opensuse.org/request/show/1178799
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libei?expand=0&rev=33
This commit is contained in:
Jan Engelhardt 2024-06-05 20:12:01 +00:00 committed by Git OBS Bridge
parent 92f2b42dfd
commit e6fbfecb42
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>

View File

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