-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpyrasite-gui.spec
47 lines (37 loc) · 1.27 KB
/
pyrasite-gui.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
%global betaver beta7
Name: pyrasite-gui
Version: 2.0
Release: 0.1.%{betaver}%{?dist}
Summary: A graphical interface for monitoring and introspecting Python
Group: Development/Tools
License: GPLv3
URL: http://pyrasite.com
Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}%{betaver}.tar.gz
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-meliae
BuildRequires: pygobject3
Requires: pyrasite
Requires: pygobject3
Requires: webkitgtk3
Requires: python-meliae
Requires: python-pycallgraph
Requires: jquery-sparkline
%description
Pyrasite uses gdb to inject code into a running Python process. This package
contains a graphical interface for Pyrasite, which allows you to easily monitor,
analyze, introspect, and alter running Python programs.
%prep
%setup -q -n %{name}-%{version}%{betaver}
%build
%{__python} setup.py build
%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/pyrasite-gui
%{python_sitelib}/pyrasite_gui*
%changelog
* Mon Mar 12 2012 Luke Macken <[email protected]> 2.0-0.1.beta7
- Initial package for Fedora