Accepting request 1194080 from Archiving
- Switch to cmake build system: Creates extra cmake modules for consuming projects OBS-URL: https://build.opensuse.org/request/show/1194080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lz4?expand=0&rev=22
This commit is contained in:
commit
25007eba8c
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1723665497
|
||||
commit: 45c107641fe2b47b8d433842d0ff23738f0534636749a260257bbee35bab5e5e
|
||||
url: https://src.opensuse.org/jengelh/lz4
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bd3160d7eb4abbe7e759a6e3da1d2bbad4a25e9cac2050d87f3aec89af99e4a
|
||||
size 256
|
@ -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>
|
||||
|
||||
|
12
lz4.spec
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user