URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [scripts/] [classpath.spec.in] - Rev 821
Go to most recent revision | Compare with Previous | Blame | View Log
# $Id: classpath.spec.in,v 1.3 2006/12/10 20:25:50 gnu_andrew Exp $%define version_num @PACKAGE_VERSION@%define release_num 1Summary: GNU Classpath Java class librariesName: classpathVersion: %{version_num}Release: %{release_num}Group: Development/ToolsCopyright: GPL+exceptionURL: http://www.classpath.org/BuildRoot: %{_tmppath}/%{name}-rootBuildRequires: jikes, zipPackager: GNU Classpath <classpath@gnu.org>Source: ftp://ftp.gnu.org/pub/gnu/classpath/classpath-%{version_num}.tar.gz%descriptionGNU Classpath, Essential Libraries for Java, is a GNU project to createfree core class libraries for use with virtual machines and compilersfor the Java programming language.%prep%setup -n classpath-%{version_num}%buildpushd ${RPM_BUILD_DIR}/classpath-%{version_num}# Determine if we can build the GTK stuffGTKPEER='disable'if pkg-config --exists 'gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 gdk-pixbuf-2.0'; thenGTKPEER='enable'fi%configure --with-jikes --enable-jni --${GTKPEER}-gtk-peermakepopd%installpushd ${RPM_BUILD_DIR}/classpath-%{version_num}%{makeinstall}popdpushd ${RPM_BUILD_ROOT}/%{_infodir}rm -f dirfor i in *; domv $i classpath-$idonepopd%post -p /sbin/ldconfig%postun -p /sbin/ldconfig%cleanrm -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}/*
Go to most recent revision | Compare with Previous | Blame | View Log
