From 8cd542adca37da6b2b6eeea9a72dc183ff5a8681 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:38:40 +0100 Subject: [PATCH] automatic update by autodist [release 1.15-1mamba;Sun Oct 06 2013] --- README.md | 2 ++ lzip.spec | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 lzip.spec diff --git a/README.md b/README.md index 255bbd7..32af384 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/lzip.spec b/lzip.spec new file mode 100644 index 0000000..03e7df6 --- /dev/null +++ b/lzip.spec @@ -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 +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 1.15-1mamba +- automatic update by autodist + +* Sat Mar 09 2013 Automatic Build System 1.14-1mamba +- automatic version update by autodist + +* Tue Mar 13 2012 Automatic Build System 1.13-1mamba +- automatic version update by autodist + +* Wed May 04 2011 Automatic Build System 1.12-1mamba +- automatic update by autodist + +* Sat Sep 25 2010 Davide Madrisan 1.11-1mamba +- package created by autospec