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
f38e7259fd
fix missing stringtemplate4 jar in classpath, breaking antlr3 generator
2012-06-26 13:36:39 +02:00
Milos Jakubicek
f8d51ab1e0
- Disable python runtime (incompatible with current antlr version)
2012-02-23 11:40:08 +01:00
Stanislav Ochotnicky
ddd694602e
Merge branch 'master' into f17
...
Should be the same really
Conflicts:
antlr3.spec
2012-02-22 14:57:43 +01:00
Milos Jakubicek
9cb11d7652
- Fix permissions for egg-info dir (fixes BZ#790499)
2012-02-22 11:42:04 +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
Fedora Release Engineering
7e37167b16
dist-git conversion
2010-07-28 10:03:01 +00: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
9e5586754c
- 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 14:32:41 +00:00
Miloš Jakubíček
b48fb37803
- Added files related to the bootstrap build and settings.xml
2010-02-21 13:39:55 +00:00
Miloš Jakubíček
d38055fdee
- added antlr-pom.patch
2010-02-21 13:30:58 +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
Bill Nottingham
68fd975eea
Fix typo that causes a failure to update the common directory. (releng
...
#2781 )
2009-11-25 22:39:58 +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
6d7e8eb1e8
add script
2008-11-10 14:43:16 +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
Kevin Fenzi
efde7c48b3
Setup of module antlr3
2008-07-01 16:51:47 +00:00