]> git.pld-linux.org Git - packages/python-urlgrabber.git/blame - python-urlgrabber.spec
- Initial PLD release
[packages/python-urlgrabber.git] / python-urlgrabber.spec
CommitLineData
ff0c16c0
PZ
1Summary: A high-level cross-protocol url-grabber
2Name: python-urlgrabber
3Version: 2.9.6
4Release: 1
5License: LGPL
6Group: Development/Libraries
7Source0: urlgrabber-%{version}.tar.gz
8# Source0-md5: e4afa725cf63b2684019f92cd8255671
9URL: http://linux.duke.edu/projects/urlgrabber/
10BuildArch: noarch
11Provides: urlgrabber
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15A high-level cross-protocol url-grabber for python supporting HTTP, FTP
16and file locations. Features include keepalive, byte ranges, throttling,
17authentication, proxies and more.
18
19%prep
20%setup -n urlgrabber-%{version}
21
22%build
23python setup.py build
24
25%install
26python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
27
28%clean
29rm -rf $RPM_BUILD_ROOT
30
31%files -f INSTALLED_FILES
32%defattr(644,root,root,755)
This page took 0.049482 seconds and 4 git commands to generate.