14
0
Sascha Peilicke
2011-09-21 07:27:08 +00:00
committed by Git OBS Bridge
parent 5098f5c367
commit 91294a04f2
2 changed files with 2 additions and 4 deletions

View File

@@ -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)

View File

@@ -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