From e6153dd3914f27b05f09fcb47db53dc201b8de68 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:03:23 +0800 Subject: [PATCH] update code --- bison.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bison.spec b/bison.spec index 3c6381b..a880db4 100644 --- a/bison.spec +++ b/bison.spec @@ -1,6 +1,6 @@ Name: bison Version: 3.0.5 -Release: 3 +Release: 4 Summary: A GNU general-purpose parser generator License: GPLv3+ URL: http://www.gnu.org/software/bison/ @@ -68,7 +68,8 @@ fi %{_datadir}/aclocal/bison* %{_datadir}/bison %{_datadir}/bison/yacc* -%{_bindir}/* +%{_bindir}/bison +%exclude %{_bindir}/yacc %exclude %{_docdir}/%{name}/COPYING %files help @@ -88,6 +89,12 @@ fi %{_datadir}/locale/*/LC_MESSAGES/bison-runtime.mo %changelog +* Wed Oct 16 2019 shenyangyang - 3.0.5-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:delete unneeded files that conflicts with byacc package + * Sun Sep 29 2019 shenyangyang - 3.0.5-3 - Type:NA - ID:NA