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
|
* 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
|
converted to an int before we make it 'size' rhbug: #524705
|
||||||
- Spec file updates:
|
- Spec file updates:
|
||||||
* Enabled testsuite
|
|
||||||
* Removed authors from description
|
* Removed authors from description
|
||||||
* Dropped useless python-urlgrabber-2.9.9.patch
|
* Dropped useless python-urlgrabber-2.9.9.patch
|
||||||
* Dropped obsolete python-urlgrabber-3.1.0.patch (upstream changed)
|
* Dropped obsolete python-urlgrabber-3.1.0.patch (upstream changed)
|
||||||
|
@@ -50,13 +50,12 @@ python setup.py build
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
rm -rf %{buildroot}/usr/share/doc/urlgrabber-%{version} # Remove wrongly installed docs
|
||||||
%check
|
|
||||||
python setup.py test
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog LICENSE README TODO
|
%doc ChangeLog LICENSE README TODO
|
||||||
|
%{_bindir}/urlgrabber
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user