Update software to v1.9.20200330-1
This commit is contained in:
parent
35235a6c7e
commit
8c7a352de3
Binary file not shown.
BIN
byacc-20200330.tar.gz
Normal file
BIN
byacc-20200330.tar.gz
Normal file
Binary file not shown.
11
byacc.spec
11
byacc.spec
@ -1,10 +1,10 @@
|
||||
Name: byacc
|
||||
Version: 1.9.20170709
|
||||
Release: 9
|
||||
Version: 1.9.20200330
|
||||
Release: 1
|
||||
Summary: A parser generator
|
||||
License: public domain
|
||||
URL: https://invisible-island.net/byacc/byacc.html
|
||||
Source0: ftp://invisible-island.net/byacc/byacc-20170709.tgz
|
||||
Source0: ftp://invisible-island.net/byacc/byacc-20200330.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
|
||||
@ -18,7 +18,7 @@ rejected.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n byacc-20170709 -p1
|
||||
%autosetup -n byacc-20200330 -p1
|
||||
find . -type f -name \*.c -print0 | xargs -0 sed -i 's/YYSTACKSIZE 500/YYSTACKSIZE 10000/g'
|
||||
|
||||
%build
|
||||
@ -43,6 +43,9 @@ ln -s yacc.1 %{buildroot}%{_mandir}/man1/byacc.1
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 3 2020 chengquan <chengquan3@huawei.com> - 1.9.20200330-1
|
||||
- Update software to v1.9.20200330
|
||||
|
||||
* Wed Jan 22 2020 gulining<gulining1@huawei.com> - 1.9.20170709-9
|
||||
- Disable test
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user