]> git.pld-linux.org Git - packages/SPE.git/blame - SPE.spec
- updated to 0.4.0.b
[packages/SPE.git] / SPE.spec
CommitLineData
435486c7
AF
1# TODO:
2# - fix %%files (doc to %%doc, no .py, remove unused files)
3%include /usr/lib/rpm/macros.python
4
5Summary: SPE - Stani's Python Editor
6Name: SPE
ca6eca7c 7Version: 0.4.0.b
435486c7
AF
8%define _wx 2.4.1.2
9%define _bl 2.28
10Release: 0.1
11License: LGPL 2.1+ (except sm library <free to use> and sm_idle <PSF>)
12Group: Applications/Text
13Source0: http://spe.pycs.net/releases/%{name}-%{version}-wx%{_wx}.-bl%{_bl}.zip
ca6eca7c 14# Source0-md5: 2184fe9f33ab75dbfc087c81b99ad3fd
435486c7
AF
15URL: http://spe.pycs.net/
16BuildRequires: rpm-pythonprov
17%pyrequires_eq python-modules
18Requires: python-wxPython >= %{_wx}
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Spe is a python IDE with auto-indentation, auto completion, call tips, syntax
24coloring, syntax highlighting, class explorer, source index, auto todo list,
25sticky notes, integrated pycrust shell, python file browser, recent file
26browser, drag&drop, context help, ... Special is its blender support with a
27blender 3d object browser and its ability to run interactively inside blender.
28Spe is extensible with boa.
29
30%prep
31%setup -q -n %{name}-%{version}-wx%{_wx}.-bl%{_bl}
32
33%build
34python setup.py build
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39python setup.py install \
40 --optimize=2 \
41 --root=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc README.txt
49%attr(755,root,root) %{_bindir}/*
50%{py_sitedir}/*
This page took 0.061269 seconds and 4 git commands to generate.