update code
This commit is contained in:
parent
c05fe01595
commit
e6153dd391
11
bison.spec
11
bison.spec
@ -1,6 +1,6 @@
|
|||||||
Name: bison
|
Name: bison
|
||||||
Version: 3.0.5
|
Version: 3.0.5
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: A GNU general-purpose parser generator
|
Summary: A GNU general-purpose parser generator
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/bison/
|
URL: http://www.gnu.org/software/bison/
|
||||||
@ -68,7 +68,8 @@ fi
|
|||||||
%{_datadir}/aclocal/bison*
|
%{_datadir}/aclocal/bison*
|
||||||
%{_datadir}/bison
|
%{_datadir}/bison
|
||||||
%{_datadir}/bison/yacc*
|
%{_datadir}/bison/yacc*
|
||||||
%{_bindir}/*
|
%{_bindir}/bison
|
||||||
|
%exclude %{_bindir}/yacc
|
||||||
%exclude %{_docdir}/%{name}/COPYING
|
%exclude %{_docdir}/%{name}/COPYING
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
@ -88,6 +89,12 @@ fi
|
|||||||
%{_datadir}/locale/*/LC_MESSAGES/bison-runtime.mo
|
%{_datadir}/locale/*/LC_MESSAGES/bison-runtime.mo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 16 2019 shenyangyang <shenyangyang4@huawei.com> - 3.0.5-4
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:delete unneeded files that conflicts with byacc package
|
||||||
|
|
||||||
* Sun Sep 29 2019 shenyangyang <shenyangyang4@huawei.com> - 3.0.5-3
|
* Sun Sep 29 2019 shenyangyang <shenyangyang4@huawei.com> - 3.0.5-3
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user