Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
byacc
byacc.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File byacc.spec of Package byacc
# # spec file for package byacc # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: byacc Version: 20150711 Release: 0 Summary: LALR(1) parser generator License: SUSE-Public-Domain Group: Development/Languages/C and C++ Url: http://invisible-island.net/byacc/byacc.html Source0: ftp://invisible-island.net/byacc/byacc-%{version}.tgz Source1: ftp://invisible-island.net/byacc/byacc-%{version}.tgz.asc Source2: %{name}.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Berkeley Yacc is a LALR(1) parser generator. It has been made as compatible as possible with AT&T Yacc and it accepts any input specification that conforms to the AT&T Yacc documentation. In contrast to bison, it is written to avoid dependencies upon a particular compiler. %prep %setup -q %build # without --with-warnings several functions will not be marked with gcc's # noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall %configure \ --with-warnings \ --program-prefix=b make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags} %check make %{?_smp_mflags} check %files %defattr(-,root,root,-) %doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README %{_mandir}/man1/byacc.1* %{_bindir}/byacc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor