automatic version update by autodist [release 1.24-1mamba;Wed Jan 31 2024]

This commit is contained in:
Automatic Build System 2024-01-31 21:11:28 +01:00
parent 0551ef6fbb
commit 340de35bd2

View File

@ -1,11 +1,11 @@
Name: lzip Name: lzip
Version: 1.23 Version: 1.24
Release: 1mamba Release: 1mamba
Summary: A lossless data compressor based on the LZMA algorithm Summary: A lossless data compressor based on the LZMA algorithm
Group: Applications/Archiving Group: Applications/Archiving
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://lzip.nongnu.org/lzip.html URL: http://lzip.nongnu.org/lzip.html
Source: http://download.savannah.gnu.org/releases/lzip/lzip-%{version}.tar.gz Source: http://download.savannah.gnu.org/releases/lzip/lzip-%{version}.tar.gz
License: GPL License: GPL
@ -19,6 +19,8 @@ Requires(post):%{__install_info}
%description %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. 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 %prep
%setup -q %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}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall
rm -f %{buildroot}%{_infodir}/dir
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -44,13 +48,15 @@ exit 0
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/lzip %{_bindir}/lzip
#%{_bindir}/lziprecover
%{_infodir}/lzip.info.* %{_infodir}/lzip.info.*
%{_mandir}/man1/lzip.* %{_mandir}/man1/lzip.*
#%{_mandir}/man1/lziprecover.* %doc AUTHORS COPYING
%doc AUTHORS COPYING ChangeLog NEWS README #ChangeLog NEWS README
%changelog %changelog
* Wed Jan 31 2024 Automatic Build System <autodist@openmamba.org> 1.24-1mamba
- automatic version update by autodist
* Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 1.23-1mamba * Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 1.23-1mamba
- automatic version update by autodist - automatic version update by autodist