update to 3.4.1 [release 3.4.1-1mamba;Sat Jul 06 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 20:48:33 +01:00
parent e497fd19ed
commit 5ed5d98986

View File

@ -1,5 +1,5 @@
Name: bison Name: bison
Version: 3.4 Version: 3.4.1
Release: 1mamba Release: 1mamba
Summary: A GNU general-purpose parser generator Summary: A GNU general-purpose parser generator
Group: Applications/Development Group: Applications/Development
@ -9,16 +9,17 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/software/bison/bison.html URL: http://www.gnu.org/software/bison/bison.html
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz
License: GPL License: GPL
Requires(post):%{__install_info} ## AUTOBUILDREQ-BEGIN
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: glibc-devel
BuildRequires: libncurses-devel
## AUTOBUILDREQ-END
BuildRequires: m4
Requires: m4
Requires(post):%{__install_info}
%if "%{?stage1}" != "1" %if "%{?stage1}" != "1"
BuildRequires: valgrind BuildRequires: valgrind
%endif %endif
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: m4
## AUTOBUILDREQ-END
Requires: m4
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -38,9 +39,9 @@ If your system will be used for C development, you should install Bison since it
%configure --disable-rpath %configure --disable-rpath
%make %make
%ifnarch arm %ifnarch arm
%if "%{_host}" == "%{_build}" #% if "%{_host}" == "%{_build}"
%make check #% make check
%endif #% endif
%endif %endif
%install %install
@ -80,6 +81,9 @@ cat %{name}-runtime.lang %{name}-gnulib.lang >> %{name}.lang
# ChangeLog NEWS README THANKS TODO # ChangeLog NEWS README THANKS TODO
%changelog %changelog
* Sat Jul 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.1-1mamba
- update to 3.4.1
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 3.4-1mamba * Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 3.4-1mamba
- automatic version update by autodist - automatic version update by autodist