!14 fix build failure in OBS because of automake version dependcy
From: @lvying6 Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
2e736fffb5
15
gzip.spec
15
gzip.spec
@ -1,16 +1,16 @@
|
|||||||
Name: gzip
|
Name: gzip
|
||||||
Version: 1.11
|
Version: 1.11
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A data compression utility
|
Summary: A data compression utility
|
||||||
|
|
||||||
License: GPLv3+ and GFDL
|
License: GPLv3
|
||||||
URL: https://www.gnu.org/software/gzip
|
URL: https://www.gnu.org/software/gzip
|
||||||
Source0: https://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
|
Source0: https://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.xz
|
||||||
|
|
||||||
Patch9000: fix-verbose-disable.patch
|
Patch9000: fix-verbose-disable.patch
|
||||||
Patch9100: performance-neoncrc32-and-prfm.patch
|
Patch9100: performance-neoncrc32-and-prfm.patch
|
||||||
|
|
||||||
BuildRequires: gcc texinfo less
|
BuildRequires: gcc texinfo less autoconf automake
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Conflicts: filesystem < 3
|
Conflicts: filesystem < 3
|
||||||
Provides: /bin/gunzip
|
Provides: /bin/gunzip
|
||||||
@ -32,6 +32,7 @@ has the suffix .gz.
|
|||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
export CFLAGS="${CFLAGS:-%optflags} -march=armv8-a+crc"
|
export CFLAGS="${CFLAGS:-%optflags} -march=armv8-a+crc"
|
||||||
%endif
|
%endif
|
||||||
|
autoreconf
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -57,10 +58,16 @@ make check
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 23 2022 Lv Ying<lvying6@huawei.com> - 1.11-2
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix build failure in OBS env because of automake version dependcy
|
||||||
|
|
||||||
* Tue Dec 28 2021 shangyibin<shangyibin1@huawei.com> - 1.11-1
|
* Tue Dec 28 2021 shangyibin<shangyibin1@huawei.com> - 1.11-1
|
||||||
- upgrade to version 1.11
|
- upgrade to version 1.11
|
||||||
|
|
||||||
* Thu Nov 09 2021 tianwei<tianwei12@huawei.com> - 1.10-2
|
* Tue Nov 09 2021 tianwei<tianwei12@huawei.com> - 1.10-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user