[eclipse-linuxprofilingframework/f16] - Update to 0.9.0. - Add ExclusiveArch for RHEL.

Roland Grunberg rgrunber at fedoraproject.org
Wed Nov 30 21:07:47 UTC 2011


commit cfa1f1a53e3043c1711b3d78fb09b06965b9aecc
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Wed Nov 30 15:56:34 2011 -0500

    - Update to 0.9.0.
    - Add ExclusiveArch for RHEL.

 .gitignore                                   |    2 ++
 eclipse-linuxprofilingframework-fetch-src.sh |   24 ------------------------
 eclipse-linuxprofilingframework.spec         |   24 ++++++++++++++----------
 sources                                      |    3 +--
 4 files changed, 17 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d54214..5eab401 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ eclipse-linuxprofilingframework-fetched-src-R0_6_1.tar.bz2
 linuxtools-profiling-0.0.1-src.tar.bz2
 /eclipse-linuxprofilingframework-fetched-src-02ddf6ebc798dcaf192829b2f51fcc3b66f4ef3a.tar.gz
 /org.eclipse.linuxtools-02ddf6ebc798dcaf192829b2f51fcc3b66f4ef3a.tar.gz
+/org.eclipse.linuxtools-4636a2f3e05f109fc592eff72c1817360a882201.tar.gz
+/linuxtools-profiling-parent-0.9.0-src.tar.bz2
diff --git a/eclipse-linuxprofilingframework.spec b/eclipse-linuxprofilingframework.spec
index 415f7b0..c9c9805 100644
--- a/eclipse-linuxprofilingframework.spec
+++ b/eclipse-linuxprofilingframework.spec
@@ -1,19 +1,19 @@
 %define eclipse_base   %{_libdir}/eclipse
 %define install_loc    %{_libdir}/eclipse/dropins/linuxprofilingframework
-%define qualifier      20110706181258
+%define qualifier      201111050234
 
 # Package in %%{_libdir} but no native code so no debuginfo
 %global debug_package %{nil}
 
 Name:           eclipse-linuxprofilingframework
-Version:        0.8.0
-Release:        0.1.20110706git02ddf6ebc7%{?dist}
+Version:        0.9.0
+Release:        1%{?dist}
 Summary:        Eclipse Linux Tools Profiling Framework
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://eclipse.org/linuxtools
-Source0:        http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/snapshot/org.eclipse.linuxtools-02ddf6ebc798dcaf192829b2f51fcc3b66f4ef3a.tar.gz
+Source0:        http://download.eclipse.org/technology/linuxtools/%{version}-sources/linuxtools-profiling-parent-%{version}-src.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # No CDT on ppc64
@@ -26,38 +26,42 @@ Requires: eclipse-platform >= 1:3.6.0
 Requires: eclipse-cdt >= 1:7.0.0
 Requires: eclipse-birt >= 3.7.0-3
 
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%endif
+
 %description
 Plugins common to Eclipse Linux Tools profiling tools.
 
 %prep
-%setup -q -n org.eclipse.linuxtools-02ddf6ebc798dcaf192829b2f51fcc3b66f4ef3a
+%setup -q -n linuxtools-profiling-parent-%{version}-src
 
 %build
-pushd profiling
 %{eclipse_base}/buildscripts/pdebuild -v -d "cdt birt emf gef rse dtp-connectivity" \
  -a "-DjavacSource=1.6 -DjavacTarget=1.6 -DforceContextQualifier=%{qualifier}" \
  -j -DJ2SE-1.6=%{_jvmdir}/java/jre/lib/rt.jar \
  -f org.eclipse.linuxtools.profiling
-popd
 
 %install
 rm -rf %{buildroot}
 install -d -m 755 $RPM_BUILD_ROOT%{install_loc}
 
-pushd profiling
 unzip -q -d $RPM_BUILD_ROOT%{install_loc} \
      build/rpmBuild/org.eclipse.linuxtools.profiling.zip
-popd
 
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc profiling/org.eclipse.linuxtools.profiling-feature/epl-v10.html
+%doc org.eclipse.linuxtools.profiling/epl-v10.html
 %{install_loc}
 
 %changelog
+* Tue Nov 29 2011 Roland Grunberg <rgrunber at redhat.com> 0.9.0-1
+- Update to 0.9.0.
+- Add ExclusiveArch for RHEL.
+
 * Mon Jul 18 2011 Jeff Johnston <jjohnstn at redhat.com> 0.8.0-0.1.20110706git02ddf6ebc7
 - Update to pre 0.8 release which adds dataviewers used by gprof/gcov into 
   linux profiling framework.
diff --git a/sources b/sources
index de51294..f6cc81f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-c8926805393d8dba7007339d06067a65  linuxtools-profiling-0.0.1-src.tar.bz2
-75bc37946b45abc646e590cad39e632c  org.eclipse.linuxtools-02ddf6ebc798dcaf192829b2f51fcc3b66f4ef3a.tar.gz
+0de9c47922d6b6200f08adb3507dbbe0  linuxtools-profiling-parent-0.9.0-src.tar.bz2


More information about the scm-commits mailing list