[RunSnakeRun] Updated to 2.0.4

Matej Stuchlik mstuchli at fedoraproject.org
Thu Jan 9 11:31:29 UTC 2014


commit 503b3955a344ad399125f75138e6d8d473169677
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Thu Jan 9 12:28:50 2014 +0100

    Updated to 2.0.4

 RunSnakeRun.spec |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/RunSnakeRun.spec b/RunSnakeRun.spec
index 0f97b27..61bdb0d 100644
--- a/RunSnakeRun.spec
+++ b/RunSnakeRun.spec
@@ -3,14 +3,14 @@
 %global alphatag a1
 
 Name:           RunSnakeRun
-Version:        2.0.2
-Release:        0.4.%{alphatag}%{?dist}
+Version:        2.0.4
+Release:        1%{?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
+Source0:        http://pypi.python.org/packages/source/R/RunSnakeRun/RunSnakeRun-%{version}.tar.gz
 Source1:        RunSnakeRun.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -32,7 +32,7 @@ the profiler information using a "square map" visualization or sortable tables
 of data.
 
 %prep
-%setup -q -n %{name}-%{version}%{alphatag}
+%setup -q -n %{name}-%{version}
 
 # Remove redundant shebang from runsnake.py:
 sed -i -e '/^#!/, 1d' runsnakerun/runsnake.py
@@ -44,9 +44,7 @@ sed -i -e '/^#!/, 1d' runsnakerun/runsnake.py
 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}
+desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/RunSnakeRun.desktop
 
 %changelog
+* Thu Jan 09 2014 Matej Stuchlik <mstuchli at redhat.com> - 2.0.4-1
+- Updated to 2.0.4
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.2-0.4.a1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list