From 340de35bd28eef8deb0176597d23b27bc9cc9c5f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Wed, 31 Jan 2024 21:11:28 +0100 Subject: [PATCH] automatic version update by autodist [release 1.24-1mamba;Wed Jan 31 2024] --- lzip.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/lzip.spec b/lzip.spec index baf1bfc..1279454 100644 --- a/lzip.spec +++ b/lzip.spec @@ -1,11 +1,11 @@ Name: lzip -Version: 1.23 +Version: 1.24 Release: 1mamba Summary: A lossless data compressor based on the LZMA algorithm Group: Applications/Archiving Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan +Packager: Silvan Calarco URL: http://lzip.nongnu.org/lzip.html Source: http://download.savannah.gnu.org/releases/lzip/lzip-%{version}.tar.gz License: GPL @@ -19,6 +19,8 @@ Requires(post):%{__install_info} %description Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. +%debug_package + %prep %setup -q @@ -30,6 +32,8 @@ Lzip is a lossless data compressor based on the LZMA algorithm, with very safe i [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +rm -f %{buildroot}%{_infodir}/dir + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -44,13 +48,15 @@ exit 0 %files %defattr(-,root,root) %{_bindir}/lzip -#%{_bindir}/lziprecover %{_infodir}/lzip.info.* %{_mandir}/man1/lzip.* -#%{_mandir}/man1/lziprecover.* -%doc AUTHORS COPYING ChangeLog NEWS README +%doc AUTHORS COPYING +#ChangeLog NEWS README %changelog +* Wed Jan 31 2024 Automatic Build System 1.24-1mamba +- automatic version update by autodist + * Fri Feb 04 2022 Automatic Build System 1.23-1mamba - automatic version update by autodist