- Make sure, that *.egg-info is catched up during build

epel9
Jeremy Katz 17 years ago
parent aae8f4ae2f
commit 83cb0bb1bb

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

Loading…
Cancel
Save