]> git.pld-linux.org Git - packages/eric3.git/commitdiff
- use macro, standard BuildRoot
authorankry <ankry@pld-linux.org>
Thu, 14 Aug 2003 19:52:37 +0000 (19:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eric3.spec -> 1.14

eric3.spec

index b28bf2adfbcb7cf77d927690b972571c55dfd6aa..ec2da15a1f0cc6fc376898065fa15cbaef90b315 100644 (file)
@@ -3,13 +3,14 @@
 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
 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/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
@@ -18,7 +19,7 @@ BuildRequires:        rpm-pythonprov
 BuildRequires: sip >= 3.7
 %pyrequires_eq python # python-modules ?
 Requires:      python-PyQt >= 3.7-3
-BuildRoot:     %{tmpdir}/eric-%{version}-root-%(id -u -n)
+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.076909 seconds and 4 git commands to generate.