[info=45c107641fe2b47b8d433842d0ff23738f0534636749a260257bbee35bab5e5e]

OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=58
This commit is contained in:
OBS User unknown 2024-08-15 07:13:58 +00:00 committed by Git OBS Bridge
parent a5681a5fba
commit f1f9b767f3
4 changed files with 18 additions and 6 deletions

View File

@ -1,4 +1,4 @@
mtime: 1721875765
commit: e0d13e3387e54a9938a9761fd4d9d729404f34eb6775303056783eeba56cc998
mtime: 1723665497
commit: 45c107641fe2b47b8d433842d0ff23738f0534636749a260257bbee35bab5e5e
url: https://src.opensuse.org/jengelh/lz4
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87e1c4d152e270fc163493ea42bc1bd11c4b9c96093be5c2c91f841ee83df3c9
oid sha256:6bd3160d7eb4abbe7e759a6e3da1d2bbad4a25e9cac2050d87f3aec89af99e4a
size 256

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 14 16:09:45 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Switch to cmake build system: Creates extra cmake modules for
consuming projects
-------------------------------------------------------------------
Mon Jul 22 11:45:03 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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