]> git.pld-linux.org Git - packages/winpdb.git/blob - winpdb.spec
- mostly done
[packages/winpdb.git] / winpdb.spec
1 Summary:        Python debugger in wxGTK
2 Summary(pl.UTF-8):      Debugger pythona w wxGTK
3 Name:           winpdb
4 Version:        1.3.6
5 Release:        0.1
6 License:        GPL
7 Group:          Development/Languages/Python
8 Source0:        http://dl.sourceforge.net/winpdb/%{name}-%{version}.tar.gz
9 Patch0:     %{name}-rpdb2.patch
10 URL:            http://www.winpdb.org/
11 BuildRequires:  python-devel >= 1:2.5
12 BuildRequires:  rpm-pythonprov
13 #%pyrequires_eq  python-libs
14 %pyrequires_eq  python-modules
15 #BuildArch:     noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Winpdb is a platform independent GPL Python debugger with support for
20 multiple threads, namespace modification, embedded debugging,
21 encrypted communication and is up to 20 times faster than pdb.
22
23 %description -l pl.UTF-8
24 Winpdb jest niezależnym od platformy odpluskwiaczem języka Python na
25 licencji GPL ze wsparciem wielu wątków, modyfikacji przestrzeni nazw,
26 zagnieżdżonego odpluskwiania, szyfrowanej komunikacji i jest do
27 dwudziestu razy szybszy od pdb.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 python setup.py build
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 python setup.py install \
39         --optimize=2 \
40         --root=$RPM_BUILD_ROOT
41
42 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
43 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
44 %py_postclean
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README.txt
52 %attr(755,root,root) %{_bindir}/*
53 %{py_sitescriptdir}/*.py[co]
54 %{py_sitescriptdir}/%{name}-*.egg-info
This page took 0.090458 seconds and 4 git commands to generate.