parent
9c95465f01
commit
8dd9d3771f
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ bison-*/
|
||||
/bison-2.6.1.tar.xz
|
||||
/bison-2.6.4.tar.xz
|
||||
/bison-2.7.tar.xz
|
||||
/bison-3.0.2.tar.xz
|
||||
|
14
bison.spec
14
bison.spec
@ -1,17 +1,18 @@
|
||||
Summary: A GNU general-purpose parser generator
|
||||
Name: bison
|
||||
Version: 2.7
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Development/Tools
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.xz
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=948856
|
||||
# Submitted for upstream inclusion on 2013-05-17.
|
||||
Patch0: bison-2.7-unused-opts.patch
|
||||
# Patch0: bison-2.7-unused-opts.patch
|
||||
|
||||
# testsuite dependency
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: flex
|
||||
|
||||
URL: http://www.gnu.org/software/bison/
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -77,7 +78,7 @@ Bison manual section for more information.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -136,6 +137,9 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Mon Dec 09 2013 Patsy Franklin <pfrankli@redhat.com> - 3.0.2-1
|
||||
- Rebase to 3.0.2. Add BuildRequires: flex for testsuite.
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
@ -342,7 +346,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Mon Nov 27 2001 Than Ngo <than@redhat.com> 1.30-4
|
||||
* Tue Nov 27 2001 Than Ngo <than@redhat.com> 1.30-4
|
||||
- add missing Url
|
||||
|
||||
* Sun Nov 25 2001 Than Ngo <than@redhat.com> 1.30-3
|
||||
|
Loading…
Reference in New Issue
Block a user