From e6fbfecb42dfc68e4c2da34f1b25eb3764054a1412550f7005dae9ca0619d8b6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 5 Jun 2024 20:12:01 +0000 Subject: [PATCH] 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 --- libei.changes | 6 ++++++ libei.spec | 10 ++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/libei.changes b/libei.changes index 44e111b..18ea8e8 100644 --- a/libei.changes +++ b/libei.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 5 18:28:34 UTC 2024 - Callum Farmer + +- Remove explicit includedir as it already installs to a + subdirectory + ------------------------------------------------------------------- Wed Feb 14 10:02:03 UTC 2024 - Dominique Leuenberger diff --git a/libei.spec b/libei.spec index 8bddb79..6a9e0db 100644 --- a/libei.spec +++ b/libei.spec @@ -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