Name: gzip Version: 1.10 Release: 1 Summary: A data compression utility License: GPLv3+ and GFDL URL: https://www.gnu.org/software/gzip Source0: https://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.xz Patch0: gzexe.patch Patch9000: fix-verbose-disable.patch Patch9100: performance-neoncrc32-and-prfm.patch BuildRequires: gcc texinfo Requires: coreutils Conflicts: filesystem < 3 Provides: /bin/gunzip Provides: /bin/gzip Provides: /bin/zcat Provides: bundled(gnulib) %description gzip is a single-file/stream lossless data compression utility, where the resulting compressed file generally has the suffix .gz. %package_help %prep %autosetup -n %{name}-%{version} -p1 %build %ifarch aarch64 export CFLAGS="${CFLAGS:-%optflags} -march=armv8-a+crc" %endif %configure %make_build %install rm -rf %RPM_BUILD_ROOT %make_install # ncompress provides uncompress, may cause conflict. rm -f %{buildroot}%{_bindir}/uncompress %check make check %files %defattr(-,root,root) %doc AUTHORS ChangeLog README %license COPYING %{_bindir}/* %exclude %{_infodir}/dir %files help %doc NEWS TODO THANKS %{_infodir}/*info* %{_mandir}/man1/* %changelog * Fri Apr 24 2020 BruceGW - 1.10-1 * update upstream to 1.10 * Fri Jan 17 2020 openEuler Buildteam - 1.9-18 - Type:performance improve - ID:NA - SUG:NA - DESC:delete useless scripts for grep * Mon Nov 11 2019 liqiang - 1.9-17 - Type:performance improve - ID:NA - SUG:NA - DESC:use neon crc32 api and PRFM instruction to improve performance. * Mon Sep 30 2019 shenyangyang - 1.9-16 - Type:enhancement - ID:NA - SUG:NA - DESC:fix the conflict of infodir/dir with libtasn1 * Tue Sep 24 2019 shenyangyang - 1.9-15 - Type:enhancement - ID:NA - SUG:NA - DESC:revise help package * Fri Aug 16 2019 openEuler Builteam - 1.9-14 - Rewrite spec file * Fri Aug 09 2019 fangyufa - 1.9-13 - Type:bugfix - ID:NA - SUG:NA - DESC: modify info of patch * Thu Aug 08 2019 fangyufa - 1.9-12 - Type:bugfix - ID:NA - SUG:NA - DESC: modify of patch * Wed Jul 31 2019 zhuguodong - 1.9-11 - Type:bugfix - ID:NA - SUG:NA - DESC: openEuler Debranding * Fri Jun 14 2019 cangyi - 1.9-10 - Type:bugfix - ID:NA - SUG:NA - DESC:fix gzexe unable to (auto)decompress * Fri Mar 15 2019 zhangyujing - 1.9-9 - Type:bugfix - ID:NA - SUG:NA - DESC:gzip fix use of uninitialized memory * Fri Jan 25 2019 Yeqing Peng - 1.9-8 - Type:enhancement - ID:NA - SUG:restart - DESC:fix verbose disable * Thu Jul 26 2018 zhuguodong - 1.9-7 - package init