Commit Graph

46 Commits

Author SHA1 Message Date
Alexander Kurtakov cc0ac7283a BR maven-install-plugin 2013-08-12 14:45:30 +03:00
Dennis Gilmore a144245dd6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 19:54:07 -05:00
Dennis Gilmore 846b00de80 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:35:53 -06:00
Stanislav Ochotnicky ecee27523d - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
2013-02-06 19:29:15 +01:00
Milos Jakubicek cf7f97cba9 - Fix wrong man page references (see BZ#855619) 2012-09-09 15:19:43 +02:00
Milos Jakubicek 16513c4417 - Now really compile for Java 1.6 everything 2012-08-22 01:48:31 +02:00
Milos Jakubicek 64b103ee65 Explicitly compile for Java 1.5, to (maybe?) fix BZ#842572 2012-08-18 16:58:33 +02:00
Alexander Kurtakov fe77f22b83 BR zip. 2012-08-07 09:19:12 +03:00
Alexander Kurtakov c71126d241 Inject org.antlr.runtime OSGi metadata.
- Update BRs to newer versions.
2012-08-06 23:41:37 +03:00
Stanislav Ochotnicky d36f212de9 Add back requires on stringtemplate for java subpackage
This is needed because tree/DOTTreeGenerator class uses stringtemplate
3.x classes. However this class is not used in other parts and could
likely be removed. This would produce jar incompatible with upstream
so we should probably avoid doing that.
2012-07-24 16:35:07 +02:00
Dennis Gilmore eb07310c3e - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 11:07:09 -05:00
Milos Jakubicek 8f52576566 Cleanup of Requires and BuildRequires on antlr2
antlr3.4 does not require antlr2 anymore, nor stringtemplate3,
unfortunately these are stilled pulled in via a dependency chain of
maven-shared -> dom4j -> ws-jaxme -> antlr-tool
2012-06-26 13:41:18 +02:00
Milos Jakubicek f8d51ab1e0 - Disable python runtime (incompatible with current antlr version) 2012-02-23 11:40:08 +01:00
Milos Jakubicek 531d28978e - Fix permissions for egg-info dir (fixes BZ#790499) 2012-02-22 11:25:14 +01:00
Stanislav Ochotnicky f46b4aebef Use wildcards for installing jars (different results on different releases) 2012-02-16 14:43:41 +01:00
Stanislav Ochotnicky 8b849051a6 Fix version->antlr_version in install 2012-02-16 14:02:32 +01:00
Stanislav Ochotnicky b099f74686 Add builnumber plugin to buildrequires
- Tab/space cleanup
2012-02-16 12:11:01 +01:00
Stanislav Ochotnicky 98ebb07af3 Fix forgotten requires and gunit subpackage 2012-01-23 18:13:10 +01:00
Stanislav Ochotnicky cd1a14ca49 Update antlr version to 3.4
- Move to maven3 build, update macros etc
- Remove gunit for now
2012-01-23 18:08:45 +01:00
Dennis Gilmore c794141765 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 15:19:16 -06:00
Dan Horák ee88cf1367 fix build on other arches 2011-09-09 19:30:19 +02:00
Dennis Gilmore f33434782c - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:19:02 -06:00
Stanislav Ochotnicky 1daa56567d Add stringtemplate to Requires of java subpackage
- Use tomcat6 for building
- Use felix-parent and cleanup BRs on maven plugins
2010-12-15 18:09:49 +01:00
Stanislav Ochotnicky e07c110d6e Fix pom filenames (Resolves rhbz#655831)
Moved all pom files into java subpackage.
Add java subpackage Requires for gunit subpackage (required accoding
to pom file anyway)
2010-11-25 15:50:08 +01:00
Tom "spot" Callaway 96e3464bef non-bootstrap build 2010-10-13 15:16:39 -04:00
Tom "spot" Callaway 1c55536032 missing br: maven-javadoc-plugin 2010-10-13 14:44:27 -04:00
Tom "spot" Callaway 4dac910992 minor cleanup 2010-10-13 14:34:01 -04:00
Tom "spot" Callaway 315bbe7a0e get this pile built, bootstrap pass 2010-10-13 14:01:59 -04:00
David Malcolm aabbe8dde1 recompiling .py files against Python 2.7 (rhbz#623269) 2010-08-11 17:10:53 -04:00
dmalcolm f8c878ed55 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 00:35:22 +00:00
Lubomir Rintel 8bf6501334 - Add master and runtime poms (#605267) 2010-06-21 08:53:27 +00:00
Miloš Jakubíček 32c82cb3a1 - Patch the Python runtime to print just a warning in case of version
mismatch instead of raising an exception (since there is a good change
    it will work).
2010-05-01 12:02:41 +00:00
Miloš Jakubíček 845bf3a823 -fix ppc/ppc64 build 2010-04-29 15:12:26 +00:00
Miloš Jakubíček 88942ce717 - Build the C runtime with --enable-64bit on x86_64 to avoid
undeterministic segfaults caused by possible invalid conversion of
    64bit pointers to int32_t
2010-04-29 09:40:39 +00:00
Miloš Jakubíček 741cae4a89 - Patch Java runtime build to include OSGi meta-information in the manifest
(thanks to Mat Booth)
- Add "antlr3-" prefix to all man pages to prevent namespace conflicts with
    standard man pages included in the man-pages package
- Split headers and man pages into a C-devel subpackage
- Fix multiple file ownership of Java runtime and gunit by the tool package
2010-03-08 07:28:31 +00:00
Miloš Jakubíček 9ee1c78446 - Rebuilt in non-bootstrap mode. 2010-03-02 13:01:30 +00:00
Miloš Jakubíček 6398229d29 - Build the doxygen documentation for the C target in a C-docs subpackage
- BuildRequires/Requires cleanup across subpackages
- Update to 3.2, bootstrap build.
- Build bindings for C and JavaScript as well as gunit and maven plugin.
2010-02-21 13:18:17 +00:00
Jesse Keating d8859269a3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:55:10 +00:00
Bart Vanbrabant 296830e698 Fix the name of the jar to antlr.jar 2009-03-17 21:15:51 +00:00
Jesse Keating 592ee42040 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 01:13:59 +00:00
Colin Walters c9d7e39290 - Add bcel to build path 2009-01-12 23:38:35 +00:00
Colin Walters d9064a6176 - Add bcel build dep to version jar name 2009-01-12 22:01:24 +00:00
Colin Walters 985290b864 add antlr3 script, Requires on stringtemplate/antlr 2008-11-10 13:52:51 +00:00
Bart Vanbrabant e125125556 - Fix the install of the jar (remove the version) 2008-11-06 11:12:28 +00:00
Bart Vanbrabant 4eb01e771d - Update to version 3.1.1
- Add python runtime subpackage
2008-11-06 10:53:46 +00:00
Colin Walters 01ce193e05 Initial import 2008-07-01 17:42:02 +00:00