auto-import changelog data from bison-1.875c-2.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Jun 04 2004 Roland McGrath <roland@redhat.com> 1.875c-1 - new upstream version (fixes bug #116823)
This commit is contained in:
parent
6a9cddc4df
commit
f0ef921ebd
@ -1 +1 @@
|
||||
bison-1.875.tar.bz2
|
||||
bison-1.875c.tar.gz
|
||||
|
17
bison.spec
17
bison.spec
@ -1,17 +1,16 @@
|
||||
Summary: A GNU general-purpose parser generator.
|
||||
Name: bison
|
||||
Version: 1.875
|
||||
Release: 7.1
|
||||
Version: 1.875c
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
|
||||
#Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
|
||||
Source: ftp://alpha.gnu.org/gnu/bison/bison-%{version}.tar.gz
|
||||
Url: http://www.gnu.org/software/bison/bison.html
|
||||
Prereq: /sbin/install-info
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: m4 >= 1.4
|
||||
|
||||
Patch1: bison-1.875-unusedlabel.patch
|
||||
|
||||
%description
|
||||
Bison is a general purpose parser generator that converts a grammar
|
||||
description for an LALR(1) context-free grammar into a C program to
|
||||
@ -30,8 +29,6 @@ Bison.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch1 -p1 -b .unusedlabel
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
@ -68,6 +65,12 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Jun 4 2004 Roland McGrath <roland@redhat.com> 1.875c-1
|
||||
- new upstream version (fixes bug #116823)
|
||||
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user