- Rebase to 20100610

- Update the description in accordance with upstream spec template
- Resolves: #643598
- Add local builddir to .gitignore
This commit is contained in:
Petr Machata 2010-11-10 14:12:46 +01:00
parent 962514c81e
commit b7a0638008
3 changed files with 15 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
byacc-20070509.tar.gz byacc-20070509.tar.gz
byacc-20070509.tgz byacc-20070509.tgz
byacc-20100216.tgz byacc-20100216.tgz
/byacc-20100610.tgz
byacc-20*/

View File

@ -1,4 +1,4 @@
%define byaccdate 20100216 %define byaccdate 20100610
Summary: Berkeley Yacc, a parser generator Summary: Berkeley Yacc, a parser generator
Name: byacc Name: byacc
@ -11,8 +11,11 @@ Source: ftp://invisible-island.net/byacc/byacc-%{byaccdate}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description %description
Byacc (Berkeley Yacc) is a public domain LALR parser generator which This package provides a parser generator utility that reads a grammar
is used by many programs during their build process. 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 If you are going to do development on your system, you will want to install
this package. this package.
@ -47,8 +50,13 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/byacc.1* %{_mandir}/man1/byacc.1*
%changelog %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 * 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 - Drop the buffer overflow patch, upstream implements this
- Resolves: #577016 - Resolves: #577016

View File

@ -1 +1 @@
8f3cefac0fa2145b6601df2d6569de4e byacc-20100216.tgz 3063667be3bfcd844bdac9afd560954b byacc-20100610.tgz