Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37661403
en ru br
ALT Linux repositórios
S:3.8.2-alt1
5.0: 2.3-alt2
4.1: 2.3-alt2
4.0: 2.3-alt2
3.0: 2.0-alt1

Outros repositórios

Group :: Desenvolvimento/Outros
RPM: bison

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: bison
Version: 2.0
Release: alt1

Summary: A GNU general-purpose parser generator
License: GPL
Group: Development/Other
Url: ftp://ftp.gnu.org/pub/gnu/%name

Source: %url/%name-%version.tar.bz2
Patch1: %name-1.875-alt-texinfo.patch

Requires(post): %install_info
Requires(preun): %uninstall_info
Requires: m4
Provides: byacc = %version-%release
Obsoletes: byacc

%description
Bison is a general purpose parser generator which converts a grammar
description for an LALR(1) context-free grammar into a C program to parse
that grammar.  Bison can be used to develop a wide range of language
parsers, from ones used in simple desk calculators to complex programming
languages.  Bison is upwardly compatible with Yacc, so any correctly
written Yacc grammar should work with Bison without any changes.  If
you know Yacc, you shouldn't have any trouble using Bison.  You do need
to be very proficient in C programming to be able to program with Bison.
Many programs use Bison as part of their build process.  Bison is only
needed on systems that are used for development.

%prep
%setup -q
%patch1 -p1

rm -f doc/*.info

%build
%define _libdir %_datadir
%configure
%make_build

%install
%makeinstall
%find_lang %name

%post
%install_info %name.info

%preun
%uninstall_info %name.info

%files -f %name.lang
%_bindir/*
%_datadir/%name
%_mandir/man?/*
%_infodir/*.info*
%doc AUTHORS ChangeLog NEWS README doc/FAQ

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009