Commit Graph

85 Commits

Author SHA1 Message Date
Fedora Release Engineering 118e9f4ca8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 13:23:16 +00:00
Severin Gehwolf 22be101481 Add explicit requires javapackages-tools 2018-08-30 16:51:45 +02:00
Fedora Release Engineering dae04c8b31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 20:16:22 +00:00
Michael Simacek 428690b2ce Remove ldconfig scriptlets 2018-06-28 12:56:55 +02:00
Fedora Release Engineering a46d451e7b - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 02:22:13 +00:00
Fedora Release Engineering b27de219d3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 17:36:40 +00:00
Fedora Release Engineering a580893281 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 02:55:45 +00:00
Fedora Release Engineering 248a90b7ad - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 06:01:29 +00:00
Mikolaj Izdebski d7772f0bcf Fix stringtemplate4 jar classpath in shell script (stringtemplate4/ST4.jar) 2016-10-04 13:52:49 +02:00
Michael Simacek 02d60a580e Fix Java 8 patch
The patch removed a case statement, which in turn broke my hello world grammar.
I have no idea why it did so (git blames me, I don't remember a thing), so I'm
removing the offending part.
2016-09-27 18:19:40 +02:00
Mikolaj Izdebski e6eac62140 Regenerate build-requires 2016-06-15 13:42:03 +02:00
Dennis Gilmore 122536d197 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 16:14:21 +00:00
Mat Booth a3121e3e92 Fix OSGi metadata
- Delete some commented out sections
2015-11-24 23:02:23 +00:00
Mat Booth 96173dd32e Build and ship the antlr3 ant task
- Add provides/obsoletes for separate ant-antlr3 package
2015-06-17 13:56:10 +01:00
Dennis Gilmore 932220ddcb - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-16 23:58:30 +00:00
Michal Srb 4100297802 Fix FTBFS (Resolves: rhbz#1204672) 2015-04-29 09:09:13 +02:00
Michael Simacek 3bb98850f5 Fix FTBFS 2015-03-30 15:16:19 +02:00
Dan Horák 5db39a513a - update BR - whole autotools chain is required explicitly 2015-03-23 11:33:51 +01:00
Yaakov Selkowitz 1bd1be6d48 Avoid timestamp conflicts when updating jar manifest 2014-10-31 01:44:28 -05:00
Till Maas b2cfa09bdb Fix days of week in RPM changelog 2014-08-31 22:54:17 +02:00
Till Maas 509553bfb5 Add missing dist tags for subpackages 2014-08-31 22:51:38 +02:00
Peter Robinson b5c6ec1ba5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-15 20:38:26 +00:00
Michael Simacek 54a1b8aa4d Add epoch to subpackage requires 2014-06-20 14:27:26 +02:00
Michael Simacek f50aa1a925 Add version to subpackage release and bump epoch 2014-06-20 12:31:50 +02:00
Michael Simacek 5d7c66e147 Update to upstream version 3.5.2 2014-06-18 16:53:56 +02:00
Michael Simacek 533493fb4c Update to upstream version 3.5 2014-06-17 20:20:12 +02:00
Michael Simacek 5c8dec1642 Specfile cleanup 2014-06-17 18:37:08 +02:00
Dennis Gilmore 03fff1ed9b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 19:48:10 -05:00
Stanislav Ochotnicky 859b761899 Use Requires: java-headless rebuild (#1067528) 2014-03-04 09:05:01 +01:00
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 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