]> git.pld-linux.org Git - packages/eric3.git/blobdiff - eric3.spec
- Version 3.3.1-1.
[packages/eric3.git] / eric3.spec
index 54a9fc106dd73dbc8bf7e11798dd5029bbce0c05..73fc68d8888a2270eb28afc496aa1b0990830715 100644 (file)
@@ -3,21 +3,24 @@ Summary:      Eric3 is a full featured Python IDE
 Summary(pl):   Eric3 - pe³nowarto¶ciowe IDE dla Pythona
 Name:          eric3
 %define                tar_name        eric
-Version:       3.3
-%define snap 20030817
-Release:       0.%{snap}.2
+Version:       3.3.1
+#%%define snap 20031115
+Release:       1
 License:       GPL
 Group:         X11/Development/Tools
-# Source0:     http://www.die-offenbachs.de/detlev/files/%{tar_name}-%{version}.tar.gz
-Source0:       http://www.die-offenbachs.de/detlev/snapshots/%{tar_name}-snapshot-%{snap}.tar.gz
-# Source0-md5: 76c8cdff5b67a6f97faeff0ee741c15c
+Source0:       http://www.die-offenbachs.de/detlev/files/%{tar_name}-%{version}.tar.gz
+# Source0-md5: b90eb45006bf66bedab872870557e08a
+# Source0:     http://www.die-offenbachs.de/detlev/snapshots/%{tar_name}-snapshot-%{snap}.tar.gz
 URL:           http://www.die-offenbachs.de/detlev/eric3.html
-BuildRequires: python-PyQt-devel >= 3.8
+BuildRequires: python-PyQt >= 3.8
 BuildRequires: qscintilla-devel >= 1:1.2
 BuildRequires: rpm-pythonprov
 BuildRequires: sip >= 3.8
 %pyrequires_eq python # python-modules ?
+Requires:      python-devel-tools
 Requires:      python-PyQt >= 3.8
+Obsoletes:     eric
+
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,8 +32,8 @@ Eric3 jest pe
 u¿ywaj±cym edytora QScintilla.
 
 %prep
-# %%setup -q -n %{tar_name}-%{version}.tar.gz
-%setup -q -n %{tar_name}-snapshot-%{snap}
+%setup -q -n %{tar_name}-%{version}
+#%%setup -q -n %{tar_name}-snapshot-%{snap}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -55,10 +58,13 @@ rm -rf $RPM_BUILD_ROOT
 %{py_sitedir}/%{name}/Checks/*.py[co]
 %dir %{py_sitedir}/%{name}/Debugger
 %{py_sitedir}/%{name}/Debugger/*.py[co]
+%dir %{py_sitedir}/%{name}/DesignerTemplates
+%{py_sitedir}/%{name}/DesignerTemplates/*.tmpl
 %dir %{py_sitedir}/%{name}/DocumentationTools
 %{py_sitedir}/%{name}/DocumentationTools/*.py[co]
 %dir %{py_sitedir}/%{name}/Examples
 %{py_sitedir}/%{name}/Examples/*.py[co]
+%dir %{py_sitedir}/%{name}/Examples/Scripting
 %dir %{py_sitedir}/%{name}/Helpviewer
 %{py_sitedir}/%{name}/Helpviewer/*.py[co]
 %dir %{py_sitedir}/%{name}/Icons
This page took 0.081976 seconds and 4 git commands to generate.