[eclipse-oprofile] - Update to 0.9.0. - Add ExclusiveArch for RHEL.

Roland Grunberg rgrunber at fedoraproject.org
Mon Nov 28 22:15:43 UTC 2011


commit 1cf6a317733b138244a4fcd62587a1392b281d6e
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Mon Nov 28 16:53:23 2011 -0500

    - Update to 0.9.0.
    - Add ExclusiveArch for RHEL.

 .gitignore                    |    1 +
 eclipse-oprofile-fetch-src.sh |    2 +-
 eclipse-oprofile.spec         |   20 ++++++++++++++------
 sources                       |    2 +-
 4 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08793d3..51936bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 eclipse-oprofile-fetched-src-0.6.1.tar.bz2
 eclipse-oprofile-fetched-src-v0.8.0.tar.bz2
+/eclipse-oprofile-fetched-src-v0.9.0.tar.bz2
diff --git a/eclipse-oprofile-fetch-src.sh b/eclipse-oprofile-fetch-src.sh
index c05bed6..32e001a 100644
--- a/eclipse-oprofile-fetch-src.sh
+++ b/eclipse-oprofile-fetch-src.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 usage='usage: $0 <tag>'
 name=eclipse-oprofile
-tag="v0.8.0"
+tag="v0.9.0"
 tar_name=$name-fetched-src-$tag
 
 if [ "x$tag"x = 'xx' ]; then
diff --git a/eclipse-oprofile.spec b/eclipse-oprofile.spec
index a3b12cb..bae5ae7 100644
--- a/eclipse-oprofile.spec
+++ b/eclipse-oprofile.spec
@@ -1,7 +1,7 @@
-%global src_repo_tag   v0.8.0
+%global src_repo_tag   v0.9.0
 %global eclipse_base   %{_libdir}/eclipse
 %global install_loc    %{_libdir}/eclipse/dropins/oprofile
-%global qualifier      201106060936
+%global qualifier      201111050234
 %global ver_qual       0.3.1.%{qualifier}
 %global oprofile_src_dir eclipse-oprofile-fetched-src-%{src_repo_tag}
 
@@ -17,8 +17,8 @@
 %endif
 
 Name:           eclipse-oprofile
-Version:        0.8.0
-Release:        2%{?dist}
+Version:        0.9.0
+Release:        1%{?dist}
 Summary:        Eclipse plugin for OProfile integration
 
 Group:          Development/Tools
@@ -39,6 +39,10 @@ Requires: eclipse-linuxprofilingframework >= 0.2.0
 Requires: oprofile >= 0.9.3
 Requires: usermode >= 1.98
 
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%endif
+
 %description
 Eclipse plugins to integrate OProfile's profiling capabilities with the CDT.
 
@@ -46,7 +50,7 @@ Eclipse plugins to integrate OProfile's profiling capabilities with the CDT.
 %setup -q -n %{oprofile_src_dir}
 
 %build
-%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.linuxtools.oprofile \
+%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.linuxtools.oprofile.feature \
 				      -d "cdt linuxprofilingframework" \
                                       -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -Dosgi.arch=%{eclipse_arch} -Dconfigs=linux,gtk,%{eclipse_arch}"
 
@@ -54,7 +58,7 @@ Eclipse plugins to integrate OProfile's profiling capabilities with the CDT.
 install -d -m 755 %{buildroot}%{install_loc}
 
 %{__unzip} -q -d %{buildroot}%{install_loc} \
-     build/rpmBuild/org.eclipse.linuxtools.oprofile.zip 
+     build/rpmBuild/org.eclipse.linuxtools.oprofile.feature.zip
 
 ### install.sh stuff ###
 %global corepath %{buildroot}%{install_loc}/eclipse/plugins/org.eclipse.linuxtools.oprofile.core_%{ver_qual}
@@ -84,6 +88,10 @@ rm -f %{corepath}/natives/linux/scripts/uninstall{,-noconsolehelper}.sh
 %{_sysconfdir}/pam.d/opcontrol
 
 %changelog
+* Mon Nov 28 2011 Roland Grunberg <rgrunber at redhat.com> 0.9.0-1
+- Update to 0.9.0.
+- Add ExclusiveArch for RHEL.
+
 * Tue Jul 5 2011 Sami Wagiaalla <swagiaal at redhat.com> 0.8.0-2
 - Updated the release number.
 
diff --git a/sources b/sources
index 2d04c41..b5013d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cad080b6c3755844e9fc31f4500f33dd  eclipse-oprofile-fetched-src-v0.8.0.tar.bz2
+afe97b57edb0437cd41a13b045ecde14  eclipse-oprofile-fetched-src-v0.9.0.tar.bz2


More information about the scm-commits mailing list