]> git.pld-linux.org Git - packages/SPE.git/blob - SPE.spec
- updated to 0.7.3.a
[packages/SPE.git] / SPE.spec
1 # TODO:
2 # - fix %%files (doc to %%doc, no .py, remove unused files)
3
4 %define _wx     2.5.4.1
5 %define _bl     2.35
6
7 Summary:        SPE - Stani's Python Editor
8 Summary(pl):    SPE - pythonowy edytor Staniego
9 Name:           SPE
10 Version:        0.7.3.a
11 Release:        0.1
12 License:        LGPL 2.1+ (except sm library <free to use> and sm_idle <PSF>)
13 Group:          Applications/Text
14 Source0:        http://projects.blender.org/frs/download.php/271/%{name}-%{version}-wx%{_wx}.-bl%{_bl}.zip
15 # Source0-md5:  52b1d02f179bab7a71b57f5698343230
16 URL:            http://spe.pycs.net/
17 BuildRequires:  findutils
18 BuildRequires:  python
19 BuildRequires:  python-devel
20 BuildRequires:  python-modules
21 BuildRequires:  unzip
22 %pyrequires_eq  python-modules
23 Requires:       python-wxPython >= %{_wx}
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Spe is a python IDE with auto-indentation, auto completion, call tips,
29 syntax coloring, syntax highlighting, class explorer, source index,
30 auto todo list, sticky notes, integrated pycrust shell, python file
31 browser, recent file browser, drag&drop, context help, ... Special is
32 its blender support with a blender 3d object browser and its ability
33 to run interactively inside blender. Spe is extensible with boa. 
34
35 %description -l pl
36 Spe (Stani's Python Editor) to pythonowe IDE z automatycznym
37 wykonywaniem wciêæ, automatycznym dope³nianiem, podpowiedziami
38 wywo³añ, kolorowaniem sk³adni, pod¶wietlaniem sk³adni, eksploratorem
39 klas, indeksem ¼róde³, automatyczn± list± TODO, przyklejanymi
40 notatkami, zintegrowan± pow³ok± pycrust, przegl±dark± plików
41 pythonowych, przegl±dark± ostatnio u¿ywanych plików, obs³ug± w stylu
42 przeci±gnij-i-upu¶æ, pomoc± kontekstow±... Specjaln± rzecz± jest
43 wsparcie dla blendera z przegl±dark± obiektów blendera 3D i
44 mo¿liwo¶ci± automatycznego uruchamiania z poziomu blendera. Spe jest
45 rozszerzalne przy pomocy boa.
46
47 %prep
48 %setup -q -n %{name}-%{version}-wx%{_wx}.-bl%{_bl}
49
50 %build
51 python setup.py build
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 python setup.py install \
57         --optimize=2 \
58         --root=$RPM_BUILD_ROOT
59
60 find $RPM_BUILD_ROOT -name '*.py' -exec rm "{}" ";"
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc README.txt
68 %attr(755,root,root) %{_bindir}/*
69 %{py_sitescriptdir}/*
This page took 0.101776 seconds and 4 git commands to generate.