update to 7u75_2.5.4 [release 7u75_2.5.4-1mamba;Wed Feb 25 2015]
This commit is contained in:
parent
099bad43ae
commit
5832a9ebe9
@ -1,2 +1,4 @@
|
||||
# icedtea
|
||||
|
||||
The IcedTea project provides a harness to build the source code from http://openjdk.java.net using Free Software build tools and adds a number of key features to the upstream OpenJDK codebase.
|
||||
|
||||
|
7
icedtea-autoupdate
Normal file
7
icedtea-autoupdate
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
ICEDTEA_VERSION=`echo $1 | cut -d_ -f2`
|
||||
[ "$1" ] || exit 1
|
||||
for p in aarch64 corba hotspot jaxp jaxws jdk langtools openjdk; do
|
||||
curl http://icedtea.wildebeest.org/download/drops/icedtea7/$ICEDTEA_VERSION/$p.tar.bz2 -o icedtea7-$p-$ICEDTEA_VERSION.tar.bz2
|
||||
done
|
||||
|
1066
icedtea.spec
Normal file
1066
icedtea.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user