rpms/eclipse-callgraph/devel eclipse-callgraph-fetch-src.sh, NONE, 1.1 eclipse-callgraph.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Charley Wang chwang at fedoraproject.org
Fri Sep 25 17:51:02 UTC 2009


Author: chwang

Update of /cvs/pkgs/rpms/eclipse-callgraph/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5043/devel

Modified Files:
	.cvsignore sources 
Added Files:
	eclipse-callgraph-fetch-src.sh eclipse-callgraph.spec 
	import.log 
Log Message:


Initial import (Review bug #525274)



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

fetch_cmd="svn export http://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/systemtap/tags/$tag"

rm -fr $tar_name && mkdir $tar_name
pushd $tar_name

# Fetch plugins
$fetch_cmd
mv $tag/* ./
rmdir $tag

popd
# create archive
tar -cjf $tar_name.tar.bz2 $tar_name


--- NEW FILE eclipse-callgraph.spec ---
%global src_repo_tag   callgraphR0_0_1
%global eclipse_base   %{_libdir}/eclipse
%global install_loc    %{_libdir}/eclipse/dropins/callgraph
%global debug_package %{nil}

Name:           eclipse-callgraph
Version:        0.0.1
Release:        2%{?dist}
Summary:        C/C++ Call Graph Visualization Tool

Group:          Development/Tools
License:        EPL
URL:            http://eclipse.org/linuxtools
# sh %{name}-fetch-src.sh
Source0:        %{name}-fetched-src-%{src_repo_tag}.tar.bz2
Source1:        %{name}-fetch-src.sh
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: eclipse-cdt
BuildRequires: eclipse-gef
BuildRequires: eclipse-pde
BuildRequires: eclipse-linuxprofilingframework
Requires: systemtap
Requires: eclipse-gef
Requires: eclipse-cdt
Requires: eclipse-linuxprofilingframework

%description
Graphically displays the call hierarchy from executing a C/C++ binary, along
with various other runtime statistics.

%prep
%setup -q -n %{name}-fetched-src-%{src_repo_tag}

%build
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.linuxtools.callgraph \
 -d "cdt gef linuxprofilingframework"

%install
#installs to /usr/lib/eclipse/callgraph due to dependency on eclipse-
#linuxprofilingframework, which depends on architecture.
%{__rm} -rf %{buildroot}
install -d -m 755 %{buildroot}%{install_loc}

%{__unzip} -q -d %{buildroot}%{install_loc} \
     build/rpmBuild/org.eclipse.linuxtools.callgraph.zip 

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{install_loc}
%doc org.eclipse.linuxtools.callgraph-feature/epl-v10.html

%changelog
* Thu Sep 24 2009 Roland Grunberg <rgrunber at redhat.com> 0.0.1-2
- Some more changes to spec file

* Thu Sep 24 2009 Charley Wang <chwang at redhat.com> 0.0.1-1
- Make minor changes to spec file

* Thu Sep 24 2009 Charley Wang <chwang at redhat.com> 0.0.1-1
- Initial creation of eclipse-callgraph


--- NEW FILE import.log ---
eclipse-callgraph-0_0_1-2_fc11:HEAD:eclipse-callgraph-0.0.1-2.fc11.src.rpm:1253900608


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-callgraph/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	25 Sep 2009 15:34:15 -0000	1.1
+++ .cvsignore	25 Sep 2009 17:51:02 -0000	1.2
@@ -0,0 +1 @@
+eclipse-callgraph-fetched-src-callgraphR0_0_1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-callgraph/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	25 Sep 2009 15:34:15 -0000	1.1
+++ sources	25 Sep 2009 17:51:02 -0000	1.2
@@ -0,0 +1 @@
+7cca9a852a446094b5c489f73f98845c  eclipse-callgraph-fetched-src-callgraphR0_0_1.tar.bz2




More information about the scm-commits mailing list