From 83cb0bb1bbe54889eae3b7d6d83b5209b782f45a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sun, 16 Mar 2008 16:57:15 +0000 Subject: [PATCH] - Make sure, that *.egg-info is catched up during build --- python-urlgrabber.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)