]> git.pld-linux.org Git - packages/python-urlgrabber.git/blobdiff - python-urlgrabber.spec
- update url
[packages/python-urlgrabber.git] / python-urlgrabber.spec
index 033c4d1ff41db763315017bfb332fc8b29bac9a6..e081c36854325f8d7775f1eec17c69220469db5a 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A high-level cross-protocol url-grabber
 Summary(pl.UTF-8):     Wysokopoziomowa biblioteka do wychwytywania URL-i do wielu protokołów
 Name:          python-urlgrabber
 # 3.0.x is stable series (we use that one)
-# 3.1.x is devel series
+# 3.9.x is devel series
 Version:       3.0.0
 Release:       4
 Epoch:         1
@@ -10,7 +10,7 @@ License:      LGPL v2.1+
 Group:         Libraries/Python
 Source0:       http://linux.duke.edu/projects/urlgrabber/download/urlgrabber-%{version}.tar.gz
 # Source0-md5: 3cdb34db3269baf8006da35b9f82d9c9
-URL:           http://linux.duke.edu/projects/urlgrabber/
+URL:           http://urlgrabber.baseurl.org/
 BuildRequires: python >= 1:2.5
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-libs
@@ -33,11 +33,11 @@ uwierzytelnianie, proxy itp.
 %setup -q -n urlgrabber-%{version}
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install \
+%{__python} setup.py install \
        --root=$RPM_BUILD_ROOT
 
 rm -rf $RPM_BUILD_ROOT%{_docdir}/urlgrabber-%{version}
This page took 0.054263 seconds and 4 git commands to generate.