aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/classpath/scripts/classpath.spec.in
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-06-17 11:09:54 -0700
committerDan Albert <danalbert@google.com>2015-06-17 14:15:22 -0700
commitf378ebf14df0952eae870c9865bab8326aa8f137 (patch)
tree31794503eb2a8c64ea5f313b93100f1163afcffb /gcc-4.7/libjava/classpath/scripts/classpath.spec.in
parent2c58169824949d3a597d9fa81931e001ef9b1bd0 (diff)
downloadtoolchain_gcc-f378ebf14df0952eae870c9865bab8326aa8f137.tar.gz
toolchain_gcc-f378ebf14df0952eae870c9865bab8326aa8f137.tar.bz2
toolchain_gcc-f378ebf14df0952eae870c9865bab8326aa8f137.zip
Delete old versions of GCC.
Change-Id: I710f125d905290e1024cbd67f48299861790c66c
Diffstat (limited to 'gcc-4.7/libjava/classpath/scripts/classpath.spec.in')
-rw-r--r--gcc-4.7/libjava/classpath/scripts/classpath.spec.in66
1 files changed, 0 insertions, 66 deletions
diff --git a/gcc-4.7/libjava/classpath/scripts/classpath.spec.in b/gcc-4.7/libjava/classpath/scripts/classpath.spec.in
deleted file mode 100644
index 4120d2550..000000000
--- a/gcc-4.7/libjava/classpath/scripts/classpath.spec.in
+++ /dev/null
@@ -1,66 +0,0 @@
-# $Id: classpath.spec.in,v 1.3 2006/12/10 20:25:50 gnu_andrew Exp $
-
-%define version_num @PACKAGE_VERSION@
-%define release_num 1
-
-Summary: GNU Classpath Java class libraries
-Name: classpath
-Version: %{version_num}
-Release: %{release_num}
-Group: Development/Tools
-Copyright: GPL+exception
-URL: http://www.classpath.org/
-BuildRoot: %{_tmppath}/%{name}-root
-BuildRequires: jikes, zip
-Packager: GNU Classpath <classpath@gnu.org>
-Source: ftp://ftp.gnu.org/pub/gnu/classpath/classpath-%{version_num}.tar.gz
-
-%description
-GNU Classpath, Essential Libraries for Java, is a GNU project to create
-free core class libraries for use with virtual machines and compilers
-for the Java programming language.
-
-%prep
-%setup -n classpath-%{version_num}
-
-%build
-pushd ${RPM_BUILD_DIR}/classpath-%{version_num}
-# Determine if we can build the GTK stuff
-GTKPEER='disable'
-if pkg-config --exists 'gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 gdk-pixbuf-2.0'; then
- GTKPEER='enable'
-fi
-%configure --with-jikes --enable-jni --${GTKPEER}-gtk-peer
-make
-popd
-
-%install
-pushd ${RPM_BUILD_DIR}/classpath-%{version_num}
-%{makeinstall}
-popd
-
-pushd ${RPM_BUILD_ROOT}/%{_infodir}
-rm -f dir
-for i in *; do
- mv $i classpath-$i
-done
-popd
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING LICENSE README THANKYOU
-%{_libdir}/classpath
-%dir %{_datadir}/classpath
-%{_libdir}/security/classpath.security
-%{_datadir}/classpath/glibj.zip
-%doc %{_datadir}/classpath/api
-%doc %{_datadir}/classpath/examples
-%doc %{_infodir}/*
-