diff --git a/wayland.spec b/wayland.spec index 8e35d09..75e3b8f 100644 --- a/wayland.spec +++ b/wayland.spec @@ -78,16 +78,13 @@ Summary: Wayland server library %description -n libwayland-server Wayland server library - %prep %autosetup -p1 - %build %configure --disable-static --enable-documentation make %{?_smp_mflags} - %install %make_install @@ -101,7 +98,6 @@ mkdir -m 700 tests/run XDG_RUNTIME_DIR=$PWD/tests/run make check || \ { rc=$?; cat test-suite.log; exit $rc; } - %files devel %{_bindir}/wayland-scanner %{_includedir}/wayland-*.h