From 685f578a6726f362b53e412dca469c659a75a94a Mon Sep 17 00:00:00 2001 From: Slava Barinov Date: Tue, 28 Aug 2018 10:44:57 +0300 Subject: [PATCH] Bump version to 3.0.5 Change-Id: I5b5d9193c932b513843da6ac2b84ca0a7092184e Signed-off-by: Slava Barinov --- packaging/baselibs.conf | 1 - packaging/bison.spec | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 packaging/baselibs.conf diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf deleted file mode 100644 index 81f33b1..0000000 --- a/packaging/baselibs.conf +++ /dev/null @@ -1 +0,0 @@ -bison diff --git a/packaging/bison.spec b/packaging/bison.spec index 49d13bf..49d3046 100644 --- a/packaging/bison.spec +++ b/packaging/bison.spec @@ -1,14 +1,13 @@ %define keepstatic 1 Name: bison -BuildRequires: gcc-c++ -Version: 2.7.1 +BuildRequires: gcc-c++ gettext-tools flex +Version: 3.0.5 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0+ Group: Platform Development/Utilities Url: http://www.gnu.org/software/bison/bison.html Source: bison-%{version}.tar.xz -Source2: baselibs.conf Source1001: bison.manifest Requires: m4 @@ -28,8 +27,9 @@ cp %{SOURCE1001} . %install %make_install +rm -rf %{buildroot}/%{_datadir}/doc -%files +%files %manifest %{name}.manifest %license COPYING %{_bindir}/bison -- 2.7.4