Commit 409573af authored by Luke Macken's avatar Luke Macken

Clean up our RPM specfile

parent 7264f650
%global betaver beta3 %global betaver beta6
Name: pyrasite Name: pyrasite
Version: 2.0 Version: 2.0
...@@ -12,17 +12,13 @@ Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{ver ...@@ -12,17 +12,13 @@ Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{ver
BuildArch: noarch BuildArch: noarch
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-meliae
Requires: pygobject3
Requires: webkitgtk3
Requires: python-meliae
Requires: python-pycallgraph
Requires: gdb >= 7.3 Requires: gdb >= 7.3
%description %description
Pyrasite uses gdb to inject code into a running Python process. It is Pyrasite uses the GNU debugger to inject code into a running Python process.
comprised of a command-line tool, a Python API, and a graphical interface. It is comprised of a command-line tool, and a Python API. This package
also comes with a variety of example payloads.
%prep %prep
%setup -q -n %{name}-%{version}%{betaver} %setup -q -n %{name}-%{version}%{betaver}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment