rpms/RunSnakeRun/devel RunSnakeRun.desktop, NONE, 1.1 RunSnakeRun.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

dmalcolm dmalcolm at fedoraproject.org
Mon Mar 8 15:47:43 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/RunSnakeRun/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8074/devel

Modified Files:
	.cvsignore sources 
Added Files:
	RunSnakeRun.desktop RunSnakeRun.spec import.log 
Log Message:
Initial import from review SRPM



--- NEW FILE RunSnakeRun.desktop ---
[Desktop Entry]
Name=RunSnakeRun
GenericName=Python profile viewer
Comment=Viewer for Python profile data
Exec=runsnake
Icon=
Terminal=false
Type=Application
Categories=Development;


--- NEW FILE RunSnakeRun.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%global alphatag b4

Name:           RunSnakeRun
Version:        2.0.0
Release:        0.3.%{alphatag}%{?dist}
Summary:        GUI Viewer for Python profiling runs

Group:          Development/Languages
License:        BSD
URL:            http://www.vrplumber.com/programming/runsnakerun/
Source0:        http://pypi.python.org/packages/source/R/RunSnakeRun/RunSnakeRun-%{version}%{alphatag}.tar.gz
Source1:        RunSnakeRun.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  desktop-file-utils

Requires:       python-squaremap

%description
RunSnakeRun is a small GUI utility that allows you to view (Python) "cProfile"
or "Profile" profiler dumps in a sortable GUI view.  It allows you to explore
the profiler information using a "square map" visualization or sortable tables
of data.

%prep
%setup -q -n %{name}-%{version}%{alphatag}

# Remove redundant shebang from runsnake.py:
sed -i -e '/^#!/, 1d' runsnake.py

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

desktop-file-install                                    \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications         \
%{SOURCE1}
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc license.txt
%{_bindir}/runsnake
%{python_sitelib}/runsnakerun
%{python_sitelib}/RunSnakeRun*.egg-info
%{_datadir}/applications/RunSnakeRun.desktop

%changelog
* Wed Mar  3 2010 David Malcolm <dmalcolm at redhat.com> - 2.0.0-0.3.b4
- remove redundant shebang from runsnakerun.py

* Tue Mar  2 2010 David Malcolm <dmalcolm at redhat.com> - 2.0.0-0.2.b4
- add license.txt
- explicitly list egg-info in %%files
- add a desktop file
- reworded package description

* Wed Feb 24 2010 David Malcolm <dmalcolm at redhat.com> - 2.0.0-0.1.b4
- initial package



--- NEW FILE import.log ---
RunSnakeRun-2_0_0-0_3_b4_fc12:HEAD:RunSnakeRun-2.0.0-0.3.b4.fc12.src.rpm:1268063005


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/RunSnakeRun/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Mar 2010 05:33:28 -0000	1.1
+++ .cvsignore	8 Mar 2010 15:47:39 -0000	1.2
@@ -0,0 +1 @@
+RunSnakeRun-2.0.0b4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/RunSnakeRun/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Mar 2010 05:33:28 -0000	1.1
+++ sources	8 Mar 2010 15:47:41 -0000	1.2
@@ -0,0 +1 @@
+20dc6a4b591ac989cd0ec9011446ac9b  RunSnakeRun-2.0.0b4.tar.gz



More information about the scm-commits mailing list