]> git.pld-linux.org Git - packages/python-urlgrabber.git/commitdiff
- Initial PLD release
authorPatryk Zawadzki <patrys@room-303.com>
Sat, 23 Apr 2005 21:49:05 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-urlgrabber.spec -> 1.1

python-urlgrabber.spec [new file with mode: 0644]

diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec
new file mode 100644 (file)
index 0000000..03b3b37
--- /dev/null
@@ -0,0 +1,32 @@
+Summary:       A high-level cross-protocol url-grabber
+Name:          python-urlgrabber
+Version:       2.9.6
+Release:       1
+License:       LGPL
+Group:         Development/Libraries
+Source0:       urlgrabber-%{version}.tar.gz
+# Source0-md5: e4afa725cf63b2684019f92cd8255671
+URL:           http://linux.duke.edu/projects/urlgrabber/
+BuildArch:     noarch
+Provides:      urlgrabber
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A high-level cross-protocol url-grabber for python supporting HTTP, FTP 
+and file locations.  Features include keepalive, byte ranges, throttling,
+authentication, proxies and more.
+
+%prep
+%setup -n urlgrabber-%{version}
+
+%build
+python setup.py build
+
+%install
+python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f INSTALLED_FILES
+%defattr(644,root,root,755)
This page took 0.0909 seconds and 4 git commands to generate.