diff --git a/lzip-1.24.1.tar.gz b/lzip-1.24.1.tar.gz deleted file mode 100644 index a6bc5f6c18e3040807ff719ad23b8dee618bc360..0000000000000000000000000000000000000000 Binary files a/lzip-1.24.1.tar.gz and /dev/null differ diff --git a/lzip-1.25.tar.gz b/lzip-1.25.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8d70e5e453c82b601724c11e0825c8e5eb61df2b Binary files /dev/null and b/lzip-1.25.tar.gz differ diff --git a/lzip.spec b/lzip.spec index 3d28c627838b6f6e19fd88a19dcae19d4414768e..9120c5560bcc2e4af95d9a52ba53b4e8c145e2b1 100644 --- a/lzip.spec +++ b/lzip.spec @@ -1,11 +1,11 @@ Name: lzip -Version: 1.24.1 +Version: 1.25 Release: 1 Summary: LZMA compressor with integrity checking -License: GPLv3+ -URL: http://www.nongnu.org/lzip/lzip.html -Source0: http://download.savannah.gnu.org/releases/lzip/lzip-%{version}.tar.gz +License: GPL-3.0-or-later +URL: https://www.nongnu.org/lzip/lzip.html +Source0: https://download.savannah.gnu.org/releases/lzip/lzip-%{version}.tar.gz BuildRequires: gcc-c++ %description @@ -24,9 +24,8 @@ sed -i 's/\r//' COPYING.txt %build -%configure CXXFLAGS="%{build_cxxflags}" LDFLAGS="%{build_ldflags}" -make %{?_smp_mflags} - +%configure CXX="%{__cxx}" CXXFLAGS="%{build_cxxflags}" LDFLAGS="%{build_ldflags}" +%make_build %install make install install-man DESTDIR=$RPM_BUILD_ROOT @@ -47,6 +46,9 @@ make check %changelog +* Sat Jan 18 2025 Funda Wang - 1.25-1 +- update to 1.25 + * Thu Aug 1 2024 wangxiaomeng - 1.24.1-1 - update to 1.24.1 - New options '--empty-error' and '--marking-error'.