SHA256
1
0
forked from pool/zutils

Accepting request 622784 from home:1Antoine1:branches:Archiving

- Update to version 1.7:
  * zgrep.cc (main): Pass '--color' option to grep.
  * check.sh: Added new tests for zgrep.

OBS-URL: https://build.opensuse.org/request/show/622784
OBS-URL: https://build.opensuse.org/package/show/Archiving/zutils?expand=0&rev=8
This commit is contained in:
Martin Pluskal
2018-07-15 08:09:33 +00:00
committed by Git OBS Bridge
parent e1766c879f
commit c8a370972b
6 changed files with 20 additions and 13 deletions

View File

@@ -17,10 +17,10 @@
Name: zutils
Version: 1.6
Version: 1.7
Release: 0
Summary: Collection of utilities for dealing with compressed files
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Productivity/Archiving/Compression
URL: https://www.nongnu.org/zutils/zutils.html
Source0: https://download.savannah.gnu.org/releases/zutils/zutils-%{version}.tar.lz
@@ -50,7 +50,7 @@ in those utilities supporting it.
make CXXFLAGS="%{optflags}" %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%make_install
%post
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
@@ -70,12 +70,12 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
%{_bindir}/zgrep
%{_bindir}/ztest
%{_bindir}/zupdate
%{_infodir}/zutils.info.gz
%{_mandir}/man1/zcat.1.gz
%{_mandir}/man1/zcmp.1.gz
%{_mandir}/man1/zdiff.1.gz
%{_mandir}/man1/zgrep.1.gz
%{_mandir}/man1/ztest.1.gz
%{_mandir}/man1/zupdate.1.gz
%{_infodir}/zutils.info%{?ext_info}
%{_mandir}/man1/zcat.1%{?ext_man}
%{_mandir}/man1/zcmp.1%{?ext_man}
%{_mandir}/man1/zdiff.1%{?ext_man}
%{_mandir}/man1/zgrep.1%{?ext_man}
%{_mandir}/man1/ztest.1%{?ext_man}
%{_mandir}/man1/zupdate.1%{?ext_man}
%changelog