commit
45e05a40ea
10
grep.spec
10
grep.spec
@ -1,6 +1,6 @@
|
|||||||
Name: grep
|
Name: grep
|
||||||
Version: 3.4
|
Version: 3.4
|
||||||
Release: 0
|
Release: 1
|
||||||
Summary: A string search utility
|
Summary: A string search utility
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/grep/
|
URL: http://www.gnu.org/software/grep/
|
||||||
@ -18,7 +18,7 @@ a specified pattern. By default, Grep outputs the matching lines.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --without-included-regex --disable-silent-rules \
|
%configure --without-included-regex --disable-silent-rules \
|
||||||
CPPFLAGS="-I%{_includedir}/pcre" CFLAGS="$RPM_OPT_FLAGS"
|
CPPFLAGS="-I%{_includedir}/pcre" CFLAGS="$RPM_OPT_FLAGS -fsigned-char"
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -44,6 +44,12 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 15 2020 Liquor<lirui130@huawei.com> - 3.4-1
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:add -fsigned-char option
|
||||||
|
|
||||||
* Tue Jan 7 2020 JeanLeo<liujianliu.liu@huawei.com> - 3.4-0
|
* Tue Jan 7 2020 JeanLeo<liujianliu.liu@huawei.com> - 3.4-0
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user