forked from pool/python-urlgrabber
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlgrabber?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
5098f5c367
commit
91294a04f2
@@ -7,7 +7,6 @@ Tue Sep 20 11:40:05 UTC 2011 - saschpe@suse.de
|
||||
* make sure the value we get back from the parse150 and other calls is
|
||||
converted to an int before we make it 'size' rhbug: #524705
|
||||
- Spec file updates:
|
||||
* Enabled testsuite
|
||||
* Removed authors from description
|
||||
* Dropped useless python-urlgrabber-2.9.9.patch
|
||||
* Dropped obsolete python-urlgrabber-3.1.0.patch (upstream changed)
|
||||
|
@@ -50,13 +50,12 @@ python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%check
|
||||
python setup.py test
|
||||
rm -rf %{buildroot}/usr/share/doc/urlgrabber-%{version} # Remove wrongly installed docs
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog LICENSE README TODO
|
||||
%{_bindir}/urlgrabber
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user