- Rebase to 20100610
- Update the description in accordance with upstream spec template - Resolves: #643598 - Add local builddir to .gitignore
This commit is contained in:
parent
962514c81e
commit
b7a0638008
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
byacc-20070509.tar.gz
|
||||
byacc-20070509.tgz
|
||||
byacc-20100216.tgz
|
||||
/byacc-20100610.tgz
|
||||
byacc-20*/
|
||||
|
16
byacc.spec
16
byacc.spec
@ -1,4 +1,4 @@
|
||||
%define byaccdate 20100216
|
||||
%define byaccdate 20100610
|
||||
|
||||
Summary: Berkeley Yacc, a parser generator
|
||||
Name: byacc
|
||||
@ -11,8 +11,11 @@ Source: ftp://invisible-island.net/byacc/byacc-%{byaccdate}.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
Byacc (Berkeley Yacc) is a public domain LALR parser generator which
|
||||
is used by many programs during their build process.
|
||||
This package provides a parser generator utility that reads a grammar
|
||||
specification from a file and generates an LR(1) parser for it. The
|
||||
parsers consist of a set of LALR(1) parsing tables and a driver
|
||||
routine written in the C programming language. It has a public domain
|
||||
license which includes the generated C.
|
||||
|
||||
If you are going to do development on your system, you will want to install
|
||||
this package.
|
||||
@ -47,8 +50,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/byacc.1*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 10 2010 Petr Machata <pmachata@redhat.com> - 1.9.20100610-1
|
||||
- Rebase to 20100610
|
||||
- Update the description in accordance with upstream spec template
|
||||
- Resolves: #643598
|
||||
|
||||
* Wed Apr 7 2010 Petr Machata <pmachata@redhat.com> - 1.9.20100216-1
|
||||
- Rebase ta 20100216
|
||||
- Rebase to 20100216
|
||||
- Drop the buffer overflow patch, upstream implements this
|
||||
- Resolves: #577016
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user