]> git.pld-linux.org Git - packages/SPE.git/blobdiff - SPE.spec
- up to 0.8.1.d by Robert Tomasik
[packages/SPE.git] / SPE.spec
index be7b95a7d5084a55c31d5ce8757fa27afa6d0f30..075c1c38b868ca476d298f4e43bd427776775d97 100644 (file)
--- a/SPE.spec
+++ b/SPE.spec
@@ -1,25 +1,27 @@
 # TODO:
 # - fix %%files (doc to %%doc, no .py, remove unused files)
 %define        _wx     2.6.1.0
-%define        _bl     2.35
-
+#
 Summary:       SPE - Stani's Python Editor
 Summary(pl):   SPE - pythonowy edytor Staniego
 Name:          SPE
-Version:       0.7.5.c
-Release:       0.1
+Version:       0.8.1.d
+Release:       1
 License:       LGPL 2.1+ (except sm library <free to use> and sm_idle <PSF>)
 Group:         Applications/Text
-Source0:       http://download.berlios.de/python/%{name}-%{version}-wx%{_wx}.-bl%{_bl}.tar.gz
-# Source0-md5: c40a24a3ed79ebba8c4fb208c000f67c
+Source0:       http://download.berlios.de/python/%{name}-%{version}-wx%{_wx}.tar.gz
+# Source0-md5: ea3f3bdf50d4dd26d21f9fc6fab70523
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 URL:           http://spe.pycs.net/
 BuildRequires: python
 BuildRequires: python-devel
 BuildRequires: python-modules
+Requires:      pydoc
 %pyrequires_eq python-modules
 Requires:      python-wxPython >= %{_wx}
+# below is needed - SPE doesn't start without "hacked" release of wxPython (reporting version issue)
+Requires:      python-wxPython >= 2.6.1.0-3
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,7 +46,7 @@ mo
 rozszerzalne przy pomocy boa.
 
 %prep
-%setup -q -n %{name}-%{version}-wx%{_wx}.-bl%{_bl}
+%setup -q -n %{name}-%{version}-wx%{_wx}
 
 %build
 python setup.py build
This page took 0.402265 seconds and 4 git commands to generate.