Rebase to 3.4.1 (#1631912)
This commit is contained in:
parent
4c9e2c1d03
commit
3e95385379
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,12 +1,6 @@
|
|||||||
bison-2.4.tar.bz2
|
# Release tarballs.
|
||||||
bison-2.4.1.tar.bz2
|
/bison-*.tar.[bgx]z*
|
||||||
bison-2.4.2.tar.bz2
|
# Generated (source) RPMs.
|
||||||
bison-2.4.3.tar.bz2
|
/*.rpm
|
||||||
bison-*/
|
# Expanded source trees.
|
||||||
/bison-2.5.tar.bz2
|
/bison-*/
|
||||||
/bison-2.6.1.tar.xz
|
|
||||||
/bison-2.6.4.tar.xz
|
|
||||||
/bison-2.7.tar.xz
|
|
||||||
/bison-3.0.2.tar.xz
|
|
||||||
/bison-3.0.4.tar.xz
|
|
||||||
/bison-3.0.5.tar.xz
|
|
||||||
|
18
bison.spec
18
bison.spec
@ -1,13 +1,10 @@
|
|||||||
Summary: A GNU general-purpose parser generator
|
Summary: A GNU general-purpose parser generator
|
||||||
Name: bison
|
Name: bison
|
||||||
Version: 3.0.5
|
Version: 3.4.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz
|
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz
|
||||||
|
|
||||||
# Fix errors caused by references to obsolete libio.h
|
|
||||||
Patch0: bison-3.0.5-gnulib-fseterr.patch
|
|
||||||
|
|
||||||
# testsuite dependency
|
# testsuite dependency
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -72,7 +69,6 @@ Bison manual section for more information.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -90,18 +86,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
rm -f $RPM_BUILD_ROOT/%{_bindir}/yacc
|
rm -f $RPM_BUILD_ROOT/%{_bindir}/yacc
|
||||||
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
||||||
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/yacc*
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/yacc*
|
||||||
rm -f $RPM_BUILD_ROOT/%{_docdir}/%{name}/examples/calc++/*
|
rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}/examples/*
|
||||||
rm -f $RPM_BUILD_ROOT/%{_docdir}/%{name}/examples/mfcalc/*
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_docdir}/%{name}/examples/rpcalc/*
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%find_lang %{name}-runtime
|
%find_lang %{name}-runtime
|
||||||
|
%find_lang %{name}-gnulib
|
||||||
|
|
||||||
gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/bison.info*
|
gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/bison.info*
|
||||||
|
|
||||||
# The distribution contains also source files. These are used by m4
|
# The distribution contains also source files. These are used by m4
|
||||||
# when the target parser file is generated.
|
# when the target parser file is generated.
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang -f %{name}-gnulib.lang
|
||||||
%doc AUTHORS ChangeLog NEWS README THANKS TODO COPYING
|
%doc AUTHORS ChangeLog NEWS README THANKS TODO COPYING
|
||||||
%{_mandir}/*/bison*
|
%{_mandir}/*/bison*
|
||||||
%{_datadir}/bison
|
%{_datadir}/bison
|
||||||
@ -118,6 +113,9 @@ gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/bison.info*
|
|||||||
%{_libdir}/liby.a
|
%{_libdir}/liby.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 21 2019 Arjun Shankar <arjun@redhat.com> - 3.4.1-1
|
||||||
|
- Update to bison 3.4.1 (#1631912)
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (bison-3.0.5.tar.xz) = 00b448db8abe91b07e32ff5273c6617bc1350d806f92073a9472f4c2f0de5d22c152795674171b74f2eb9eff8d36f8173b82dacb215601bb071ae39404d4a8a2
|
SHA512 (bison-3.4.1.tar.xz) = 544d66bf11c55a69fad613bea429667c587fb0c3774f6894df81cb3c7931a554f79e6b71d6a6e9109e164e524c632127c967877f71328cd0b69a683d29ed128d
|
||||||
|
Loading…
Reference in New Issue
Block a user