X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=eric3.spec;h=a41824a735686937910a5180f0bcd573261e5c20;hb=3ac203d5b923e582da997a021c9af93335b0cca6;hp=b28bf2adfbcb7cf77d927690b972571c55dfd6aa;hpb=988a594c004ab1dfc01445ff96a4fbee7b3c8f95;p=packages%2Feric3.git diff --git a/eric3.spec b/eric3.spec index b28bf2a..a41824a 100644 --- a/eric3.spec +++ b/eric3.spec @@ -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