From e5efc62bf0220ee02743941c5173442eb345295e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 14:16:18 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/jflex#a0dd8848319b6d014cd5324b3e9f7b31efc8240d --- .gitignore | 11 ++ create-tarball.sh | 22 ++++ jflex.1 | 57 +++++++++ jflex.desktop | 9 ++ jflex.png | Bin 0 -> 5017 bytes jflex.spec | 297 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 7 files changed, 397 insertions(+) create mode 100755 create-tarball.sh create mode 100644 jflex.1 create mode 100644 jflex.desktop create mode 100644 jflex.png create mode 100644 jflex.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..87bb635 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,11 @@ +/results_* +/*.src.rpm + +/jflex-1.4.1.tar.gz +/jflex-1.4.3.tar.gz +/jflex-1.4.3-clean.tar.gz +/jflex-1.5.0-clean.tar.gz +/jflex-1.5.1-clean.tar.gz +/jflex-1.6.0-clean.tar.gz +/jflex-1.6.1-clean.tar.gz +/jflex-1.7.0-clean.tar.gz diff --git a/create-tarball.sh b/create-tarball.sh new file mode 100755 index 0000000..90501c5 --- /dev/null +++ b/create-tarball.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +if [ $# -ne 1 ]; then + echo "Usage: ./create-tarball.sh VERSION" + exit 1 +fi + +VERSION=${1} +NAME="jflex" + +wget http://jflex.de/release/${NAME}-${VERSION}.tar.gz +tar xvf ${NAME}-${VERSION}.tar.gz + +( + cd ${NAME}-${VERSION} + find . -name "*.jar" -delete + rm -Rf src/main/java/java_cup/ examples/ +) + +tar czvf ${NAME}-${VERSION}-clean.tar.gz ${NAME}-${VERSION} +rm -Rf ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION} + diff --git a/jflex.1 b/jflex.1 new file mode 100644 index 0000000..be025d3 --- /dev/null +++ b/jflex.1 @@ -0,0 +1,57 @@ +.TH JFLEX "1" "October 2005" +.SH NAME +jflex \- a lexical analyzer generator (also known as scanner generator) for Java +.SH SYNOPSIS +.B jflex +\fI \fR +.SH DESCRIPTION +JFlex is a lexical analyzer generator (also known as scanner generator) for Java(tm), written in Java(tm). It is also a rewrite of the very useful tool JLex. JFlex is designed to work together with the LALR parser generator CUP, and the Java modification of Berkeley Yacc BYacc/J. It can also be used together with other parser generators like ANTLR or as a standalone tool. + +.SH OPTIONS +.TP +\fB\-d\fR +write generated file to +.TP +\fB\-\-skel\fR +use external skeleton +.TP +\fB\-\-switch\fR, \fB\-\-table\fR, \fB\-\-pack\fR +set default code generation method +.TP +\fB\-\-jlex\fR +strict JLex compatibility +.TP +\fB\-\-nomin\fR +skip minimization step +.TP +\fB\-\-nobak\fR +don't create backup files +.TP +\fB\-\-dump\fR +display transition tables +.TP +\fB\-\-dot\fR +write graphviz .dot files for the generated automata (alpha) +.TP +\fB\-\-verbose\fR, \fB\-v\fR +display generation progress messages (default) +.TP +\fB\-\-quiet\fR, \fB\-q\fR +display errors only +.TP +\fB\-\-time\fR +display generation time statistics +.TP +\fB\-\-version\fR +print the version number of this copy of jflex +.TP +\fB\-\-info\fR +print system + JDK information +.TP +\fB\-\-help\fR, \fB\-h\fR +print this message +.PP + +.SH AUTHOR +This manual page was written by Wolfgang Baer , +for the Debian project (but may be used by others). diff --git a/jflex.desktop b/jflex.desktop new file mode 100644 index 0000000..cec6e07 --- /dev/null +++ b/jflex.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=JFlex +GenericName=JFlex +Comment=Fast Scanner Generator for Java +Exec=jflex +Icon=jflex +Terminal=false +Type=Application +Categories=Development; diff --git a/jflex.png b/jflex.png new file mode 100644 index 0000000000000000000000000000000000000000..72e2d85bae9cfc87785522acd4c028c8c8371c08 GIT binary patch literal 5017 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 jp$~oNLm&F^kAVLJ{!uZL>= %{_emacs_version} +%endif + +# Explicit javapackages-tools requires since scripts use +# /usr/share/java-utils/java-functions +Requires: javapackages-tools + +%description +JFlex is a lexical analyzer generator (also known as scanner +generator) for Java, written in Java. It is also a rewrite of the +very useful tool JLex which was developed by Elliot Berk at Princeton +University. As Vern Paxson states for his C/C++ tool flex: They do +not share any code though. JFlex is designed to work together with +the LALR parser generator CUP by Scott Hudson, and the Java +modification of Berkeley Yacc BYacc/J by Bob Jamison. It can also be +used together with other parser generators like ANTLR or as a +standalone tool. + +%package javadoc +Summary: API documentation for %{name} + +%description javadoc +This package provides %{summary}. + +%prep +%setup -q +%mvn_file : %{name} +%pom_add_dep java_cup:java_cup + +%pom_remove_plugin :jflex-maven-plugin +%pom_remove_plugin :cup-maven-plugin +%pom_remove_plugin :maven-shade-plugin +%pom_remove_dep :cup_runtime + +# Tests fail with 320k stacks (default on i686), so lets increase +# stack to 16M to avoid stack overflows. See rhbz#1119308 +%pom_xpath_inject "pom:plugin[pom:artifactId='maven-surefire-plugin']/pom:configuration" "-Xss16384k" + +%pom_xpath_remove "pom:plugin[pom:artifactId='maven-site-plugin']" parent.xml +%pom_xpath_remove "pom:plugin[pom:artifactId='fmt-maven-plugin']" parent.xml +%pom_xpath_remove "pom:plugin[pom:artifactId='cup-maven-plugin']" parent.xml +%pom_xpath_remove "pom:plugin[pom:artifactId='maven-shade-plugin']" parent.xml + +%pom_xpath_remove "pom:dependency[pom:artifactId='plexus-compiler-javac-errorprone']" parent.xml +%pom_xpath_remove "pom:dependency[pom:artifactId='error_prone_core']" parent.xml +%pom_xpath_remove "pom:compilerId" parent.xml +%pom_xpath_remove "pom:compilerArgs" parent.xml + +sed -i /%%inputstreamctor/d src/main/jflex/LexScan.flex + +%build +java -jar $(find-jar java_cup) -parser LexParse -interface -destdir src/main/java src/main/cup/LexParse.cup +jflex -d src/main/java/jflex --skel src/main/jflex/skeleton.nested src/main/jflex/LexScan.flex +%mvn_build + +%if %{with emacs} +# Compile Emacs jflex-mode source +%{_emacs_bytecompile} lib/jflex-mode.el +%endif + +%install +%mvn_install + +# wrapper script for direct execution +%jpackage_script jflex.Main "" "" jflex:java_cup jflex true + +# manpage +install -d -m 755 %{buildroot}%{_mandir}/man1 +install -p -m 644 %{SOURCE4} %{buildroot}%{_mandir}/man1 + +# .desktop + icons +%if %{with desktop} +desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2} +install -d -m 755 %{buildroot}%{_datadir}/pixmaps +install -p -m 644 %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/%{name}.png +%endif + +# Emacs files +%if %{with emacs} +install -d -m 755 %{buildroot}%{_emacs_sitelispdir}/%{name} +install -p -m 644 lib/jflex-mode.el %{buildroot}%{_emacs_sitelispdir}/%{name} +install -p -m 644 lib/jflex-mode.elc %{buildroot}%{_emacs_sitelispdir}/%{name} +%endif + +%files -f .mfiles +%doc doc +%doc COPYRIGHT +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1.gz +%if %{with desktop} +%{_datadir}/applications/%{name}.desktop +%{_datadir}/pixmaps/%{name}.png +%endif +%if %{with emacs} +%{_emacs_sitelispdir}/%{name} +%endif + +%files javadoc +%doc COPYRIGHT +%doc %{_javadocdir}/%{name} + + +%changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.7.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Jiri Vanek - 1.7.0-3 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + +* Wed Jan 29 2020 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Aug 14 2019 Fabio Valentini - 1.7.0-1 +- Update to version 1.7.0. + +* Thu Jul 25 2019 Fedora Release Engineering - 1.6.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1.6.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jul 31 2018 Severin Gehwolf - 1.6.1-12 +- Add requirement on javapackages-tools for scripts using + java-functions. + +* Fri Jul 13 2018 Fedora Release Engineering - 1.6.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.6.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.6.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Jun 2 2017 Mikolaj Izdebski - 1.6.1-8 +- Don't hardcode java_cup JAR path + +* Wed May 31 2017 Michael Simacek - 1.6.1-7 +- Replace absolute path with a macro + +* Tue Mar 7 2017 Mikolaj Izdebski - 1.6.1-6 +- Add bconds for desktop and emacs + +* Fri Feb 10 2017 Fedora Release Engineering - 1.6.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Jun 16 2016 Mikolaj Izdebski - 1.6.1-4 +- Add missing build-requires + +* Thu Feb 04 2016 Fedora Release Engineering - 1.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Mar 17 2015 Mikolaj Izdebski - 1.6.1-1 +- Update to upstream version 1.6.1 + +* Tue Jul 8 2014 Mikolaj Izdebski - 1.6.0-1 +- Update to upstream version 1.6.0 + +* Sun Jun 08 2014 Fedora Release Engineering - 1.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon May 12 2014 Mikolaj Izdebski - 1.5.1-1 +- Update to upstream version 1.5.1 + +* Tue Mar 04 2014 Stanislav Ochotnicky - 1.5.0-3 +- Use Requires: java-headless rebuild (#1067528) + +* Tue Jan 28 2014 Mikolaj Izdebski - 1.5.0-2 +- Fix license tag + +* Mon Jan 27 2014 Mikolaj Izdebski - 0:1.5.0-1 +- Update to upstream version 1.5.0 +- Build with Maven + +* Fri Aug 02 2013 Michal Srb - 0:1.4.3-16 +- Add create-tarball.sh script to SRPM + +* Thu Jun 20 2013 Mikolaj Izdebski - 0:1.4.3-15 +- Fix javadoc generation +- Update to current packaging guidelines + +* Thu Jun 20 2013 Michal Srb - 0:1.4.3-14 +- Build from clean tarball +- Install license file with javadoc package + +* Thu Feb 14 2013 Fedora Release Engineering - 0:1.4.3-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Nov 22 2012 Mikolaj Izdebski - 0:1.4.3-12 +- Install Emacs jflex-mode + +* Thu Nov 22 2012 Mikolaj Izdebski - 0:1.4.3-11 +- Remove bundled java_cup sources +- Resolves: rhbz#877051 + +* Thu Jul 19 2012 Fedora Release Engineering - 0:1.4.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed May 2 2012 Mikolaj Izdebski - 0:1.4.3-9 +- Fix license tag +- Import manpage from Debian's jflex 1.4.1-3 (GPL+) + +* Thu Apr 19 2012 Jaromir Capik - 0:1.4.3-8 +- Desktop file generated +- Icon created from the GPL licensed logo + +* Mon Mar 12 2012 Jaromir Capik - 0:1.4.3-7 +- Wrapper script generated +- Minor spec file changes according to the latest guidelines + +* Fri Jan 13 2012 Fedora Release Engineering - 0:1.4.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0:1.4.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Feb 15 2010 Alexander Kurtakov 0:1.4.3-4 +- Add dependency on java_cup in the maven pom.xml. + +* Mon Feb 15 2010 Alexander Kurtakov 0:1.4.3-3 +- Require java_cup. + +* Wed Jan 20 2010 Alexander Kurtakov 0:1.4.3-3 +- Provide JFlex.jar. +- Don't put java_cup classes in the jar. + +* Fri Jan 8 2010 Alexander Kurtakov 0:1.4.3-2 +- Add maven pom and depmaps. + +* Fri Jan 8 2010 Alexander Kurtakov 0:1.4.3-1 +- Update to 1.4.3. + +* Fri Jul 24 2009 Fedora Release Engineering - 0:1.4.1-0.5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 0:1.4.1-0.4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Jul 9 2008 Tom "spot" Callaway - 0:1.4.1-0.3 +- drop repotag + +* Mon Mar 03 2008 Matt Wringe - 0:1.4.1-0jpp.2 +- Add missing buildrequires on java_cup + +* Fri Feb 22 2008 Matt Wringe - 0:1.4.1-0jpp.1 +- Patch build file to allow bootstrap building + +* Mon Feb 18 2008 Lubomir Kundrak - 0:1.4.1-0jpp.1 +- Naive attempt to update to newer version + +* Mon Apr 02 2007 Matt Wringe - 0:1.3.5-2jpp.2 +- Add patches jflex-CharSet_java.patch and jflex-StateSet_java.patch + to allow building with the new gcj + +* Mon Feb 12 2007 Matt Wringe - 0:1.3.5-2jpp.1 +- Remove javadoc post and postun sections due to new jpp standard +- Update makefile patch to compress jar +- Fix rpmlint issues + +* Wed Jan 04 2006 Fernando Nasser - 0:1.3.5-2jpp +- First JPP 1.7 build + +* Wed Nov 16 2005 Ralph Apel - 0:1.3.5-1jpp +- First JPackage release diff --git a/sources b/sources new file mode 100644 index 0000000..db11992 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (jflex-1.7.0-clean.tar.gz) = e43209af453c6557796f00d5c685e5840b0013521d28e6dadcd53e689d72b5b596f1e71eacf1bf0f1b35ef9c6ddd8ee0a846900ba970f427752c04c08c794032