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