]> git.pld-linux.org Git - packages/eric3.git/blobdiff - eric3.spec
- updated
[packages/eric3.git] / eric3.spec
index b28bf2adfbcb7cf77d927690b972571c55dfd6aa..a41824a735686937910a5180f0bcd573261e5c20 100644 (file)
@@ -3,22 +3,23 @@
 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 20030810
-Release:       0.%{snap}.1
+%define snap 20030817
+Release:       %{snap}-1
 License:       GPL
 Group:         X11/Development/Tools
-# Source0:     http://www.die-offenbachs.de/detlev/files/eric-%{version}.tar.gz
-Source0:       http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-%{snap}.tar.gz
+# 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: a245f974e7faefbdb22cef60a19cc79a
 URL:           http://www.die-offenbachs.de/detlev/eric3.html
-BuildRequires: python-PyQt-devel >= 3.7-3
-BuildRequires: qscintilla-devel >= 1.53
+BuildRequires: python-PyQt-devel >= 3.8
+BuildRequires: qscintilla-devel >= 1.2
 BuildRequires: rpm-pythonprov
-BuildRequires: sip >= 3.7
+BuildRequires: sip >= 3.8
 %pyrequires_eq python # python-modules ?
-Requires:      python-PyQt >= 3.7-3
-BuildRoot:     %{tmpdir}/eric-%{version}-root-%(id -u -n)
+Requires:      python-PyQt >= 3.8
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Eric3 is a full featured Python IDE that is written in PyQt using the
@@ -29,8 +30,8 @@ Eric3 jest pe
 u¿ywaj±cy edytora QScintilla.
 
 %prep
-# %%setup -q -n eric-%{version}.tar.gz
-%setup -q -n eric-snapshot-%{snap}
+# %%setup -q -n %{tar_name}-%{version}.tar.gz
+%setup -q -n %{tar_name}-snapshot-%{snap}
 
 %build
 
This page took 0.032342 seconds and 4 git commands to generate.