Summary: Blackdown Java Name: j2re Version: 1.3.1 Release: 1 Copyright: Proprietary Group: Applications Source: ftp://ftp.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/JDK-1.3.1/i386/FCS/%{name}-%{version}-FCS-linux-i386.tar.bz2 URL: http://www.blackdown.org/ BuildRoot: %{_tmppath}/%{name}-root %description Java is an imperative, object-oriented language from Sun Microsystems with a syntax similar to C. Because it supports classes, it is sometimes compared to the C++ language. Java is also compared to Smalltalk in part because they are both interpreted and require all user-defined types to be objects. The term "Blackdown Java" describes a group of Sun Java products ported to Linux by the Blackdown development team. %prep %setup -q -n %{name}%{version} %build %clean #rm -rf $RPM_BUILD_ROOT %install BASE=$RPM_BUILD_ROOT/usr/local/%{name}-%{version} install -d $BASE/bin cp -pr bin/* $BASE/bin/ cp -pr bin/.java* $BASE/bin/ install -d $BASE/lib cp -pr lib/* $BASE/lib/ install -d $BASE/plugin cp -pr plugin/* $BASE/plugin/ install -d $RPM_BUILD_ROOT/usr/share/man/man1 install man/man1/* $RPM_BUILD_ROOT/usr/share/man/man1/ %files %defattr(-,root,root) %doc CHANGES COPYRIGHT INSTALL LICENSE README /usr/local/%{name}-%{version} /usr/share/man/man1/java.1.gz /usr/share/man/man1/keytool.1.gz /usr/share/man/man1/rmid.1.gz /usr/share/man/man1/rmiregistry.1.gz /usr/share/man/man1/tnameserv.1.gz %changelog * Sun Jan 5 2002 Tim Jackson - Initial RPM build