Name: lzip Version: 1.20 Release: 10.13%{?dist}1a Summary: LZMA compressor with integrity checking License: GPLv3+ URL: http://www.nongnu.org/lzip/lzip.html Source0: http://download.savannah.gnu.org/releases/lzip/lzip-%{version}.tar.gz Source1: http://download.savannah.gnu.org/releases/lzip/lzip-%{version}.tar.gz.sig Requires(post): info Requires(preun): info %description Lzip compresses data using LZMA (Lempel-Ziv-Markov chain-Algorithm). It supports integrity checking using CRC (Cyclic Redundancy Check). To archive multiple files, tar can be used with lzip. Please note, that the lzip file format (.lz) is not compatible with the lzma file format (.lzma). %prep %setup -q # file needs to be copied, because it is used in "make check" cp -a COPYING{,.txt} # convert CRLF to LF sed -i 's/\r//' COPYING.txt %build %configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install make install install-man DESTDIR=$RPM_BUILD_ROOT # if install-info is present, this is created by upstream's makefile rm -Rf $RPM_BUILD_ROOT%{_infodir}/dir %check make check %post %{_sbindir}/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : %preun if [ $1 = 0 ] ; then %{_sbindir}/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : fi %files %license COPYING.txt # TODO is currently empty %doc AUTHORS ChangeLog NEWS README %{_bindir}/lzip %{_infodir}/lzip.info* %{_mandir}/man1/lzip.1* %changelog * Mon Apr 02 2018 Keisuke Fujii - 1.20-10.13hepx1a - 1.20 - 1st release on MacOSX 10.13 * Wed Feb 14 2018 Gwyn Ciesla - 1.20-1 - 1.20 * Thu Feb 08 2018 Fedora Release Engineering - 1.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering - 1.19-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon May 01 2017 Gwyn Ciesla - 1.19-1 - New upstream, 1446834. * Fri Feb 10 2017 Fedora Release Engineering - 1.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jun 07 2016 Jon Ciesla - 1.18-1 - New upstream, 1342521. * Thu Feb 04 2016 Fedora Release Engineering - 1.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jul 24 2015 Jon Ciesla - 1.17-1 - New upstream, 1246477. * Wed Jun 17 2015 Fedora Release Engineering - 1.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 02 2015 Kalev Lember - 1.16-2 - Rebuilt for GCC 5 C++11 ABI change * Wed Sep 10 2014 Jon Ciesla - 1.16-1 - New upstream, 1140119. * Sun Aug 17 2014 Fedora Release Engineering - 1.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Oct 01 2013 Jon Ciesla - 1.15-1 - New upstream, 1014165. * Sat Aug 03 2013 Fedora Release Engineering - 1.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Mar 06 2013 Jon Ciesla - 1.14-1 - New upstream, 918416. * Thu Feb 14 2013 Fedora Release Engineering - 1.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 1.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Mar 13 2012 Jon Ciesla - 1.13-1 - New upstream, BZ 802973. - lziprecover is now separate. * Fri Jan 13 2012 Fedora Release Engineering - 1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Thu May 05 2011 Jon Ciesla - 1.12-1 - Update to new release, BZ 702309. * Tue Feb 08 2011 Fedora Release Engineering - 1.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Oct 04 2010 Jon Ciesla - 1.11-1 - Update to new release, BZ 639555. * Mon Jun 28 2010 Jon Ciesla - 1.10-1 - Update to new release, BZ 556767. * Thu Dec 31 2009 Till Maas - 1.8-1 - Update to new release - Fix end of line encoding of COPYING * Fri Aug 07 2009 Till Maas - 1.7-2 - Exclude lzdiff & lzgrep, they will become part of zutils: http://www.nongnu.org/lzip/zutils.html and fixes a conflict with xz-lzma-compat: Red Hat Bugzilla #515502 - Use globbing for all manpages * Tue Jul 28 2009 Till Maas - 1.7-1 - Update to latest stable upstream - remove upstreamed patch * Sat Jul 25 2009 Fedora Release Engineering - 1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Feb 15 2009 Till Maas - 1.4-1 - Update to new release - Add compile fixes for gcc 4.4 (missing #include ) * Thu Nov 27 2008 Till Maas - 1.1-2 - fix type in summary - call testsuite in %%check - remove empty TODO file from %%doc * Wed Nov 26 2008 Till Maas - 1.1-1 - Initial spec for Fedora