]> git.pld-linux.org Git - packages/python-path.git/commitdiff
- cosmetics, BR: python-modules
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 May 2004 21:53:02 +0000 (21:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-path.spec -> 1.2

python-path.spec

index 1036ccfa38e93bc69082e06a85c322ba9245b6bf..3b16da48f319108175fbdff2f2cef82ef77b5a78 100644 (file)
@@ -12,10 +12,11 @@ Group:              Libraries/Python
 Source0:       http://www.jorendorff.com/articles/python/path/%{module}.py
 # NoSource0-md5: 9ae93736f9845827aed23bcfa0aaa6ea
 URL:           http://www.jorendorff.com/articles/python/path/
 Source0:       http://www.jorendorff.com/articles/python/path/%{module}.py
 # NoSource0-md5: 9ae93736f9845827aed23bcfa0aaa6ea
 URL:           http://www.jorendorff.com/articles/python/path/
+BuildRequires: python-modules >= 2.2
+BuildRequires: rpm-perlprov
 Requires:      python >= 2.2
 Requires:      python >= 2.2
-BuildRequires: python >= 2.2
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildArch:     noarch
 BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This module provides a single class that wraps the functionality in
 
 %description
 This module provides a single class that wraps the functionality in
@@ -32,8 +33,8 @@ cp -f %{SOURCE0} .
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
 
 
-install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/
 install %{SOURCE0} $RPM_BUILD_ROOT%{py_sitescriptdir}
 
 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}/
 install %{SOURCE0} $RPM_BUILD_ROOT%{py_sitescriptdir}
 
 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}/
This page took 0.108869 seconds and 4 git commands to generate.