[eclipse-linuxprofilingframework] - Update to Linux Tools 1.0.0 Juno release version.

Jeff Johnston jjohnstn at fedoraproject.org
Fri Jul 6 19:41:08 UTC 2012


commit 63ab1e2b64ad42e55b69a4fa37d17f0d16ee0d58
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Fri Jul 6 15:40:57 2012 -0400

    - Update to Linux Tools 1.0.0 Juno release version.

 .gitignore                           |    1 +
 eclipse-linuxprofilingframework.spec |   19 +++++++++++--------
 sources                              |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 370265a..299acd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ linuxtools-profiling-0.0.1-src.tar.bz2
 /org.eclipse.linuxtools-4636a2f3e05f109fc592eff72c1817360a882201.tar.gz
 /linuxtools-profiling-parent-0.9.0-src.tar.bz2
 /linuxtools-profiling-parent-0.10.0-src.tar.bz2
+/linuxtools-profiling-parent-1.0.0-src.tar.bz2
diff --git a/eclipse-linuxprofilingframework.spec b/eclipse-linuxprofilingframework.spec
index 3c708ce..9fab4a4 100644
--- a/eclipse-linuxprofilingframework.spec
+++ b/eclipse-linuxprofilingframework.spec
@@ -1,12 +1,12 @@
 %define install_loc    %{_libdir}/eclipse/dropins/linuxprofilingframework
-%define qualifier      201203221532
+%define qualifier      201206130106
 
 # Package in %%{_libdir} but no native code so no debuginfo
 %global debug_package %{nil}
 
 Name:           eclipse-linuxprofilingframework
-Version:        0.10.0
-Release:        4%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        Eclipse Linux Tools Profiling Framework
 
 Group:          Development/Tools
@@ -19,10 +19,10 @@ ExcludeArch: ppc64
 
 BuildRequires: eclipse-pde >= 1:3.6.0
 BuildRequires: eclipse-cdt >= 1:7.0.0
-BuildRequires: eclipse-birt-chart
+BuildRequires: swt-chart >= 0:0.8.0
 Requires: eclipse-platform >= 1:3.6.0
 Requires: eclipse-cdt >= 1:7.0.0
-Requires: eclipse-birt-chart
+Requires: swt-chart >= 0:0.8.0
 
 %if 0%{?rhel} >= 6
 ExclusiveArch: %{ix86} x86_64
@@ -35,17 +35,17 @@ Plugins common to Eclipse Linux Tools profiling tools.
 %setup -q -n linuxtools-profiling-parent-%{version}-src
 
 %build
-eclipse-pdebuild -v -d "cdt" \
+eclipse-pdebuild -v -d "cdt" -o "/usr/share/java" \
  -a "-DjavacSource=1.6 -DjavacTarget=1.6 -DforceContextQualifier=%{qualifier}" \
  -j -DJ2SE-1.6=%{_jvmdir}/java/jre/lib/rt.jar \
  -f org.eclipse.linuxtools.tools.launch
 
-eclipse-pdebuild -v -d "cdt birt emf gef rse dtp-connectivity" \
+eclipse-pdebuild -v -d "cdt" -o "/usr/share/java" \
  -a "-DjavacSource=1.6 -DjavacTarget=1.6 -DforceContextQualifier=%{qualifier}" \
  -j -DJ2SE-1.6=%{_jvmdir}/java/jre/lib/rt.jar \
  -f org.eclipse.linuxtools.profiling
 
-eclipse-pdebuild -v -d "cdt birt emf gef rse dtp-connectivity" \
+eclipse-pdebuild -v -d "cdt" -o "/usr/share/java" \
  -a "-DjavacSource=1.6 -DjavacTarget=1.6 -DforceContextQualifier=%{qualifier}" \
  -j -DJ2SE-1.6=%{_jvmdir}/java/jre/lib/rt.jar \
  -f org.eclipse.linuxtools.dataviewers.feature
@@ -67,6 +67,9 @@ unzip -q -d $RPM_BUILD_ROOT%{install_loc} \
 %{install_loc}
 
 %changelog
+* Fri Jul 06 2012 Jeff Johnston <jjohnstn at redhat.com> 1.0.0-1
+- Update to Linux Tools 1.0.0 Juno release version.
+
 * Wed Apr 18 2012 Roland Grunberg <rgrunber at redhat.com> 0.10.0-4
 - Update reference from eclipse-birt to eclipse-birt-chart.
 
diff --git a/sources b/sources
index d975ddf..ac05d6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c697902cda91210e8e762c8aed49ac1  linuxtools-profiling-parent-0.10.0-src.tar.bz2
+e07af7919c83e0a6deaab6a771504888  linuxtools-profiling-parent-1.0.0-src.tar.bz2


More information about the scm-commits mailing list