forked from pool/jflex
This commit is contained in:
parent
72890b8bda
commit
2840a6631c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 21 17:11:33 CEST 2009 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
- Removed a jflex-lex-scan.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 5 09:35:07 CEST 2009 - mvyskocil@suse.cz
|
Tue May 5 09:35:07 CEST 2009 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Name: jflex-bootstrap
|
|||||||
# This line is not a comment, please do not remove it!
|
# This line is not a comment, please do not remove it!
|
||||||
#%(sh %{_sourcedir}/jpackage-bootstrap-prepare.sh %{_sourcedir} %{name})
|
#%(sh %{_sourcedir}/jpackage-bootstrap-prepare.sh %{_sourcedir} %{name})
|
||||||
Version: 1.4.3
|
Version: 1.4.3
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Lexical Analyzer Generator for Java
|
Summary: Lexical Analyzer Generator for Java
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
@ -152,7 +152,7 @@ popd
|
|||||||
%else
|
%else
|
||||||
# You must use Re jflex.spec and have a java-cup and jflex installed
|
# You must use Re jflex.spec and have a java-cup and jflex installed
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
#%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -211,6 +211,8 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 21 2009 mvyskocil@suse.cz
|
||||||
|
- Removed a jflex-lex-scan.patch
|
||||||
* Tue May 05 2009 mvyskocil@suse.cz
|
* Tue May 05 2009 mvyskocil@suse.cz
|
||||||
- Update to 1.4.3 (bugfix release)
|
- Update to 1.4.3 (bugfix release)
|
||||||
- Build using java-1_5_0-gcj to allow openjdk bootstrap
|
- Build using java-1_5_0-gcj to allow openjdk bootstrap
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 21 17:11:33 CEST 2009 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
- Removed a jflex-lex-scan.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 5 09:35:07 CEST 2009 - mvyskocil@suse.cz
|
Tue May 5 09:35:07 CEST 2009 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Name: jflex
|
|||||||
# This line is not a comment, please do not remove it!
|
# This line is not a comment, please do not remove it!
|
||||||
#%(sh %{_sourcedir}/jpackage-bootstrap-prepare.sh %{_sourcedir} %{name})
|
#%(sh %{_sourcedir}/jpackage-bootstrap-prepare.sh %{_sourcedir} %{name})
|
||||||
Version: 1.4.3
|
Version: 1.4.3
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Lexical Analyzer Generator for Java
|
Summary: Lexical Analyzer Generator for Java
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
@ -151,7 +151,7 @@ popd
|
|||||||
%else
|
%else
|
||||||
# You must use Re jflex.spec and have a java-cup and jflex installed
|
# You must use Re jflex.spec and have a java-cup and jflex installed
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
#%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -210,6 +210,8 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 21 2009 mvyskocil@suse.cz
|
||||||
|
- Removed a jflex-lex-scan.patch
|
||||||
* Tue May 05 2009 mvyskocil@suse.cz
|
* Tue May 05 2009 mvyskocil@suse.cz
|
||||||
- Update to 1.4.3 (bugfix release)
|
- Update to 1.4.3 (bugfix release)
|
||||||
- Build using java-1_5_0-gcj to allow openjdk bootstrap
|
- Build using java-1_5_0-gcj to allow openjdk bootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user