From d7b7dbf4e9007ec60668439374bd8b0c66e1f9ec Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Nov 15 2005 19:14:09 +0000 Subject: 3.0.1 --- diff --git a/.cvsignore b/.cvsignore index a99b266..a536838 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -eclipse-cdt-fetched-src-3.0.0.tar.gz +eclipse-cdt-fetched-src-3.0.1.tar.gz diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index 4eb726e..0b09144 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -7,7 +7,7 @@ Epoch: 1 %define major 3 %define minor 0 %define majmin %{major}.%{minor} -%define micro 0 +%define micro 1 %define eclipse_base %{_datadir}/%{eclipse_name} %define eclipse_lib_base %{_libdir}/%{eclipse_name} @@ -20,14 +20,31 @@ Epoch: 1 Summary: %{pkg_summary} Name: %{eclipse_name}-cdt -Version: %{majmin}.%{micro}_fc -Release: 2 +Version: %{majmin}.%{micro} +Release: 1jpp_1fc License: Eclipse Public License - v 1.0 (EPL) Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/cdt Requires: eclipse-platform -Source0: %{name}-fetched-src-3.0.0.tar.gz +# This tarball was generating following the instructions here: +# https://www.redhat.com/archives/fedora-devel-java-list/2005-March/msg00198.html +# mkdir temp && cd temp +# sh /usr/share/eclipse/buildscripts/copy-platform SDK /usr/share/eclipse +# mkdir home +# cvs -d:pserver:anonymous@dev.eclipse.org:/home/tools co \ +# org.eclipse.cdt-releng/org.eclipse.cdt.releng +# cd org.eclipse.cdt-releng/org.eclipse.cdt.releng/ +# sed --in-place 's/@cdtTag@/CDT_3_0_1/' maps/cdt.map +# # FIXME: this shouldn't require root +# sudo java -cp ../../SDK/startup.jar -Duser.home=../../home \ +# org.eclipse.core.launcher.Main \ +# -application org.eclipse.ant.core.antRunner \ +# -buildfile build.xml -DbaseLocation=/usr/share/eclipse \ +# -DdontUnzip=true fetch +# cd .. && tar zcf eclipse-cdt-fetched-src-3.0.1.tar.gz org.eclipse.cdt.releng +Source0: %{name}-fetched-src-%{version}.tar.gz + Patch1: %{name}-no-cvs2-patch Patch2: %{name}-platform-build-linux.patch Patch3: %{name}-sdk-build-linux.patch @@ -170,8 +187,8 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(-,root,root) %{eclipse_base}/features/org.eclipse.cdt* %{eclipse_base}/plugins/org.eclipse.cdt* -%{_libdir}/eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.0/os/linux/x86/libpty.so -%{_libdir}/eclipse/plugins/org.eclipse.cdt.core.linux.x86_3.0.0/os/linux/x86/libspawner.so +%{_libdir}/eclipse/plugins/org.eclipse.cdt.core.linux.x86_%{version}/os/linux/x86/libpty.so +%{_libdir}/eclipse/plugins/org.eclipse.cdt.core.linux.x86_%{version}/os/linux/x86/libspawner.so %if %{gcj_support} %{_libdir}/gcj/%{name} %endif @@ -215,6 +232,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Mon Nov 14 2005 Andrew Overholt 3.0.1-1jpp_1fc +- 3.0.1. + * Fri Oct 21 2005 Andrew Overholt 3.0.0_fc-2 - Rebuild against gcc 4.0.2 diff --git a/sources b/sources index b7e096e..673c698 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a3ae3db54c9b31412822f6ab1267c09 eclipse-cdt-fetched-src-3.0.0.tar.gz +39cb6d52c9b469b44e6c14b832325e0f eclipse-cdt-fetched-src-3.0.1.tar.gz