From 45c107641fe2b47b8d433842d0ff23738f0534636749a260257bbee35bab5e5e Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Wed, 14 Aug 2024 21:58:17 +0200 Subject: [PATCH] use cmake --- lz4.changes | 6 ++++++ lz4.spec | 12 +++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/lz4.changes b/lz4.changes index 8a42b97..69a8349 100644 --- a/lz4.changes +++ b/lz4.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 14 16:09:45 UTC 2024 - Ben Greiner + +- Switch to cmake build system: Creates extra cmake modules for + consuming projects + ------------------------------------------------------------------- Mon Jul 22 11:45:03 UTC 2024 - Jan Engelhardt diff --git a/lz4.spec b/lz4.spec index f4e4e3d..2fff8f8 100644 --- a/lz4.spec +++ b/lz4.spec @@ -30,6 +30,8 @@ Source: https://github.com/lz4/lz4/archive/v%version.tar.gz Source99: baselibs.conf Patch2: lz-export.diff BuildRequires: pkgconfig +BuildRequires: cmake +BuildRequires: fdupes %{?suse_build_hwcaps_libs} %description @@ -71,11 +73,14 @@ applications that want to make use of liblz4. %autosetup -p1 %build -V=1 %make_build CFLAGS="%optflags" +%define __sourcedir build/cmake +%cmake \ + -DBUILD_STATIC_LIBS:BOOL=OFF +%cmake_build %install -%make_install PREFIX="%_prefix" LIBDIR="%_libdir" -rm -f "%buildroot/%_libdir"/*.a +%cmake_install +%fdupes %{buildroot}/%{_mandir} %check LD_LIBRARY_PATH="%buildroot/%_libdir" ldd -r "%buildroot/%_bindir/lz4" @@ -97,5 +102,6 @@ LD_LIBRARY_PATH="%buildroot/%_libdir" ldd -r "%buildroot/%_bindir/lz4" %_includedir/lz4*.h %_libdir/liblz4.so %_libdir/pkgconfig/*.pc +%_libdir/cmake/lz4 %changelog