78 lines
2.3 KiB
RPMSpec
78 lines
2.3 KiB
RPMSpec
Name: lzip
|
|
Version: 1.18
|
|
Release: 1mamba
|
|
Summary: A lossless data compressor based on the LZMA algorithm
|
|
Group: Applications/Archiving
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
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}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%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.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%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
|
|
#%{_bindir}/lziprecover
|
|
%{_infodir}/lzip.info.*
|
|
%{_mandir}/man1/lzip.*
|
|
#%{_mandir}/man1/lziprecover.*
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
|
|
%changelog
|
|
* 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
|