File mingw64-lz4.spec of Package mingw64-lz4
#
# spec file for package mingw64-lz4
#
# Copyright (c) 2024, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define realname lz4
%define libname mingw64-lib%{realname}
Name: mingw64-%{realname}
Version: 1.9.4
Release: 0
Summary: Hash-based Predictive Lempel–Ziv compressor
License: BSD-2-Clause AND GPL-2.0-or-later
Group: Productivity/Archiving/Compression
URL: https://lz4.github.io/lz4/
#Git-Clone: https://github.com/lz4/lz4.git
Source: https://github.com/lz4/lz4/archive/v%{version}.tar.gz
Patch0: lz-export.diff
BuildRequires: mingw64-cross-cmake
BuildRequires: mingw64-cross-gcc
BuildRequires: mingw64-cross-gcc-c++
BuildRequires: mingw64-filesystem
%_mingw64_package_header_debug
BuildArch: noarch
%description
LZ4 is a lossless data compression algorithm that is focused on
compression and decompression speed. It belongs to the LZ77
(Lempel–Ziv) family of byte-oriented compression schemes. It is a
LZP2 fork and provides better compression ratio for text files.
This subpackage provides a GPL command-line utility to make use of
the LZ4 algorithm.
%package -n %{libname}
Summary: Hash-based predictive Lempel-Ziv compressor
License: BSD-2-Clause
Group: System/Libraries
%description -n %{libname}
LZ4 is a lossless data compression algorithm that is focused on
compression and decompression speed. It belongs to the LZ77
(Lempel–Ziv) family of byte-oriented compression schemes. It is a
This subpackage contains the (de)compressor code as a shared library.
%package -n mingw64-%{realname}-devel
Summary: Development files for the LZ4 compressor
License: BSD-2-Clause
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}
%description -n mingw64-%{realname}-devel
LZ4 is a lossless data compression algorithm that is focused on
compression and decompression speed. It belongs to the LZ77
(Lempel–Ziv) family of byte-oriented compression schemes. It is a
This subpackage contains libraries and header files for developing
applications that want to make use of liblz4.
%_mingw64_debug_package
%prep
%setup -q -n %{realname}-%{version}
%autopatch -p1
%build
cd build/cmake
%{_mingw64_cmake}
%install
cd build/cmake
%{_mingw64_cmake_install}
%files
%{_mingw64_bindir}/lz4.exe
%{_mingw64_bindir}/lz4c.exe
%{_mingw64_mandir}/man1/lz4.1%{?ext_man}
%files -n %{libname}
%{_mingw64_bindir}/liblz4.dll
%files -n mingw64-%{realname}-devel
%{_mingw64_includedir}/lz4*.h
%{_mingw64_libdir}/liblz4.dll.a
%{_mingw64_libdir}/cmake/lz4
%{_mingw64_libdir}/pkgconfig/liblz4.pc
%changelog