|
|
5c4483 |
%{?scl:%scl_package eclipse-cdt}
|
|
|
5c4483 |
%{!?scl:%global pkg_name %{name}}
|
|
|
5c4483 |
|
|
|
5c4483 |
%global debug_package %{nil}
|
|
|
5c4483 |
%global _enable_debug_packages 0
|
|
|
5c4483 |
|
|
|
525985 |
%{?java_common_find_provides_and_requires}
|
|
|
525985 |
|
|
|
5c4483 |
Epoch: 1
|
|
|
5c4483 |
|
|
|
5c4483 |
%define major 8
|
|
|
525985 |
%define minor 6
|
|
|
5c4483 |
%define majmin %{major}.%{minor}
|
|
|
5c4483 |
%define micro 0
|
|
|
5c4483 |
%define eclipse_base %{_libdir}/eclipse
|
|
|
525985 |
%define cdt_snapshot CDT_8_6_0
|
|
|
525985 |
%define linuxtools_snapshot org.eclipse.linuxtools-3.2.0
|
|
|
5c4483 |
|
|
|
5c4483 |
# All arches line up except i386 -> x86
|
|
|
5c4483 |
%ifarch %{ix86}
|
|
|
5c4483 |
%define eclipse_arch x86
|
|
|
5c4483 |
%else
|
|
|
5c4483 |
%ifarch %{arm}
|
|
|
5c4483 |
%define eclipse_arch arm
|
|
|
5c4483 |
%else
|
|
|
525985 |
%define eclipse_arch %{_arch}
|
|
|
5c4483 |
%endif
|
|
|
5c4483 |
%endif
|
|
|
5c4483 |
|
|
|
5c4483 |
Summary: Eclipse C/C++ Development Tools (CDT) plugin
|
|
|
5c4483 |
Name: %{?scl_prefix}eclipse-cdt
|
|
|
5c4483 |
Version: %{majmin}.%{micro}
|
|
|
525985 |
Release: 1%{?dist}
|
|
|
5c4483 |
License: EPL and CPL
|
|
|
5c4483 |
Group: Development/Tools
|
|
|
5c4483 |
URL: http://www.eclipse.org/cdt
|
|
|
5c4483 |
Requires: %{?scl_prefix}eclipse-platform
|
|
|
5c4483 |
|
|
|
5c4483 |
Source0: http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/snapshot/%{cdt_snapshot}.tar.bz2
|
|
|
5c4483 |
|
|
|
525985 |
# For libhover
|
|
|
525985 |
Source1: http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/snapshot/%{linuxtools_snapshot}.tar.bz2
|
|
|
5c4483 |
|
|
|
5c4483 |
Source3: eclipse-cdt.desktop
|
|
|
5c4483 |
|
|
|
5c4483 |
# man-page for /usr/bin/cdtdebug
|
|
|
5c4483 |
Source4: cdtdebug.man
|
|
|
5c4483 |
|
|
|
5c4483 |
# Script to run the tests in Xvnc
|
|
|
5c4483 |
Source5: %{pkg_name}-runtests.sh
|
|
|
5c4483 |
|
|
|
5c4483 |
# Libhover docs to place locally
|
|
|
5c4483 |
Source7: libstdc++-v3.libhover
|
|
|
5c4483 |
|
|
|
5c4483 |
Patch0: %{pkg_name}-tycho-build.patch
|
|
|
5c4483 |
|
|
|
5c4483 |
# Following are patches to build libhover libstdcxx plug-in and to supply
|
|
|
5c4483 |
# binary libhover data directly in the plug-in itself.
|
|
|
5c4483 |
Patch1: %{pkg_name}-libhover-local-libstdcxx.patch
|
|
|
5c4483 |
Patch2: %{pkg_name}-libhover-libstdcxx.patch
|
|
|
5c4483 |
|
|
|
525985 |
# Following removes unneeded features from Linux Tools build
|
|
|
525985 |
Patch3: %{pkg_name}-linuxtools-features.patch
|
|
|
5c4483 |
|
|
|
525985 |
# Following adds current directory to autotools tests build.properties
|
|
|
525985 |
Patch4: %{pkg_name}-autotools-test.patch
|
|
|
5c4483 |
|
|
|
525985 |
# Following fixes up CDT top-level pom
|
|
|
525985 |
Patch5: %{pkg_name}-disable-jacoco.patch
|
|
|
5c4483 |
|
|
|
5c4483 |
# Following fixes problem with junit OSGI bundle version
|
|
|
5c4483 |
Patch6: %{pkg_name}-linuxtools-libhover-tests.patch
|
|
|
5c4483 |
|
|
|
5c4483 |
# Following fixes cdtdebug.sh script to get proper platform filesystem plugin
|
|
|
525985 |
Patch7: %{pkg_name}-cdtdebug.patch
|
|
|
5c4483 |
|
|
|
5c4483 |
# Following fixes Standalone Debugger config.ini file to use bundle symbolic names
|
|
|
525985 |
Patch8: %{pkg_name}-config-ini.patch
|
|
|
5c4483 |
|
|
|
525985 |
# Following fixes Standalone Debugger README file to refer to /usr/bin/cdtdebug
|
|
|
525985 |
Patch9: %{pkg_name}-cdtdebug-readme.patch
|
|
|
5c4483 |
|
|
|
525985 |
# Following fixes jetty reqs in CDT target
|
|
|
525985 |
Patch10: %{pkg_name}-target.patch
|
|
|
5c4483 |
|
|
|
525985 |
BuildRequires: %{?scl_prefix}tycho
|
|
|
525985 |
BuildRequires: %{?scl_prefix}tycho-extras
|
|
|
5c4483 |
BuildRequires: %{?scl_prefix}eclipse-pde >= 1:4.3.0
|
|
|
5c4483 |
BuildRequires: %{?scl_prefix}eclipse-rse >= 3.4
|
|
|
5c4483 |
BuildRequires: %{?scl_prefix}eclipse-remote
|
|
|
5c4483 |
BuildRequires: %{?scl_prefix}eclipse-license
|
|
|
525985 |
BuildRequires: %{?scl_prefix_java_common}maven-local
|
|
|
525985 |
BuildRequires: desktop-file-utils
|
|
|
5c4483 |
BuildRequires: %{?scl_prefix}lpg-java-compat
|
|
|
525985 |
BuildRequires: %{?scl_prefix}eclipse-platform >= 1:4.3.0
|
|
|
5c4483 |
BuildRequires: %{?scl_prefix}eclipse-tests >= 1:4.3.0
|
|
|
525985 |
BuildRequires: %{?scl_prefix}eclipse-swtbot
|
|
|
525985 |
BuildRequires: %{?scl_prefix}nekohtml
|
|
|
525985 |
BuildRequires: %{?scl_prefix_maven}exec-maven-plugin
|
|
|
525985 |
|
|
|
525985 |
Requires: %{?scl_prefix}gdb make %{?scl_prefix}gcc-c++ autoconf automake libtool
|
|
|
525985 |
Requires: %{?scl_prefix}eclipse-platform >= 1:4.3.0
|
|
|
525985 |
Requires: %{?scl_prefix}eclipse-rse >= 3.4
|
|
|
525985 |
Requires: %{?scl_prefix}eclipse-remote
|
|
|
525985 |
Requires: %{?scl_prefix}nekohtml
|
|
|
525985 |
Requires: %{?scl_prefix_java_common}xerces-j2
|
|
|
525985 |
Requires: %{?scl_prefix_java_common}xalan-j2
|
|
|
525985 |
Requires: %{?scl_prefix_java_common}xml-commons-resolver
|
|
|
5c4483 |
|
|
|
5c4483 |
%description
|
|
|
5c4483 |
Eclipse features and plugins that are useful for C and C++ development.
|
|
|
5c4483 |
|
|
|
5c4483 |
%package parsers
|
|
|
5c4483 |
Summary: Eclipse C/C++ Development Tools (CDT) Optional Parsers
|
|
|
5c4483 |
Group: Text Editors/Integrated Development Environments (IDE)
|
|
|
5c4483 |
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
5c4483 |
Requires: %{?scl_prefix}lpg-java-compat
|
|
|
5c4483 |
|
|
|
5c4483 |
%description parsers
|
|
|
5c4483 |
Optional language-variant parsers for the CDT.
|
|
|
5c4483 |
|
|
|
5c4483 |
%package tests
|
|
|
525985 |
Summary: Eclipse C/C++ Development Tools (CDT) Tests
|
|
|
5c4483 |
Group: Text Editors/Integrated Development Environments (IDE)
|
|
|
5c4483 |
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
5c4483 |
Requires: %{name}-parsers = %{epoch}:%{version}-%{release}
|
|
|
5c4483 |
Requires: %{?scl_prefix}eclipse-tests
|
|
|
5c4483 |
|
|
|
5c4483 |
%description tests
|
|
|
5c4483 |
Test plugins for the CDT.
|
|
|
5c4483 |
|
|
|
5c4483 |
%package sdk
|
|
|
5c4483 |
Summary: Eclipse C/C++ Development Tools (CDT) SDK plugin
|
|
|
5c4483 |
Group: Text Editors/Integrated Development Environments (IDE)
|
|
|
5c4483 |
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
5c4483 |
|
|
|
5c4483 |
%description sdk
|
|
|
5c4483 |
Source for Eclipse CDT for use within Eclipse.
|
|
|
5c4483 |
|
|
|
5c4483 |
%prep
|
|
|
525985 |
%setup -q -c
|
|
|
5c4483 |
|
|
|
5c4483 |
# get desktop info
|
|
|
5c4483 |
mkdir desktop
|
|
|
5c4483 |
cp %{SOURCE3} desktop
|
|
|
5c4483 |
|
|
|
5c4483 |
# handle man page
|
|
|
5c4483 |
mkdir man
|
|
|
5c4483 |
cp %{SOURCE4} man
|
|
|
5c4483 |
|
|
|
5c4483 |
pushd %{cdt_snapshot}
|
|
|
5c4483 |
%patch0 -p1
|
|
|
5c4483 |
%patch4 -p1
|
|
|
525985 |
%patch5 -p1
|
|
|
525985 |
%patch7 -p1
|
|
|
5c4483 |
%patch8 -p1
|
|
|
5c4483 |
%patch9 -p1
|
|
|
525985 |
%patch10 -p1
|
|
|
5c4483 |
sed -i -e 's/<arch>x86<\/arch>/<arch>%{eclipse_arch}<\/arch>/g' pom.xml
|
|
|
5c4483 |
# Add secondary arch support if we are building there
|
|
|
5c4483 |
%ifarch %{arm} s390 s390x aarch64
|
|
|
5c4483 |
pushd core
|
|
|
5c4483 |
pushd org.eclipse.cdt.core.native
|
|
|
5c4483 |
sed -i -e 's/linux.x86 /linux.%{eclipse_arch} /g' plugin.properties
|
|
|
5c4483 |
sed -i -e 's/\\(x86\\)/(%{eclipse_arch})/g' plugin.properties
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
cp -r org.eclipse.cdt.core.linux.x86 org.eclipse.cdt.core.linux.%{eclipse_arch}
|
|
|
5c4483 |
pushd org.eclipse.cdt.core.linux
|
|
|
5c4483 |
sed -i -e 's/<arch>x86<\/arch>/<arch>%{eclipse_arch}<\/arch>/g' pom.xml
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
pushd org.eclipse.cdt.core.linux.%{eclipse_arch}
|
|
|
5c4483 |
sed -i -e 's/x86/%{eclipse_arch}/g' pom.xml
|
|
|
5c4483 |
pushd META-INF
|
|
|
5c4483 |
sed -i -e 's/x86/%{eclipse_arch}/g' MANIFEST.MF
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
pushd os/linux
|
|
|
5c4483 |
mv x86 %{eclipse_arch}
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
pushd releng/org.eclipse.cdt.native-feature
|
|
|
5c4483 |
sed -i -e 's/"org.eclipse.cdt.core.linux.x86"/"org.eclipse.cdt.core.linux.%{eclipse_arch}"/g' feature.xml
|
|
|
5c4483 |
sed -i -e 's/arch="x86"/arch="%{eclipse_arch}"/' feature.xml
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
sed -i -e"/<module>core\/org.eclipse.cdt.core.linux.x86<\/module>/ a\ \t\t<module>core\/org.eclipse.cdt.core.linux.%{eclipse_arch}<\/module>" pom.xml
|
|
|
5c4483 |
%endif
|
|
|
5c4483 |
# Force the linux arch-specific plug-in to be a dir so that the .so files aren't loaded into
|
|
|
5c4483 |
# the user.home .eclipse configuration
|
|
|
525985 |
pushd core/org.eclipse.cdt.core.linux.%{eclipse_arch}
|
|
|
5c4483 |
sed -i -e"/Bundle-Localization: plugin/ aEclipse-BundleShape: dir" META-INF/MANIFEST.MF
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
|
|
|
525985 |
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
|
|
|
525985 |
# Disable the jgit provider and force default packaging
|
|
|
525985 |
%pom_remove_plugin org.eclipse.tycho:tycho-packaging-plugin
|
|
|
525985 |
%{?scl:EOF}
|
|
|
525985 |
|
|
|
525985 |
popd
|
|
|
5c4483 |
|
|
|
5c4483 |
## Libhover stuff
|
|
|
525985 |
tar -xaf %{SOURCE1}
|
|
|
5c4483 |
pushd %{linuxtools_snapshot}
|
|
|
5c4483 |
|
|
|
525985 |
%patch1 -p0
|
|
|
525985 |
%patch2 -p0
|
|
|
525985 |
%patch3 -p0
|
|
|
5c4483 |
%patch6 -p0
|
|
|
5c4483 |
|
|
|
525985 |
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
|
|
|
525985 |
%pom_remove_plugin org.jacoco:jacoco-maven-plugin
|
|
|
5c4483 |
%pom_disable_module changelog
|
|
|
5c4483 |
%pom_disable_module profiling
|
|
|
5c4483 |
%pom_disable_module lttng
|
|
|
5c4483 |
%pom_disable_module valgrind
|
|
|
5c4483 |
%pom_disable_module gcov
|
|
|
5c4483 |
%pom_disable_module gprof
|
|
|
5c4483 |
%pom_disable_module oprofile
|
|
|
5c4483 |
%pom_disable_module systemtap
|
|
|
5c4483 |
%pom_disable_module perf
|
|
|
5c4483 |
%pom_disable_module rpm
|
|
|
5c4483 |
%pom_disable_module man
|
|
|
5c4483 |
|
|
|
525985 |
# Don't use target platform
|
|
|
525985 |
%pom_disable_module org.eclipse.linuxtools.target releng
|
|
|
525985 |
sed -i '/<target>/,/<\/target>/ d' pom.xml
|
|
|
525985 |
|
|
|
525985 |
# Newlib libhover is optional and we don't need it
|
|
|
525985 |
%pom_disable_module org.eclipse.linuxtools.cdt.libhover.newlib libhover
|
|
|
525985 |
%pom_disable_module org.eclipse.linuxtools.cdt.libhover.newlib-feature libhover
|
|
|
525985 |
%pom_disable_module org.eclipse.linuxtools.cdt.libhover.tests libhover
|
|
|
525985 |
%{?scl:EOF}
|
|
|
525985 |
|
|
|
525985 |
pushd libhover/org.eclipse.linuxtools.cdt.libhover.libstdcxx
|
|
|
5c4483 |
mkdir data
|
|
|
525985 |
cp %{SOURCE7} data/.
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
|
|
|
5c4483 |
%build
|
|
|
5c4483 |
export JAVA_HOME=/usr/lib/jvm/java
|
|
|
5c4483 |
|
|
|
5c4483 |
# Exclude EquinoxResolver to avoid NPE occuring on arm
|
|
|
5c4483 |
%ifarch %{arm}
|
|
|
5c4483 |
export MAVEN_OPTS="-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState"
|
|
|
5c4483 |
%endif
|
|
|
5c4483 |
|
|
|
525985 |
mkdir SDK
|
|
|
5c4483 |
SDK=$(cd SDK >/dev/null && pwd)
|
|
|
5c4483 |
|
|
|
525985 |
#pushd %{cdt_snapshot}
|
|
|
525985 |
#sed -i -e "s:/builddir/build/BUILD/myrepo:$repodir:g" pom.xml
|
|
|
525985 |
#popd
|
|
|
5c4483 |
|
|
|
5c4483 |
mkdir home
|
|
|
5c4483 |
homedir=$(cd home > /dev/null && pwd)
|
|
|
5c4483 |
|
|
|
5c4483 |
pushd %{cdt_snapshot}
|
|
|
5c4483 |
pushd core/org.eclipse.cdt.core.linux/library
|
|
|
5c4483 |
make JAVA_HOME="/usr/lib/jvm/java" ARCH=%{eclipse_arch} CC='gcc -D_GNU_SOURCE'
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
|
|
|
525985 |
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
|
|
|
525985 |
xmvn -o -Dtycho.local.keepTarget -Dskip-ppc64le -Dmaven.test.skip=true -Dmaven.repo.local=`pwd`/.m2 install
|
|
|
525985 |
%{?scl:EOF}
|
|
|
5c4483 |
|
|
|
5c4483 |
## Libhover has dependencies on CDT so we must add these to the SDK directory
|
|
|
525985 |
unzip -o releng/org.eclipse.cdt.repo/target/org.eclipse.cdt.repo.zip -d $SDK
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
|
|
|
5c4483 |
## Libhover build
|
|
|
5c4483 |
pushd %{linuxtools_snapshot}
|
|
|
5c4483 |
|
|
|
525985 |
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
|
|
|
5c4483 |
xmvn -o -Dmaven.test.skip=true -Dmaven.repo.local=../%{cdt_snapshot}/.m2 -fae clean install
|
|
|
525985 |
%{?scl:EOF}
|
|
|
5c4483 |
|
|
|
5c4483 |
pushd releng/org.eclipse.linuxtools.releng-site/target/repository/features
|
|
|
5c4483 |
for f in `ls -1 . | grep jar$`; do
|
|
|
5c4483 |
unzip $f -d ${f/.jar//};
|
|
|
5c4483 |
rm -fr $f
|
|
|
5c4483 |
done
|
|
|
5c4483 |
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
|
|
|
5c4483 |
%install
|
|
|
5c4483 |
# Eclipse may try to write to the home directory.
|
|
|
5c4483 |
mkdir -p home
|
|
|
5c4483 |
homedir=$(cd home > /dev/null && pwd)
|
|
|
5c4483 |
|
|
|
525985 |
|
|
|
5c4483 |
installDir=${RPM_BUILD_ROOT}/%{eclipse_base}/dropins/cdt
|
|
|
5c4483 |
testInstallDir=${RPM_BUILD_ROOT}/%{_javadir}/eclipse-cdt-tests/plugins
|
|
|
5c4483 |
parsersInstallDir=${installDir}-parsers
|
|
|
5c4483 |
sdkInstallDir=${installDir}-sdk
|
|
|
5c4483 |
binInstallDir=${RPM_BUILD_ROOT}/%{_bindir}
|
|
|
5c4483 |
manInstallDir=${RPM_BUILD_ROOT}/%{_mandir}/man1
|
|
|
525985 |
install -d -m755 $installDir
|
|
|
525985 |
install -d -m755 $parsersInstallDir
|
|
|
525985 |
install -d -m755 $sdkInstallDir
|
|
|
525985 |
install -d -m755 $testInstallDir
|
|
|
525985 |
install -d -m755 $binInstallDir
|
|
|
525985 |
install -d -m755 $manInstallDir
|
|
|
5c4483 |
|
|
|
5c4483 |
# Unzip contents of the cdt repo, removing all but plugins and features
|
|
|
525985 |
unzip -q -o %{cdt_snapshot}/releng/org.eclipse.cdt.repo/target/org.eclipse.cdt.repo.zip \
|
|
|
525985 |
-d $installDir/eclipse
|
|
|
5c4483 |
|
|
|
5c4483 |
#tests
|
|
|
5c4483 |
# We need grep to return non-zero status to skip all non eclipse-test-plugins
|
|
|
5c4483 |
pushd %{cdt_snapshot}
|
|
|
5c4483 |
set +e
|
|
|
5c4483 |
for pom in `find . -name pom.xml`; do
|
|
|
5c4483 |
grep -q '<packaging>eclipse-test-plugin</packaging>' ${pom}
|
|
|
5c4483 |
if [ $? -eq 0 ]; then
|
|
|
5c4483 |
testjar=`ls ${pom/pom.xml/}'target/'*.jar | grep -v sources`
|
|
|
525985 |
cp ${testjar} $testInstallDir
|
|
|
5c4483 |
fi
|
|
|
5c4483 |
done
|
|
|
5c4483 |
set -e
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
|
|
|
5c4483 |
# Libhover install
|
|
|
5c4483 |
unzip -q -o %{linuxtools_snapshot}/releng/org.eclipse.linuxtools.releng-site/target/org.eclipse.linuxtools.releng-site.zip \
|
|
|
525985 |
-d $installDir/eclipse
|
|
|
5c4483 |
|
|
|
5c4483 |
# Unzip CDT Standalone Debug plugin which contains installation scripts for the end-user to use
|
|
|
5c4483 |
pushd ${installDir}/eclipse/plugins
|
|
|
5c4483 |
DEBUGAPPLICATIONVERSION=$(ls . | grep org.eclipse.cdt.debug.application_ | sed 's/org.eclipse.cdt.debug.application_//' |sed 's/.jar//')
|
|
|
5c4483 |
unzip org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION.jar -d ./org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION
|
|
|
5c4483 |
# Copy the jar file inside the folder to work around issue where standalone application cannot be found without a jar file
|
|
|
5c4483 |
mv org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION.jar org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/org.eclipse.cdt.debug.application.jar
|
|
|
5c4483 |
# Fix the cdtdebug.sh script to hard-code ECLIPSE_HOME and cdt dropins directory
|
|
|
5c4483 |
sed -i -e "s,@ECLIPSE_HOME@,%{eclipse_base}," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/cdtdebug.sh
|
|
|
5c4483 |
sed -i -e "s,@CDT_DROPINS@,%{eclipse_base}/dropins/cdt/eclipse/plugins," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/cdtdebug.sh
|
|
|
5c4483 |
# Fix the dropin bundles to have full paths to their respective jar files as Eclipse start-up won't find them otherwise
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.core.linux_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.core.linux\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.core_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.core\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.ui.memory.floatingpoint_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.ui.memory.floatingpoint\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.make.core_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.make.core\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.dsf.ui_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.dsf.ui\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.ui.memory.traditional_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.ui.memory.traditional\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.ui_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.ui\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.core_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.core\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.application_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.application\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN/org.eclipse.cdt.debug.application.jar\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.application.doc_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.application.doc\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.dsf.gdb.ui_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.dsf.gdb.ui\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.mi.ui_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.mi.ui\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.launch_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.launch\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.managedbuilder.core_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.managedbuilder.core\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.managedbuilder.gnu.ui_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.managedbuilder.gnu.ui\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.gdb_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.gdb\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.dsf.gdb_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.dsf.gdb\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.dsf_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.dsf\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.mi.core_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.mi.core\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.gdb.ui_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.gdb.ui\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.ui.memory.transport_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.ui.memory.transport\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.ui.memory.search_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.ui.memory.search\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.ui.memory.memorybrowser_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.ui.memory.memorybrowser\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.ui_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.ui\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.debug.core_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.debug.core\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep org.eclipse.cdt.core.native_)
|
|
|
5c4483 |
sed -i -e "s,org.eclipse.cdt.core.native\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
PLUGIN=$(ls . | grep 'org.eclipse.cdt.core.linux\..*.jar' | grep -v source)
|
|
|
5c4483 |
sed -i -e "s,\$linux.plugin\$\,,file\\\\:%{eclipse_base}/dropins/cdt/eclipse/plugins/$PLUGIN\,," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini
|
|
|
5c4483 |
sed -i -e "s,cp config.ini,cp %{eclipse_base}/dropins/cdt/eclipse/plugins/org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/config.ini," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/cdtdebug.sh
|
|
|
5c4483 |
sed -i -e "s,cp dev.properties,cp %{eclipse_base}/dropins/cdt/eclipse/plugins/org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/dev.properties," org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/cdtdebug.sh
|
|
|
5c4483 |
cp org.eclipse.cdt.debug.application_$DEBUGAPPLICATIONVERSION/scripts/cdtdebug.sh $binInstallDir/cdtdebug
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
|
|
|
5c4483 |
%{?scl: sed -i -e 's/Exec=cdtdebug/Exec=scl enable %{scl_name} cdtdebug/g' desktop/eclipse-cdt.desktop}
|
|
|
5c4483 |
%{?scl: sed -i -e 's/Icon=eclipse/Icon=%{?scl_prefix}eclipse/g' desktop/eclipse-cdt.desktop}
|
|
|
525985 |
%{?scl: sed -i -e 's/Name=Eclipse/Name=DTS Eclipse/g' desktop/eclipse-cdt.desktop}
|
|
|
525985 |
install -D desktop/eclipse-cdt.desktop $RPM_BUILD_ROOT/usr/share/applications/%{name}.desktop
|
|
|
525985 |
desktop-file-validate $RPM_BUILD_ROOT/usr/share/applications/%{name}.desktop
|
|
|
5c4483 |
|
|
|
5c4483 |
# man page
|
|
|
5c4483 |
cp man/cdtdebug.man $manInstallDir/cdtdebug.1
|
|
|
5c4483 |
|
|
|
5c4483 |
# Unpack all existing feature jars
|
|
|
5c4483 |
for x in $installDir/eclipse/features/*.jar; do
|
|
|
5c4483 |
dirname=`echo $x | sed -e 's:\\(.*\\)\\.jar:\\1:g'`
|
|
|
5c4483 |
mkdir -p $dirname
|
|
|
5c4483 |
unzip -q $x -d $dirname
|
|
|
5c4483 |
rm $x
|
|
|
5c4483 |
done
|
|
|
5c4483 |
|
|
|
5c4483 |
# Remove lpgjavaruntime jar file
|
|
|
5c4483 |
rm -rf $installDir/eclipse/plugins/net.sourceforge.*
|
|
|
5c4483 |
|
|
|
5c4483 |
# Remove llvm-support features/plugins
|
|
|
5c4483 |
rm -rf $installDir/eclipse/plugins/*llvm*
|
|
|
5c4483 |
rm -rf $installDir/eclipse/features/*llvm*
|
|
|
5c4483 |
rm -rf $testInstallDir/*llvm*
|
|
|
5c4483 |
|
|
|
5c4483 |
pushd $installDir/eclipse/plugins
|
|
|
5c4483 |
XERCES_JAR=`ls org.apache.xerces*`
|
|
|
5c4483 |
CYBERNEKO_JAR=`ls org.cyberneko.html*`
|
|
|
5c4483 |
rm $XERCES_JAR
|
|
|
5c4483 |
rm $CYBERNEKO_JAR
|
|
|
5c4483 |
ln -s %{_javadir}/nekohtml.jar $CYBERNEKO_JAR
|
|
|
525985 |
ln -s %{_javadir_java_common}/xerces-j2.jar $XERCES_JAR
|
|
|
525985 |
ln -s %{_javadir_java_common}/xalan-j2-serializer.jar org.apache.xml.serializer.jar
|
|
|
525985 |
ln -s %{_javadir_java_common}/xml-commons-resolver.jar org.apache.xml.resolver.jar
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
|
|
|
5c4483 |
# Move upc, xlc, and lrparser plugins/features to parsers install area.
|
|
|
5c4483 |
mkdir -p $parsersInstallDir/eclipse/features $parsersInstallDir/eclipse/plugins
|
|
|
5c4483 |
mv $installDir/eclipse/features/*xlc* $parsersInstallDir/eclipse/features
|
|
|
5c4483 |
mv $installDir/eclipse/plugins/*xlc* $parsersInstallDir/eclipse/plugins
|
|
|
5c4483 |
mv $installDir/eclipse/features/*lrparser* $parsersInstallDir/eclipse/features
|
|
|
5c4483 |
mv $installDir/eclipse/plugins/*lrparser* $parsersInstallDir/eclipse/plugins
|
|
|
5c4483 |
mv $installDir/eclipse/features/*upc* $parsersInstallDir/eclipse/features
|
|
|
5c4483 |
mv $installDir/eclipse/plugins/*upc* $parsersInstallDir/eclipse/plugins
|
|
|
5c4483 |
pushd $parsersInstallDir/eclipse/plugins
|
|
|
5c4483 |
ln -s %{_javadir}/lpgjavaruntime.jar net.sourceforge.lpg.lpgjavaruntime_1.1.0.jar
|
|
|
5c4483 |
popd
|
|
|
5c4483 |
|
|
|
5c4483 |
mkdir -p $sdkInstallDir/eclipse/features $sdkInstallDir/eclipse/plugins
|
|
|
5c4483 |
mv $installDir/eclipse/features/*source* $sdkInstallDir/eclipse/features
|
|
|
5c4483 |
mv $installDir/eclipse/plugins/*source* $sdkInstallDir/eclipse/plugins
|
|
|
5c4483 |
mv $installDir/eclipse/plugins/org.eclipse.cdt.doc.isv_* $sdkInstallDir/eclipse/plugins
|
|
|
5c4483 |
mv $installDir/eclipse/features/*sdk* $sdkInstallDir/eclipse/features
|
|
|
5c4483 |
mv $installDir/eclipse/plugins/*sdk* $sdkInstallDir/eclipse/plugins
|
|
|
5c4483 |
|
|
|
5c4483 |
rm -rf $installDir/eclipse/features/org.eclipse.cdt.master_*
|
|
|
5c4483 |
rm -rf $installDir/eclipse/plugins/org.eclipse.ant.optional.junit_*
|
|
|
5c4483 |
rm -rf $installDir/eclipse/plugins/org.eclipse.test_*
|
|
|
5c4483 |
|
|
|
5c4483 |
# remove repo stuff that shouldn't be in dropins folder
|
|
|
5c4483 |
rm -rf $installDir/eclipse/artifacts.jar
|
|
|
5c4483 |
rm -rf $installDir/eclipse/content.jar
|
|
|
5c4483 |
rm -rf $installDir/eclipse/binary
|
|
|
5c4483 |
|
|
|
5c4483 |
%files
|
|
|
5c4483 |
%{eclipse_base}/dropins/cdt
|
|
|
5c4483 |
%{_bindir}/cdtdebug
|
|
|
525985 |
/usr/share/applications/*
|
|
|
5c4483 |
%{_mandir}/man1/cdtdebug.1*
|
|
|
5c4483 |
%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/epl-v10.html
|
|
|
5c4483 |
%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/notice.html
|
|
|
5c4483 |
|
|
|
5c4483 |
%files sdk
|
|
|
5c4483 |
%{eclipse_base}/dropins/cdt-sdk
|
|
|
5c4483 |
%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/epl-v10.html
|
|
|
5c4483 |
%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/notice.html
|
|
|
5c4483 |
|
|
|
5c4483 |
%files parsers
|
|
|
5c4483 |
%{eclipse_base}/dropins/cdt-parsers
|
|
|
5c4483 |
%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/epl-v10.html
|
|
|
5c4483 |
%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/notice.html
|
|
|
5c4483 |
|
|
|
5c4483 |
%files tests
|
|
|
5c4483 |
%{_javadir}/eclipse-cdt-tests
|
|
|
5c4483 |
%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/epl-v10.html
|
|
|
5c4483 |
%doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/notice.html
|
|
|
5c4483 |
|
|
|
5c4483 |
%changelog
|
|
|
525985 |
* Thu Feb 26 2015 Roland Grunberg <rgrunber@redhat.com> - 1:8.6.0-1
|
|
|
525985 |
- Update to Luna SR2 release 8.6.0.
|
|
|
525985 |
- Resolves: rhbz#1175107.
|
|
|
525985 |
|
|
|
525985 |
* Sun Jan 25 2015 Mat Booth <mat.booth@redhat.com> - 1:8.5.0-11
|
|
|
525985 |
- Resolves: rhbz#1185541 - Symlink to java-common versions of deps
|
|
|
525985 |
|
|
|
525985 |
* Thu Jan 22 2015 Mat Booth <mat.booth@redhat.com> - 1:8.5.0-10
|
|
|
525985 |
- Resolves: rhbz#1184737 - Fix launcher for standalone debugger
|
|
|
525985 |
- Resolves: rhbz#1184734 - Fix incorrect working dir prefixes
|
|
|
525985 |
|
|
|
525985 |
* Mon Jan 19 2015 Mat Booth <mat.booth@redhat.com> - 1:8.5.0-9
|
|
|
525985 |
- Disable unsupported llvm subpackage
|
|
|
525985 |
|
|
|
525985 |
* Fri Jan 16 2015 Mat Booth <mat.booth@redhat.com> - 1:8.5.0-8
|
|
|
525985 |
- Revert usage of nekohtml from rh-java-common for now
|
|
|
525985 |
|
|
|
525985 |
* Fri Jan 16 2015 Mat Booth <mat.booth@redhat.com> - 1:8.5.0-7
|
|
|
525985 |
- Migrate to rh-java-common version of nekohtml
|
|
|
525985 |
- Fix link to lpg
|
|
|
5c4483 |
|
|
|
525985 |
* Thu Jan 15 2015 Roland Grunberg <rgrunber@redhat.com> - 1:8.5.0-6
|
|
|
525985 |
- Fix dependencies on subpackages.
|
|
|
5c4483 |
|
|
|
525985 |
* Thu Jan 15 2015 Roland Grunberg <rgrunber@redhat.com> - 1:8.5.0-5
|
|
|
525985 |
- Generate auto-provides/requires.
|
|
|
5c4483 |
|
|
|
525985 |
* Tue Jan 13 2015 Roland Grunberg <rgrunber@redhat.com> - 1:8.5.0-4
|
|
|
525985 |
- Minor changes to build SCL-ized.
|
|
|
525985 |
- Resolves: rhbz#1175105
|
|
|
5c4483 |
|
|
|
525985 |
* Thu Oct 09 2014 Mat Booth <mat.booth@redhat.com> - 1:8.5.0-3
|
|
|
525985 |
- Update libhover
|
|
|
525985 |
- Prefer macro usage instead of patching poms
|
|
|
525985 |
- Organise patches
|
|
|
5c4483 |
|
|
|
525985 |
* Tue Oct 07 2014 Jeff Johnston <jjohnstn@redhat.com> - 1:8.5.0-2
|
|
|
525985 |
- Remove experimental launchbar feature and tests.
|
|
|
5c4483 |
|
|
|
525985 |
* Mon Oct 06 2014 Mat Booth <mat.booth@redhat.com> - 1:8.5.0-1
|
|
|
525985 |
- Update to Luna SR1 release 8.5.0
|
|
|
5c4483 |
|
|
|
525985 |
* Thu Sep 04 2014 Roland Grunberg <rgrunber@redhat.com> - 1:8.4.0-6
|
|
|
525985 |
- Remove unnecessary patch.
|
|
|
5c4483 |
|
|
|
525985 |
* Tue Aug 19 2014 Mat Booth <mat.booth@redhat.com> - 1:8.4.0-5
|
|
|
525985 |
- Update dep on nekohtml to fix libhover generation error at startup
|
|
|
5c4483 |
|
|
|
525985 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:8.4.0-4
|
|
|
525985 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
5c4483 |
|
|
|
525985 |
* Thu Jul 31 2014 Jeff Johnston <jjohnstn@redhat.com> 1:8.4.0-3
|
|
|
525985 |
- Link org.apache.xml.resolver and org.apache.xml.serializer plugins from
|
|
|
525985 |
Fedora packages
|
|
|
5c4483 |
|
|
|
525985 |
* Thu Jul 10 2014 Jeff Johnston <jjohnstn@redhat.com> 1:8.4.0-2
|
|
|
525985 |
- Update Stand-alone debugger support to include fixes, help
|
|
|
525985 |
support, and a man page
|
|
|
5c4483 |
|
|
|
525985 |
* Thu Jun 26 2014 Jeff Johnston <jjohnstn@redhat.com> 1:8.4.0-1
|
|
|
525985 |
- Update to offical Luna CDT 8.4.0 and Linux Tools 3.0
|
|
|
5c4483 |
|
|
|
525985 |
* Wed Jun 25 2014 Alexander Kurtakov <akurtako@redhat.com> 1:8.4.0-0.7.git20140506
|
|
|
525985 |
- Drop the ExclusiveArch it only complicates things and is growing too big with ppc64le and aarch64 to be added.
|
|
|
525985 |
|
|
|
525985 |
* Thu Jun 19 2014 Jeff Johnston <jjohnstn@redhat.com> 1:8.4.0-0.6.git20140506
|
|
|
525985 |
- Add desktop integration for standalone debugger executable
|
|
|
525985 |
|
|
|
525985 |
* Fri Jun 13 2014 Jeff Johnston <jjohnstn@redhat.com> 1:8.4.0-0.5.git20140506
|
|
|
525985 |
- Add /usr/bin/cdtdebug binary
|
|
|
525985 |
- Fix cdtdebug config.ini to have full paths to dropins plugins
|
|
|
525985 |
- Remove org.eclipse.cdt.core.tests from being shipped in base package
|
|
|
525985 |
- Add Requires for eclipse-remote
|
|
|
525985 |
|
|
|
525985 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:8.4.0-0.4.git20140506
|
|
|
525985 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
525985 |
|
|
|
525985 |
* Thu May 22 2014 Alexander Kurtakov <akurtako@redhat.com> 1:8.4.0-0.3.git20140506
|
|
|
525985 |
- Use xmvn to build.
|
|
|
525985 |
|
|
|
525985 |
* Thu May 15 2014 Jeff Johnston <jjohnstn@redhat.com> 1:8.4.0-0.2.git20140506
|
|
|
525985 |
- Remove org.apache.xerces and org.cyberneko.html plugins from installation
|
|
|
525985 |
and link to jars from Fedora packages
|
|
|
525985 |
|
|
|
525985 |
* Tue May 13 2014 Jeff Johnston <jjohnstn@redhat.com> 1:8.4.0-0.1.git20140506
|
|
|
5c4483 |
- Update CDT to 8.4.0 Luna M7 build
|
|
|
5c4483 |
- Update Libhover to Linux Tools 3.0 Luna M7 build
|
|
|
5c4483 |
|
|
|
525985 |
* Wed Mar 05 2014 Jeff Johnston <jjohnstn@redhat.com> 1:8.3.0-1
|
|
|
525985 |
- Update CDT to 8.3.0 (Kepler SR2)
|
|
|
525985 |
- Update Libhover to Linux Tools 2.2.1 (Kepler SR2)
|
|
|
525985 |
|
|
|
525985 |
* Tue Oct 08 2013 Jeff Johnston <jjohnstn@redhat.com> 1:8.2.1-3
|
|
|
525985 |
- Add eclipse-tests as requirement of eclipse-cdt-tests package.
|
|
|
5c4483 |
|
|
|
525985 |
* Mon Oct 07 2013 Jeff Johnston <jjohnstn@redhat.com> 1:8.2.1-2
|
|
|
525985 |
- Add eclipse-cdt-tests sub-package
|
|
|
525985 |
- Add patch to fix autotools tests build properties
|
|
|
5c4483 |
|
|
|
525985 |
* Mon Sep 30 2013 Jeff Johnston <jjohnstn@redhat.com> 1:8.2.1-1
|
|
|
5c4483 |
- Update CDT to 8.2.1 (Kepler SR1)
|
|
|
525985 |
- Update Libhover to Linux Tools 2.1.0 (Kepler SR1)
|
|
|
5c4483 |
|
|
|
525985 |
* Thu Aug 22 2013 Jeff Johnston <jjohnstn@redhat.com> 1:8.2.0-3
|
|
|
525985 |
- Fix Indexer preferences page
|
|
|
525985 |
- Resolves: #966960
|
|
|
525985 |
|
|
|
525985 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:8.2.0-2
|
|
|
525985 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jul 1 2013 Alexander Kurtakov <akurtako@redhat.com> 1:8.2.0-1
|
|
|
5c4483 |
- Update to Kepler final.
|
|
|
5c4483 |
- Don't force qualifiers.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jun 07 2013 Roland Grunberg <rgrunber@redhat.com> 1:8.2.0-0.8.rc3
|
|
|
5c4483 |
- Update CDT to Kepler RC3.
|
|
|
5c4483 |
|
|
|
525985 |
* Thu May 30 2013 Jeff Johnston <jjohnstn@redhat.com> 1:8.2.0-0.7.rc2
|
|
|
525985 |
- Update CDT to Kepler RC2.
|
|
|
525985 |
|
|
|
525985 |
* Fri May 10 2013 Jeff Johnston <jjohnstn@redhat.com> 1:8.2.0-0.6.m7
|
|
|
525985 |
- Update CDT to Kepler M7.
|
|
|
5c4483 |
|
|
|
525985 |
* Wed May 08 2013 Jeff Johnston <jjohnstn@redhat.com> 1:8.2.0-0.5.m6
|
|
|
525985 |
- Fix bug 407580 regarding building autotools projects with GnuMakefiles
|
|
|
525985 |
|
|
|
525985 |
* Tue Apr 30 2013 Alexander Kurtakov <akurtako@redhat.com> 1:8.2.0-0.4.m6
|
|
|
5c4483 |
- Remove trace-back when spawner library is not found.
|
|
|
525985 |
- Fix libhover source plugin generation.
|
|
|
525985 |
- Add fix for bug 405904 concerning gprof link options.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Apr 23 2013 Alexander Kurtakov <akurtako@redhat.com> 1:8.2.0-0.3.m6
|
|
|
525985 |
- llvm subpackage without clang is useless.
|
|
|
5c4483 |
|
|
|
525985 |
* Wed Apr 10 2013 Jeff Johnston <jjohnstn@redhat.com> - 1:8.2.0-0.1.m6
|
|
|
5c4483 |
- Update CDT to Kepler M6.
|
|
|
5c4483 |
- Update libhover to Kepler M6 and use tycho to build it now.
|
|
|
525985 |
- Add new llvm subpackage.
|
|
|
525985 |
|
|
|
525985 |
* Fri Mar 08 2013 Jeff Johnston <jjohnstn@redhat.com> - 1:8.1.2-1
|
|
|
525985 |
- Update CDT to Juno SR2 (8.1.2)
|
|
|
525985 |
- Update libhover to Juno SR2 (1.2.1)
|
|
|
525985 |
|
|
|
525985 |
* Wed Mar 06 2013 Jeff Johnston <jjohnstn@redhat.com> - 1:8.1.1-5
|
|
|
525985 |
- Fix summary for parsers sub-package.
|
|
|
525985 |
- Patch CDT dsf tests to not require junit4.
|
|
|
525985 |
|
|
|
525985 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1:8.1.1-4
|
|
|
525985 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
525985 |
- Replace maven BuildRequires with maven-local
|
|
|
5c4483 |
|
|
|
525985 |
* Mon Jan 28 2013 Jeff Johnston <jjohnstn@redhat.com> - 1:8.1.1-3
|
|
|
525985 |
- Force org.eclipse.cdt.linux.%%{arch} to be a dir so that the .so files
|
|
|
525985 |
are not loaded into the user's .eclipse configuration.
|
|
|
5c4483 |
|
|
|
525985 |
* Fri Jan 25 2013 Jeff Johnston <jjohnstn@redhat.com> - 1:8.1.1-2
|
|
|
525985 |
- Add compiler exclusion to prevent NPE occuring for arm build.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Oct 11 2012 Jeff Johnston <jjohnstn@redhat.com> - 1:8.1.1-1
|
|
|
5c4483 |
- Update CDT to 8.1.1 (Juno SR1)
|
|
|
5c4483 |
- Update Libhover to 1.1.1 (Juno SR1)
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Oct 03 2012 Jeff Johnston <jjohnstn@redhat.com> - 1:8.1.0-3
|
|
|
5c4483 |
- Remove unneeded objectweb-asm dependency.
|
|
|
5c4483 |
- Add special flags so build will work with tycho 0.16.
|
|
|
5c4483 |
- Fix up zip file name since tycho 0.16 changed it.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:8.1.0-2
|
|
|
5c4483 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Jul 03 2012 Jeff Johnston <jjohnstn@redhat.com> 1:8.1.0-1
|
|
|
5c4483 |
- Update CDT to official Juno 8.1.0 release.
|
|
|
5c4483 |
- Update libhover to Linux Tools 1.0.0 release.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jun 14 2012 Roland Grunberg <rgrunber@redhat.com> 1:8.1.0-0.11.junom7
|
|
|
5c4483 |
- Remove patches that bump BREE to JavaSE-1.6 (done by Tycho)
|
|
|
5c4483 |
- Remove patch and %%prep lines that create local p2 repository (done by Tycho)
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed May 16 2012 Jeff Johnston <jjohnstn@redhat.com> 1:8.1.0-0.10.junom7
|
|
|
5c4483 |
- Update CDT to Juno M7 (8.1.0 pre-release).
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon May 07 2012 Dan Horák <dan[at]danny.cz> 1:8.1.0-0.9.junom6
|
|
|
5c4483 |
- Use %%{eclipse_arch} where possible and make it work on all secondary arches
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon May 07 2012 Jeff Johnston <jjohnstn@redhat.com> 1:8.1.0-0.8.junom6
|
|
|
5c4483 |
- Fix arm build so that the arm fragment for CDT core gets built.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu May 03 2012 Dan Horák <dan[at]danny.cz> 1:8.1.0-0.7.junom6
|
|
|
5c4483 |
- Enable build on s390(x).
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Apr 23 2012 Jeff Johnston <jjohnstn@redhat.com> 1:8.1.0-0.6.junom6
|
|
|
5c4483 |
- Add arm build support.
|
|
|
5c4483 |
- Resolves: #815969 - Libhover not working for Juno M6 build 0.4.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Apr 20 2012 Jeff Johnston <jjohnstn@redhat.com> 1:8.1.0-0.5.junom6
|
|
|
5c4483 |
- Remove P2 generation section that is no longer needed.
|
|
|
5c4483 |
- Add libhover.devhelp feature.
|
|
|
5c4483 |
- Remove net.sourceforge.lpg.lpgjavaruntime.jar and only use link.
|
|
|
5c4483 |
- Add org.eclipse.cdt.core.tests jar.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Apr 19 2012 Jeff Johnston <jjohnstn@redhat.com> 1:8.1.0-0.4.junom6
|
|
|
5c4483 |
- Clear out repo files that are added to the dropin folder.
|
|
|
5c4483 |
- Add doc files per standard method.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Apr 18 2012 Jeff Johnston <jjohnstn@redhat.com> 1:8.1.0-0.3.junom6
|
|
|
5c4483 |
- Fix context qualifiers to match upstream CDT and Libhover.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Apr 18 2012 Alexander Kurtakov <akurtako@redhat.com> 1:8.1.0-0.2.junom6
|
|
|
5c4483 |
- Remove unneeded cleanups.
|
|
|
5c4483 |
- Organize patches.
|
|
|
5c4483 |
- Use the official libhover tarball.
|
|
|
5c4483 |
- Build using pdebuild script.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Apr 17 2012 Jeff Johnston <jjohnstn@redhat.com> 1:8.1.0-0.1.junom6
|
|
|
5c4483 |
- Update CDT to Juno M6 (8.1.0 pre-release).
|
|
|
5c4483 |
- Switch to use tycho to build CDT.
|
|
|
5c4483 |
- Remove autotools build since it is now part of CDT.
|
|
|
5c4483 |
- Update libhover to Linux Tools 0.10.0 version.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Feb 14 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:8.0.1-4
|
|
|
5c4483 |
- Remove calls to reconciler.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Feb 01 2012 Jeff Johnston <jjohnstn@redhat.com> 1:8.0.1-4
|
|
|
5c4483 |
- Change launcher main class to be org.eclipse.equinox.launcher.Main
|
|
|
5c4483 |
- Remove java compile exclusions
|
|
|
5c4483 |
- Add main as target for ant builds for Autotools and Libhover
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:8.0.1-3
|
|
|
5c4483 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Nov 28 2011 Jeff Johnston <jjohnstn@redhat.com> 1:8.0.1-2
|
|
|
5c4483 |
- Add arch filtering for rhel
|
|
|
5c4483 |
- Remove extraneous echo statement
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Nov 07 2011 Jeff Johnston <jjohnstn@redhat.com> 1:8.0.1-1
|
|
|
5c4483 |
- Rebase CDT to 8.0.1
|
|
|
5c4483 |
- Rebase Libhover and Autotools to 0.9 versions
|
|
|
5c4483 |
- Account for new CDT repository structure
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Oct 5 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:8.0.0-6
|
|
|
5c4483 |
- Depend on a specific release of eclipse-platform.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Oct 5 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:8.0.0-6
|
|
|
5c4483 |
- Use the reconciler to install/uninstall plugins during rpm
|
|
|
5c4483 |
post and postun respectively.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jul 25 2011 Jeff Johnston <jjohnstn@redhat.com> 1:8.0.0-5
|
|
|
5c4483 |
- Additional patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=351660
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jul 21 2011 Jeff Johnston <jjohnstn@redhat.com> 1:8.0.0-4
|
|
|
5c4483 |
- Patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=351660
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 15 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:8.0.0-3
|
|
|
5c4483 |
- Added patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=352166
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jun 27 2011 Jeff Johnston <jjohnstn@redhat.com> 1:8.0.0-2
|
|
|
5c4483 |
- Fix RSE requires.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jun 23 2011 Jeff Johnston <jjohnstn@redhat.com> 1:8.0.0-1
|
|
|
5c4483 |
- Rebase CDT to 8.0.0
|
|
|
5c4483 |
- Rebase Libhover and Autotools to 0.8 versions
|
|
|
5c4483 |
- Use org.eclipse.equinox.p2.publisher.EclipseGenerator
|
|
|
5c4483 |
- Switch to use org.eclipse.equinox.launcher instead of startup.jar
|
|
|
5c4483 |
- Use Eclipse 3.7
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Feb 16 2011 Jeff Johnston <jjohnstn@redhat.com> 1:7.0.1-5
|
|
|
5c4483 |
- Add additional patch so glibc and libstdc++ libhover plug-ins reference
|
|
|
5c4483 |
local location for their libhover data.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:7.0.1-4
|
|
|
5c4483 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jan 05 2011 Jeff Johnston <jjohnstn@redhat.com> 1:7.0.1-3
|
|
|
5c4483 |
- Add patch for Eclipse bug 286162.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Oct 07 2010 Jeff Johnston <jjohnstn@redhat.com> 1:7.0.1-2
|
|
|
5c4483 |
- Rebase CDT to Helios SR1 (7.0.1) including gdb hardware support
|
|
|
5c4483 |
- Rebase Autotools/Libhover to Linux tools R0.6.1
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jul 14 2010 Jeff Johnston <jjohnstn@redhat.com> 1:7.0.0-1
|
|
|
5c4483 |
- Rebase CDT to Helios (7.0.0)
|
|
|
5c4483 |
- Rebase Autotools/Libhover to Linux tools R0.6.0
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue May 18 2010 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.2-5
|
|
|
5c4483 |
- Rebase Autotools/Libhover to Linux tools R0.5.1.
|
|
|
5c4483 |
- Remove addbuilder patch which is already part of R0_5_1.
|
|
|
5c4483 |
- Remove libhover template patch which is already part of R0_5_1.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu May 06 2010 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.2-4
|
|
|
5c4483 |
- Add libtool as a requirement.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Mar 19 2010 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.2-3
|
|
|
5c4483 |
- Fix autotools local patch to add macros directory to build.properties
|
|
|
5c4483 |
of org.eclipse.linuxtools.cdt.autotools.core.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Mar 19 2010 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.2-2
|
|
|
5c4483 |
- Check in missing maketargets patch.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Mar 18 2010 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.2-1
|
|
|
5c4483 |
- Rebase CDT to Galileo SR2 (6.0.2).
|
|
|
5c4483 |
- Rebase Autotools to Linux tools R0.5.
|
|
|
5c4483 |
- Rebase Libhover to Linux tools R0.5.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jan 29 2010 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.1-8
|
|
|
5c4483 |
- Fix urls for autotools and libhover sources.
|
|
|
5c4483 |
- Add source references for autotools and libhover fetch scripts.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Dec 11 2009 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.1-7
|
|
|
5c4483 |
- Rebase Autotools to Linux tools 0.4.0.1 release.
|
|
|
5c4483 |
- Rebase Libhover to Linux tools 0.4.0 release.
|
|
|
5c4483 |
- Remove libhover patch which is now part of rebase.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Oct 28 2009 Alexander Kurtakov <akurtako@redhat.com> 1:6.0.1-6
|
|
|
5c4483 |
- Disable mylyn bridge build, part of eclipse-mylyn srpm now.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Oct 27 2009 Alexander Kurtakov <akurtako@redhat.com> 1:6.0.1-5
|
|
|
5c4483 |
- Sync build_id with upstream 6.0.1.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Oct 16 2009 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.1-4
|
|
|
5c4483 |
- Rebase Autotools to 1.0.5.
|
|
|
5c4483 |
- Add patch to move macro hover docs locally into Autotools plugin.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Oct 15 2009 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.1-3
|
|
|
5c4483 |
- Include installed link for lpg java bundle in new cdt-parsers subpackage.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Oct 14 2009 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.1-2
|
|
|
5c4483 |
- Ship new parsers sub-package which includes xlc, upc, and lrparser plug-ins.
|
|
|
5c4483 |
- Require lpg-java-compat for build.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Oct 09 2009 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.1-1
|
|
|
5c4483 |
- Rebase CDT to 6.0.1.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Oct 05 2009 Andrew Overholt <overholt@redhat.com> 1:6.0.0-11
|
|
|
5c4483 |
- Build on ppc64
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Sep 23 2009 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.0-10
|
|
|
5c4483 |
- Resolves #290247
|
|
|
5c4483 |
- Upgrade libhover to 0.3.0.
|
|
|
5c4483 |
- Add libhover patch to fix libstdc++ member resolution and
|
|
|
5c4483 |
to place libhover docs locally within libhover plugin.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Aug 12 2009 Andrew Overholt <overholt@redhat.com> 1:6.0.0-9
|
|
|
5c4483 |
- Use launcher jar to run metadata generator instead of eclipse binary.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Aug 12 2009 Andrew Overholt <overholt@redhat.com> 1:6.0.0-8
|
|
|
5c4483 |
- Remove shipping of content.xml.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jul 29 2009 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.0-7
|
|
|
5c4483 |
- Resolves #514629
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jul 27 2009 Jeff Johnston <jjohnstn@redhat.com> 1:6.0.0-6
|
|
|
5c4483 |
- Remove gcj_support.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:6.0.0-4
|
|
|
5c4483 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 24 2009 Jeff Johnston <jjohnstn@redhat.com> 6.0.0-3
|
|
|
5c4483 |
- Bump release number.
|
|
|
5c4483 |
- Update Autotools to v200907241319 which has CDT 6.0 fixes.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jun 17 2009 Jeff Johnston <jjohnstn@redhat.com> 6.0.0-1
|
|
|
5c4483 |
- Rebase CDT to 6.0.0.
|
|
|
5c4483 |
- Rebase Autotools to v200906171600 snapshot.
|
|
|
5c4483 |
- Resolves #280504, #280505, #280506, #280509.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jun 15 2009 Jeff Johnston <jjohnstn@redhat.com> 5.0.2-3
|
|
|
5c4483 |
- Resolves #280117.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Apr 08 2009 Jeff Johnston <jjohnstn@redhat.com> 5.0.2-2
|
|
|
5c4483 |
- Bump release.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Apr 07 2009 Jeff Johnston <jjohnstn@redhat.com> 5.0.2-1
|
|
|
5c4483 |
- Rebase autotools to 1.0.3.
|
|
|
5c4483 |
- Rebase CDT to v200903191301 (5.0.2).
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.0.1-3
|
|
|
5c4483 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jan 16 2009 Jeff Johnston <jjohnstn@redhat.com> 5.0.1-2
|
|
|
5c4483 |
- Rebase libhover to 0.1.1 and autotools to 1.0.2.
|
|
|
5c4483 |
- Remove patch for 472731 which is already part of rebased autotools sources.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Nov 28 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.1-1
|
|
|
5c4483 |
- Rebase to CDT 5.0.1.
|
|
|
5c4483 |
- Fix bug in autotools project type detection.
|
|
|
5c4483 |
- Resolve #472731
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Nov 17 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.0-12
|
|
|
5c4483 |
- Fix typo in autotools and libhover sources tarballs.
|
|
|
5c4483 |
- Remove redundant patches which are already in new tarballs.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Nov 06 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.0-11
|
|
|
5c4483 |
- Fix managed configurations dialog problem.
|
|
|
5c4483 |
- Update libhover and autotools source tarballs to 20081106 snapshot.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Oct 16 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.0-10
|
|
|
5c4483 |
- Change runtests section to remove new libhover plugin rather than old
|
|
|
5c4483 |
com.redhat.* autotools plugin.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Oct 16 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.0-9
|
|
|
5c4483 |
- Fix org.eclipse.linuxtools.libhover.glibc plugin to add toc.xml to
|
|
|
5c4483 |
binary file list.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Oct 16 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.0-8
|
|
|
5c4483 |
- Fix org.eclipse.linuxtools.libhover.feature to include
|
|
|
5c4483 |
org.eclipse.linuxtools.libhover.library_docs plugin.
|
|
|
5c4483 |
- Add work-around patch for managed configurations dialog problem.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Oct 15 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.0-7
|
|
|
5c4483 |
- Change to use new linuxtools version of autotools-1.0.1.
|
|
|
5c4483 |
- Add build of libhover plugins again from linuxtools.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Sep 09 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.0-6
|
|
|
5c4483 |
- Fix for NPE during alteration of Autotools configuration settings.
|
|
|
5c4483 |
- Resolves #461647
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Sep 04 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.0-5
|
|
|
5c4483 |
- Fix for autotools plugin referencing invalid build nature.
|
|
|
5c4483 |
- Resolves #461201
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Aug 20 2008 Andrew Overholt <overholt@redhat.com> 5.0.0-4
|
|
|
5c4483 |
- Add building and running of tests
|
|
|
5c4483 |
- Remove LexerTests until 5.0.1
|
|
|
5c4483 |
- Fix fetch script to use new location of PDE Build
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Aug 11 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.0-3
|
|
|
5c4483 |
- Fix build id to be 200806171202.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Aug 08 2008 Jeff Johnston <jjohnstn@redhat.com> 5.0.0-2
|
|
|
5c4483 |
- Add autotools 1.0.0 which supports CDT 5.0.
|
|
|
5c4483 |
- Use java -cp to build cdt and autotools instead of eclipse -nosplash.
|
|
|
5c4483 |
- Replace fetched source with CDT_5_0_0 tagged sources.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Aug 06 2008 Andrew Overholt <overholt@redhat.com> 5.0.0-1
|
|
|
5c4483 |
- Remove master and testing features
|
|
|
5c4483 |
- Move files to dropins/cdt{,-mylyn,-sdk}/eclipse
|
|
|
5c4483 |
- Generate p2 metadata
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Aug 01 2008 Andrew Overholt <overholt@redhat.com> 5.0.0-1
|
|
|
5c4483 |
- 5.0
|
|
|
5c4483 |
- Add Mylyn sub-package
|
|
|
5c4483 |
- Disable CPPUnit for now
|
|
|
5c4483 |
- Disable autotools until a new snapshot is made that will build with 5.0
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jul 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4.0.3-2
|
|
|
5c4483 |
- fix license tag
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Apr 04 2008 Jeff Johnston <jjohnstn@redhat.com> 4.0.3-1
|
|
|
5c4483 |
- Rebase to CDT 4.0.3
|
|
|
5c4483 |
- Patch openpty code to not reference stropts.h which is no longer shipped
|
|
|
5c4483 |
- Update eclipse-cdt-no-tests.patch
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jan 28 2008 Jeff Johnston <jjohnstn@redhat.com> 4.0.1-4
|
|
|
5c4483 |
- Update autotools to 0.9.6
|
|
|
5c4483 |
- Includes generic shell script support for makefile generation on
|
|
|
5c4483 |
different platforms
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Dec 05 2007 Jeff Johnston <jjohnstn@redhat.com> 4.0.1-3
|
|
|
5c4483 |
- Resolves #412651, #412661, #385991
|
|
|
5c4483 |
- Rebase autotools to 0.9.5.3
|
|
|
5c4483 |
- Adds glibc C library completion support.
|
|
|
5c4483 |
- Fix clean by removal option.
|
|
|
5c4483 |
- Add support for changes to configure/autogen command names.
|
|
|
5c4483 |
- Add gcj checks for %%post and %%postun steps.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Oct 24 2007 Jeff Johnston <jjohnstn@redhat.com> 4.0.1-2
|
|
|
5c4483 |
- Rebase autotools to 0.9.5.1
|
|
|
5c4483 |
- Add autotools property tab for C/C++ build.
|
|
|
5c4483 |
- Resolves #330701
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Oct 04 2007 Jeff Johnston <jjohnstn@redhat.com> 4.0.1-1
|
|
|
5c4483 |
- Use official CDT 4.0.1 source tarball
|
|
|
5c4483 |
- Update autotools to 0.9.5
|
|
|
5c4483 |
- Resolves #315811
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Sep 25 2007 Andrew Overholt <overholt@redhat.com> 4.0.1-0.2.v200709241202cvs
|
|
|
5c4483 |
- Fix moving of arch-specific plugins that haven't been updated to new
|
|
|
5c4483 |
version.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Sep 24 2007 Andrew Overholt <overholt@redhat.com> 4.0.1-0.1.v200709241202cvs
|
|
|
5c4483 |
- 4.0.1 RC.
|
|
|
5c4483 |
- Update autotools for Binaries fix.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Sep 13 2007 Jeff Johnston <jjohnstn@redhat.com> 4.0.0-7
|
|
|
5c4483 |
- Resolves #288711
|
|
|
5c4483 |
- Ensure that all features are unpacked.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Sep 10 2007 Jeff Johnston <jjohnstn@redhat.com> 4.0.0-6
|
|
|
5c4483 |
- Resolves #274551, #253331, #254246, #254248
|
|
|
5c4483 |
- Rebase Autotools to 0.9.3
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Aug 23 2007 Jeff Johnston <jjohnstn@redhat.com> 4.0.0-5
|
|
|
5c4483 |
- Add eclipse-cvs-client dependency
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Aug 17 2007 Jeff Johnston <jjohnstn@redhat.com> 4.0.0-4
|
|
|
5c4483 |
- Fix release number in Autotools feature to be 0.9.2.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Aug 16 2007 Jeff Johnston <jjohnstn@redhat.com> 4.0.0-3
|
|
|
5c4483 |
- Resolves #251412
|
|
|
5c4483 |
- Rebase autotools to 0.9.2
|
|
|
5c4483 |
- Add minimum java runtime requirement
|
|
|
5c4483 |
- Add direct Autotools wizards
|
|
|
5c4483 |
- Add autogen.sh options
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Aug 10 2007 Jeff Johnston <jjohnstn@redhat.com> 4.0.0-2
|
|
|
5c4483 |
- Add Epoch 1 back.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Aug 08 2007 Jeff Johnston <jjohnstn@redhat.com> 4.0.0-1
|
|
|
5c4483 |
- Rebase to CDT 4.0.0
|
|
|
5c4483 |
- Rebase Autotools to 0.9.1
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Apr 16 2007 Jeff Johnston <jjohnstn@redhat.com> 3.1.2-3
|
|
|
5c4483 |
- Add missing gif to org.eclipse.cdt.make.ui.
|
|
|
5c4483 |
- Resolves: #236558
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Feb 27 2007 Jeff Johnston <jjohnstn@redhat.com> 3.1.2-2
|
|
|
5c4483 |
- Resolves: #229891, #230253, #205310, #229893
|
|
|
5c4483 |
- Rebase autotools to 0.0.8.1 source.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Feb 21 2007 Jeff Johnston <jjohnstn@redhat.com> 3.1.2-1
|
|
|
5c4483 |
- Rebase CDT to 3.1.2.
|
|
|
5c4483 |
- Rebase autotools to 0.0.8 source.
|
|
|
5c4483 |
- Replace subconsole patch with new build console patch.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jan 29 2007 Jeff Johnston <jjohnstn@redhat.com> 3.1.1-8
|
|
|
5c4483 |
- Resolves: #214624, #224644
|
|
|
5c4483 |
- Rebase autotools to 0.0.7 source.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jan 17 2007 Jeff Johnston <jjohnstn@redhat.com> 3.1.1-7
|
|
|
5c4483 |
- Resolves: #222350
|
|
|
5c4483 |
- Rebase autotools to 0.0.6.1 source.
|
|
|
5c4483 |
- Add comments.
|
|
|
5c4483 |
- Put arch-specific jars in library dir.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Dec 11 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.1-6
|
|
|
5c4483 |
- Rebase autotools to 0.0.6 source.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Nov 15 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.1-5
|
|
|
5c4483 |
- Add cppunit support.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Nov 06 2006 Andrew Overholt <overholt@redhat.com> 3.1.1-4
|
|
|
5c4483 |
- Use the new location of copy-platform.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Oct 19 2006 Ben Konrath <bkonrath@redhat.com> 3.1.1-3
|
|
|
5c4483 |
- Remove work-around for gcc bug # 20198.
|
|
|
5c4483 |
- Do not include notice.html and epl-v10.html because these files are already
|
|
|
5c4483 |
included in the SDK.
|
|
|
5c4483 |
- Put JNI libraries in %%{_libdir}/eclipse.
|
|
|
5c4483 |
- Only build the CDT SDK.
|
|
|
5c4483 |
- Fix build issue on non-x86 systems.
|
|
|
5c4483 |
- Resolves: #208622
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Oct 16 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.1-2
|
|
|
5c4483 |
- Replace build patches with sed commands
|
|
|
5c4483 |
- Resolves: #208622
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Oct 16 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.1-2
|
|
|
5c4483 |
- Fix build so only single platform is built at a time
|
|
|
5c4483 |
- Bugzilla 208622
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Sep 28 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.1-1
|
|
|
5c4483 |
- Rebase autotools to 0.0.5 source.
|
|
|
5c4483 |
- Rebase CDT to 3.1.1 source.
|
|
|
5c4483 |
- Bugzilla 206719, 206359, 206164
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Sep 11 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.0-3
|
|
|
5c4483 |
- Add hover help for defined symbols
|
|
|
5c4483 |
- Fix bug with defined symbol calculation on file that compilation
|
|
|
5c4483 |
string cannot be fetched for
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Sep 01 2006 Ben Konrath <bkonrath@redhat.com> 3.1.0-2
|
|
|
5c4483 |
- Remove jpp in release.
|
|
|
5c4483 |
- Require java-gcj-compat >= 1.0.64.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Aug 29 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.0-1jpp_13fc
|
|
|
5c4483 |
- Rebase autotools to 0.0.4 source.
|
|
|
5c4483 |
- Use ScannerInfoProvider extension instead of DynamicScannerInfoProvider.
|
|
|
5c4483 |
- Add sub-console support to CDT.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Aug 21 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.0-1jpp_12fc
|
|
|
5c4483 |
- Fix build special targets when project hasn't configured yet.
|
|
|
5c4483 |
- Fix to fully reconfigure after configuration options change.
|
|
|
5c4483 |
- Fix configuration problem whereby config.sub complains.
|
|
|
5c4483 |
- Bugzilla 200000, 201270, 203440
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Aug 08 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.0-1jpp_11fc
|
|
|
5c4483 |
- Fix Build Special Targets bug when importing a CVS project and
|
|
|
5c4483 |
using ManagedMake Project Wizard.
|
|
|
5c4483 |
- Bugzilla 201269
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jul 31 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.0-1jpp_10fc
|
|
|
5c4483 |
- Fix bug with library hover help.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Jul 25 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.0-1jpp_9fc
|
|
|
5c4483 |
- Remove redundant runtime packages from sdk.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Jul 25 2006 Ben Konrath <bkonrath@redhat.com> 3.1.0-1jpp_8fc
|
|
|
5c4483 |
- Add epoch to sdk requires.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jul 24 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.0-1jpp_8fc
|
|
|
5c4483 |
- Update autotools sources.
|
|
|
5c4483 |
- Rebuild.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jul 24 2006 Ben Konrath <bkonrath@redhat.com> 3.1.0-1jpp_7fc
|
|
|
5c4483 |
- Rebuld.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> 3.1.0-1jpp_6fc
|
|
|
5c4483 |
- Rebuilt
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jul 20 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.0-1jpp_5fc
|
|
|
5c4483 |
- Split into main package and sdk sub-package.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jul 20 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.0-1jpp_4fc
|
|
|
5c4483 |
- Add Autotools plug-ins via additional source tarball.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jul 19 2006 Igor Foox <ifoox@redhat.com> 3.1.0-1jpp_3fc
|
|
|
5c4483 |
- Rebuild.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jul 12 2006 Jeff Johnston <jjohnstn@redhat.com> 3.1.0-1jpp_2fc
|
|
|
5c4483 |
- Add dynamic scannerinfo extension used by Autotools plug-in.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jul 10 2006 Andrew Overholt <overholt@redhat.com> 3.1.0-1jpp_1fc
|
|
|
5c4483 |
- 3.1.0.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jun 08 2006 Andrew Overholt <overholt@redhat.com> 3.1.0-0jpp_0fc.3.1.0RC2
|
|
|
5c4483 |
- 3.1.0 RC2.
|
|
|
5c4483 |
- Remove unused hover patch.
|
|
|
5c4483 |
- Use newly-created versionless pde.build symlink.
|
|
|
5c4483 |
- Remove no-sdkbuild patch.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Apr 03 2006 Andrew Overholt <overholt@redhat.com> 3.0.2-1jpp_3fc
|
|
|
5c4483 |
- Add ia64.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Mar 07 2006 Andrew Overholt <overholt@redhat.com> 3.0.2-1jpp_2fc
|
|
|
5c4483 |
- Bump release.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Feb 13 2006 Andrew Overholt <overholt@redhat.com> 3.0.2-1jpp_1fc
|
|
|
5c4483 |
- 3.0.2.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.0.1-1jpp_8fc
|
|
|
5c4483 |
- bump again for double-long bug on ppc(64)
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Feb 10 2006 Andrew Overholt <overholt@redhat.com> 3.0.1-1jpp_7fc
|
|
|
5c4483 |
- Use Epoch in Requires (rh#180915).
|
|
|
5c4483 |
- Require >= 3.1.2 but < 3.1.3 to ensure we get 3.1.2.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Feb 09 2006 Andrew Overholt <overholt@redhat.com> 3.0.1-1jpp_6fc
|
|
|
5c4483 |
- Make it Require >= 3.1.2.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Feb 09 2006 Andrew Overholt <overholt@redhat.com> 3.0.1-1jpp_5fc
|
|
|
5c4483 |
- Build against SDK 3.1.2.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.0.1-1jpp_5fc
|
|
|
5c4483 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Jan 10 2006 Andrew Overholt <overholt@redhat.com> 3.0.1-1jpp_4fc
|
|
|
5c4483 |
- Rebuild against latest gcc.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Dec 30 2005 Andrew Overholt <overholt@redhat.com> 3.0.1-1jpp_3fc
|
|
|
5c4483 |
- Fix %%files section to not be x86-specific.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Dec 16 2005 Andrew Overholt <overholt@redhat.com> 3.0.1-1jpp_2fc
|
|
|
5c4483 |
- Build against gcc 4.1.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Nov 14 2005 Andrew Overholt <overholt@redhat.com> 3.0.1-1jpp_1fc
|
|
|
5c4483 |
- 3.0.1.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Oct 21 2005 Andrew Overholt <overholt@redhat.com> 3.0.0_fc-2
|
|
|
5c4483 |
- Rebuild against gcc 4.0.2
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Aug 23 2005 Andrew Overholt <overholt@redhat.com> 3.0.0_fc-1
|
|
|
5c4483 |
- Import new upstream version (3.0).
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jul 14 2005 Andrew Overholt <overholt@redhat.com> 3.0.0_fc-0.RC2.1
|
|
|
5c4483 |
- Import new upstream version (3.0RC2).
|
|
|
5c4483 |
- Use gbenson's new aot-compile-rpm and change requirements appropriately.
|
|
|
5c4483 |
- Re-enable native compilation - let's see what happens.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jun 22 2005 Andrew Overholt <overholt@redhat.com> 3.0.0_fc-0.M7.1
|
|
|
5c4483 |
- Import new upstream version (3.0M7).
|
|
|
5c4483 |
- Remove refactoring/build.properties patch (now unneeeded).
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jun 03 2005 Jeff Pound <jpound@redhat.com> 3.0.0_fc-0.M6.8
|
|
|
5c4483 |
- Patch refactoring/build.properties to include plugin.properties.
|
|
|
5c4483 |
- Temporarily move all *.so's to *.so.bak due to native compilation bug.
|
|
|
5c4483 |
- Temporarily remove gcj .jar -> .so db population.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon May 23 2005 Andrew Overholt <overholt@redhat.com> 3.0.0_fc-0.M6.7
|
|
|
5c4483 |
- Bring in new I-build to enable jump to Eclipse 3.1M7 and fix some critical
|
|
|
5c4483 |
issues.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed May 11 2005 Ben Konrath <bkonrath@redhat.com> 3.0.0_fc-0.M6.6
|
|
|
5c4483 |
- Temporarily disable org.eclipse.cdt.managedbuilder.core_3.0.0/libmngbuildcore.jar.so.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Apr 27 2005 Phil Muldoon <pmuldoon@redhat.com> 3.0.0_fc-0.M6.5
|
|
|
5c4483 |
- Changed to find-and-aot-compile build usage
|
|
|
5c4483 |
- Added "if gcj_support" toggle
|
|
|
5c4483 |
- Fixed installing all arch fragments (now only installs one (correct) arch)
|
|
|
5c4483 |
- Redid BuildRequires and Requires to remove old/unneeded dependencies
|
|
|
5c4483 |
- Cleaned %%eclipse_arch declares.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Apr 21 2005 Phil Muldoon <pmuldoon@redhat.com> 3.0.0_fc-0.M6.4
|
|
|
5c4483 |
- Added Chris Moller's libhover patch
|
|
|
5c4483 |
|
|
|
5c4483 |
* Sat Apr 16 2005 Ben Konrath <bkonrath@redhat.com> 3.0.0_fc-0.M6.3
|
|
|
5c4483 |
- Clean up spec file (remove references to old patches and rh docs).
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Apr 15 2005 Phil Muldoon <pmuldoon@redhat.com> 3.0.0_fc-0.M6.2
|
|
|
5c4483 |
- Generated tarball from official final tagged M6 build
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Apr 11 2005 Phil Muldoon <pmuldoon@redhat.com> 3.0.0_fc-0.M6.1
|
|
|
5c4483 |
- Fixed db path in java -cp
|
|
|
5c4483 |
- Regenerated tarball from M6 canditate build
|
|
|
5c4483 |
- Reworked patches for M6 canditate Build
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Apr 07 2005 Phil Muldoon <pmuldoon@redhat.com> 3.0.0_fc-0.M5.4
|
|
|
5c4483 |
- Changed Requires eclipse-ui to eclipse-platform
|
|
|
5c4483 |
- Added Requires java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_14rh
|
|
|
5c4483 |
- Added Requires gcc-java >= 4.0.0-0.35
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Apr 04 2005 Phil Muldoon <pmuldoon@redhat.com> 3.0.0_fc-0.M5.3
|
|
|
5c4483 |
- Added eclipse-cdt-no-sdkbuild.patch to build for platform only (fc4 space crunch)
|
|
|
5c4483 |
|
|
|
5c4483 |
* Sun Apr 03 2005 Andrew Overholt <overholt@redhat.com> 3.0.0_fc-0.M5.2
|
|
|
5c4483 |
- Make use of rebuild-gcj-db.
|
|
|
5c4483 |
- Use system-wide classmap.db.
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Mar 23 2005 Phil Muldoon <pmuldoon@redhat.com> 3.0.0-1
|
|
|
5c4483 |
- Updated to upstream CDT 3.0.0 M5 sources
|
|
|
5c4483 |
- Removed Source1 (rhdocs) for now
|
|
|
5c4483 |
- Removed libhover patch until updated
|
|
|
5c4483 |
- Added eclipse-cdt-platform-build-linux.patch
|
|
|
5c4483 |
- Added eclipse-cdt-sdk-build-linux.patch
|
|
|
5c4483 |
- Stopped tests build for now (Added eclipse-cdt-no-tests.patch)
|
|
|
5c4483 |
- Added Requires gcc-java (bz# 151866)
|
|
|
5c4483 |
- Added new central db logic
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Mar 4 2005 Phil Muldoon <pmuldoon@redhat.com> 2.0.2-3
|
|
|
5c4483 |
- Added x86_64 to ExclusiveArch
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Mar 3 2005 Phil Muldoon <pmuldoon@redhat.com> 2.0.2-2
|
|
|
5c4483 |
- Moved upstream sources back to 2.0.2
|
|
|
5c4483 |
- Revered back to releng build
|
|
|
5c4483 |
- Added native build sections to spec file
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Jan 11 2005 Ben Konrath <bkonrath@redhat.com> 2.1.0-1
|
|
|
5c4483 |
- add devel rpm and use the patched sources for it
|
|
|
5c4483 |
- update sources to 2.1.0
|
|
|
5c4483 |
- new build method that does not require pre-fetched sources
|
|
|
5c4483 |
|
|
|
5c4483 |
* Sun Nov 07 2004 Ben Konrath <bkonrath@redhat.com> 2.0.2-1
|
|
|
5c4483 |
- Update sources to 2.0.2
|
|
|
5c4483 |
- Change which files are unzipped in the install phase - this changed in 2.0.2
|
|
|
5c4483 |
- Update Red Hat documentation sources
|
|
|
5c4483 |
- Remove no-cvs-patch as it is no longer needed (no-cvs2-patch is still needed)
|
|
|
5c4483 |
- Update ui-libhover-patch
|
|
|
5c4483 |
- Add how-to document for doc and source tarball generation
|
|
|
5c4483 |
- Add fetch-tests-patch for tarball generation
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jul 26 2004 Jeremy Handcock <handcock@redhat.com> 2.0-11
|
|
|
5c4483 |
- Update Red Hat documentation sources
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 23 2004 Tom Tromey <tromey@redhat.com> 2.0-10
|
|
|
5c4483 |
- Set user.home on all java invocations
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 23 2004 Tom Tromey <tromey@redhat.com> 2.0-9
|
|
|
5c4483 |
- Pass dontFetchAnything to the build
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 23 2004 Tom Tromey <tromey@redhat.com> 2.0-8
|
|
|
5c4483 |
- Patch from Phil Muldoon to avoid cvs operations
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 23 2004 Jeremy Handcock <handcock@redhat.com> 2.0-7
|
|
|
5c4483 |
- Don't build on ppc64
|
|
|
5c4483 |
- Require eclipse-ui, not eclipse-platform
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 23 2004 Tom Tromey <tromey@redhat.com> 2.0-6
|
|
|
5c4483 |
- Set user.home when building
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jul 21 2004 Tom Tromey <tromey@redhat.com> 2.0-5
|
|
|
5c4483 |
- Make .so files executable
|
|
|
5c4483 |
|
|
|
5c4483 |
* Wed Jul 21 2004 Chris Moller <cmoller@redhat.com> 2.0-4
|
|
|
5c4483 |
- Add texthover
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Jul 20 2004 Jeremy Handcock <handcock@redhat.com> 2.0-4
|
|
|
5c4483 |
- Update Red Hat documentation sources
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 16 2004 Tom Tromey <tromey@redhat.com> 2.0-3
|
|
|
5c4483 |
- Make platform symlink tree before building
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 16 2004 Jeremy Handcock <handcock@redhat.com> 2.0-3
|
|
|
5c4483 |
- Add Red Hat-specific documentation
|
|
|
5c4483 |
- Use `name' macro in source and patch names
|
|
|
5c4483 |
- Correct BuildRequires to eclipse-platform
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Jul 13 2004 Jeremy Handcock <handcock@redhat.com> 2.0-2
|
|
|
5c4483 |
- Don't require ant
|
|
|
5c4483 |
- Prevent possible `build' section overload
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jul 12 2004 Tom Tromey <tromey@redhat.com> 2.0-2
|
|
|
5c4483 |
- Document source fetching process
|
|
|
5c4483 |
- Update to CDT 2.0 final
|
|
|
5c4483 |
- Set -D_GNU_SOURCE when building
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 9 2004 Tom Tromey <tromey@redhat.com> 2.0-2
|
|
|
5c4483 |
- Don't define prefix
|
|
|
5c4483 |
- Don't require pango
|
|
|
5c4483 |
|
|
|
5c4483 |
* Fri Jul 9 2004 Jeremy Handcock <handcock@redhat.com> 2.0-2
|
|
|
5c4483 |
- Update sources to include tests from upstream
|
|
|
5c4483 |
- Add new build patch for CDT tests
|
|
|
5c4483 |
- Build CDT tests, but don't install them
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jul 8 2004 Tom Tromey <tromey@redhat.com> 2.0-1
|
|
|
5c4483 |
- Removed unused patch
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jul 8 2004 Jeremy Handcock <handcock@redhat.com> 2.0-1
|
|
|
5c4483 |
- Revert previous patch; don't unset javacVerbose
|
|
|
5c4483 |
|
|
|
5c4483 |
* Thu Jul 8 2004 Jeremy Handcock <handcock@redhat.com> 2.0-1
|
|
|
5c4483 |
- Unset javacVerbose
|
|
|
5c4483 |
|
|
|
5c4483 |
* Tue Jun 15 2004 Tom Tromey <tromey@redhat.com> 2.0-1
|
|
|
5c4483 |
- Updated to 2.0 M8
|
|
|
5c4483 |
|
|
|
5c4483 |
* Mon Jan 19 2004 Tom Tromey <tromey@redhat.com> 1.2.1-1
|
|
|
5c4483 |
- Initial version
|