lzip/lzip.spec

98 lines
2.9 KiB
RPMSpec

Name: lzip
Version: 1.24
Release: 1mamba
Summary: A lossless data compressor based on the LZMA algorithm
Group: Applications/Archiving
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://lzip.nongnu.org/lzip.html
Source: http://download.savannah.gnu.org/releases/lzip/lzip-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
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
%build
%configure CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
rm -f %{buildroot}%{_infodir}/dir
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
%install_info lzip.info
exit 0
%preun
%uninstall_info lzip.info
exit 0
%files
%defattr(-,root,root)
%{_bindir}/lzip
%{_infodir}/lzip.info.*
%{_mandir}/man1/lzip.*
%doc AUTHORS COPYING
#ChangeLog NEWS README
%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
- automatic version update by autodist
* Sun Jan 10 2021 Automatic Build System <autodist@mambasoft.it> 1.22-1mamba
- automatic version update by autodist
* Sun Jan 13 2019 Automatic Build System <autodist@mambasoft.it> 1.21-1mamba
- automatic version update by autodist
* Tue Feb 20 2018 Automatic Build System <autodist@mambasoft.it> 1.20-1mamba
- automatic version update by autodist
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 1.19-1mamba
- automatic version update by autodist
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 1.18-1mamba
- automatic version update by autodist
* Tue Aug 11 2015 Automatic Build System <autodist@mambasoft.it> 1.17-1mamba
- automatic update by autodist
* Sun Oct 05 2014 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
- automatic update by autodist
* Sun Oct 06 2013 Automatic Build System <autodist@mambasoft.it> 1.15-1mamba
- automatic update by autodist
* Sat Mar 09 2013 Automatic Build System <autodist@mambasoft.it> 1.14-1mamba
- automatic version update by autodist
* Tue Mar 13 2012 Automatic Build System <autodist@mambasoft.it> 1.13-1mamba
- automatic version update by autodist
* Wed May 04 2011 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
- automatic update by autodist
* Sat Sep 25 2010 Davide Madrisan <davide.madrisan@gmail.com> 1.11-1mamba
- package created by autospec