diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec index 215d3b8..f9b8ae6 100644 --- a/python-urlgrabber.spec +++ b/python-urlgrabber.spec @@ -3,7 +3,7 @@ Summary: A high-level cross-protocol url-grabber Name: python-urlgrabber Version: 3.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Source0: urlgrabber-%{version}.tar.gz Patch0: urlgrabber-keepalive.patch Patch1: urlgrabber-string-type.patch @@ -41,10 +41,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog LICENSE README TODO -%{python_sitelib}/urlgrabber +%{python_sitelib}/urlgrabber* %{_bindir}/urlgrabber %changelog +* Sat Mar 15 2008 Robert Scheck 3.0.0-5 +- Make sure, that *.egg-info is catched up during build + * Mon Dec 3 2007 Jeremy Katz - 3.0.0-4 - Ensure fds are closed on exceptions (markmc, #404211)