rpms/eclipse-valgrind/F-11 eclipse-valgrind-fetch-src.sh, NONE, 1.1 .cvsignore, 1.2, 1.3 eclipse-valgrind.spec, 1.6, 1.7 sources, 1.2, 1.3 eclipse-valgrind-locale-percentage-strings.patch, 1.1, NONE

Elliott Baron ebaron at fedoraproject.org
Fri May 15 19:26:51 UTC 2009


Author: ebaron

Update of /cvs/pkgs/rpms/eclipse-valgrind/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9015

Modified Files:
	.cvsignore eclipse-valgrind.spec sources 
Added Files:
	eclipse-valgrind-fetch-src.sh 
Removed Files:
	eclipse-valgrind-locale-percentage-strings.patch 
Log Message:
* Wed May 13 2009 Elliott Baron <ebaron at redhat.com> 0.2.0-1
- Upstream 0.2.0 release.



--- NEW FILE eclipse-valgrind-fetch-src.sh ---
#!/bin/sh
usage='usage: $0 <tag>'
name=eclipse-valgrind
tag=$1
tar_name=$name-fetched-src-$tag

if [ "x$tag"x = 'xx' ]; then
   echo >&2 "$usage"
   exit 1
fi

rm -fr $tar_name 

# Fetch plugins/features
for f in \
org.eclipse.linuxtools.valgrind-feature \
org.eclipse.linuxtools.valgrind.core \
org.eclipse.linuxtools.valgrind.launch \
org.eclipse.linuxtools.valgrind.massif \
org.eclipse.linuxtools.valgrind.memcheck \
org.eclipse.linuxtools.valgrind.ui \
; do
svn export svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/valgrind/tags/$tag/$f $tar_name/$f
done

# create archive
tar -cjf $tar_name.tar.bz2 $tar_name/*


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-valgrind/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	24 Feb 2009 16:22:22 -0000	1.2
+++ .cvsignore	15 May 2009 19:26:19 -0000	1.3
@@ -1,2 +1 @@
-eclipse-valgrind-fetch-src.sh
-eclipse-valgrind-fetched-src-RELEASE_0_1.tar.bz2
+eclipse-valgrind-fetched-src-RELEASE_0_2_0.tar.bz2


Index: eclipse-valgrind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-valgrind/F-11/eclipse-valgrind.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- eclipse-valgrind.spec	8 Apr 2009 15:45:10 -0000	1.6
+++ eclipse-valgrind.spec	15 May 2009 19:26:20 -0000	1.7
@@ -1,13 +1,14 @@
-%define src_repo_tag   RELEASE_0_1
+%define src_repo_tag   RELEASE_0_2_0
 %define eclipse_base   %{_libdir}/eclipse
 %define install_loc    %{_libdir}/eclipse/dropins/valgrind
+%define qualifier      200905081335
 
 # Package in %%{_libdir} but no native code so no debuginfo
 %global debug_package %{nil}
 
 Name:           eclipse-valgrind
-Version:        0.1.0
-Release:        6%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        Valgrind Tools Integration for Eclipse
 
 Group:          Development/Tools
@@ -15,7 +16,6 @@ License:        EPL
 URL:            http://www.eclipse.org/linuxtools/projectPages/valgrind
 Source0:        %{name}-fetched-src-%{src_repo_tag}.tar.bz2
 Source1:        %{name}-fetch-src.sh
-Patch0:         %{name}-locale-percentage-strings.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #No CDT on ppc64
@@ -23,12 +23,12 @@ ExcludeArch: ppc64
 
 BuildRequires: java-devel >= 1.5.0
 BuildRequires: eclipse-cdt
-BuildRequires: eclipse-linuxprofilingframework
+BuildRequires: eclipse-linuxprofilingframework >= 0.2.0
 BuildRequires: eclipse-birt
 BuildRequires: eclipse-pde >= 1:3.4.0
 Requires: eclipse-platform >= 3.4.0
 Requires: eclipse-cdt
-Requires: eclipse-linuxprofilingframework
+Requires: eclipse-linuxprofilingframework >= 0.2.0
 Requires: eclipse-birt
 Requires: valgrind >= 3.3.0
 
@@ -38,15 +38,12 @@ projects using the Valgrind tool suite a
 
 %prep
 %setup -q -n %{name}-fetched-src-%{src_repo_tag}
-pushd org.eclipse.linuxtools.valgrind.massif
-%patch0
-popd
 
 %build
 %{eclipse_base}/buildscripts/pdebuild \
     -f org.eclipse.linuxtools.valgrind.feature \
     -d "cdt linuxprofilingframework emf rhino birt" \
-    -a "-DjavacSource=1.5 -DjavacTarget=1.5"
+    -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier}"
 
 %install
 %{__rm} -rf %{buildroot}
@@ -64,6 +61,9 @@ install -d -m 755 %{buildroot}%{install_
 %doc org.eclipse.linuxtools.valgrind-feature/epl-v10.html
 
 %changelog
+* Wed May 13 2009 Elliott Baron <ebaron at redhat.com> 0.2.0-1
+- Upstream 0.2.0 release.
+
 * Wed Apr 8 2009 Elliott Baron <ebaron at redhat.com> 0.1.0-6
 - Don't generate debuginfo (rhbz#494719).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-valgrind/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	24 Feb 2009 16:22:22 -0000	1.2
+++ sources	15 May 2009 19:26:20 -0000	1.3
@@ -1,2 +1 @@
-212c37b5989873cd451d6aff43ebf8a6  eclipse-valgrind-fetch-src.sh
-6545f770e78d5a4cc5dbea7bf869f205  eclipse-valgrind-fetched-src-RELEASE_0_1.tar.bz2
+cd674f7b8eb9096ed6aa47b1a970de3c  eclipse-valgrind-fetched-src-RELEASE_0_2_0.tar.bz2


--- eclipse-valgrind-locale-percentage-strings.patch DELETED ---




More information about the scm-commits mailing list