automatic update by autodist [release 1.15-1mamba;Sun Oct 06 2013]
This commit is contained in:
parent
28785f5149
commit
8cd542adca
@ -1,2 +1,4 @@
|
||||
# lzip
|
||||
|
||||
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.
|
||||
|
||||
|
68
lzip.spec
Normal file
68
lzip.spec
Normal file
@ -0,0 +1,68 @@
|
||||
Name: lzip
|
||||
Version: 1.15
|
||||
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
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user