rebuilt with debug package and specfile fixes [release 1.15-4mamba;Tue Oct 24 2023]
This commit is contained in:
parent
2dc594cc98
commit
f52712ec03
16
byaccj.spec
16
byaccj.spec
@ -1,19 +1,18 @@
|
||||
Name: byaccj
|
||||
Version: 1.15
|
||||
Release: 3mamba
|
||||
Release: 4mamba
|
||||
Summary: Parser Generator with Java Extension
|
||||
Group: Development/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: gil <puntogil@libero.it>
|
||||
URL: http://byaccj.sourceforge.net/
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://byaccj.sourceforge.net/
|
||||
Source: http://mesh.dl.sourceforge.net/sourceforge/byaccj/byaccj%{version}_src.tar.gz
|
||||
Patch0: byaccj-1.15-Makefile.patch
|
||||
License: Public Domain
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser generator.
|
||||
@ -23,6 +22,8 @@ Many megabytes of YACC code have been written over the years.
|
||||
This is the standard YACC tool that is in use every day to produce C/C++ parsers.
|
||||
I have added a "-J" flag which will cause BYACC to generate Java source code, instead. So there finally is a YACC for Java now!
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}%{version}
|
||||
%patch0
|
||||
@ -51,11 +52,14 @@ install -m 644 docs/yacc.cat %{buildroot}%{_mandir}/man1/
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/byaccj
|
||||
%{_mandir}/man1/yacc.cat.gz
|
||||
%{_mandir}/man1/yacc.cat*
|
||||
#%{_mandir}/man1/yacc.1.gz
|
||||
%doc docs/* src/no_warranty src/new_features
|
||||
#%doc docs/* src/no_warranty src/new_features
|
||||
|
||||
%changelog
|
||||
* Tue Oct 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15-4mamba
|
||||
- rebuilt with debug package and specfile fixes
|
||||
|
||||
* Mon Dec 31 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15-3mamba
|
||||
- rebuilt in devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user