* Read WHATSNEW file for full changelist * initial support for Java 1.9 * <junit> has now a threads attribute allowing to run the tests in several threads. Bugzilla Report 55925 * TarInputStream will now read archives created by tar implementations that encode big numbers by not adding a trailing NUL. - Update to 1.9.4: * Read WHATSNEW file for full changelist * initial support for Java 1.9 * <junit> has now a threads attribute allowing to run the tests in several threads. Bugzilla Report 55925 * TarInputStream will now read archives created by tar implementations that encode big numbers by not adding a trailing NUL. OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=56
7 lines
304 B
Bash
7 lines
304 B
Bash
#!/bin/sh
|
|
EDIT_WARNING="##### WARNING: please do not edit this auto generated spec file. Use the ant.spec! #####\n"
|
|
sed "s/^%global bootstrap.*$/${EDIT_WARNING}%global bootstrap 0/;
|
|
s/^\(Name:.*\)$/\1-antlr/;
|
|
s/^Summary:.*/Summary: Antlr Task for ant/;
|
|
" < ant.spec > ant-antlr.spec
|