From f2700aa87d2c0e05fad723cf6dff428a2333bf02 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Tue, 11 Dec 2007 11:32:19 +0000 Subject: [PATCH] handle egg-info too --- python-iniparse.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-iniparse.spec b/python-iniparse.spec index 21c7ba4..1477cf6 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -2,7 +2,7 @@ Name: python-iniparse Version: 0.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Module for Accessing and Modifying Configuration Data in INI files Group: Development/Libraries License: MIT @@ -45,12 +45,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %{_docdir}/python-iniparse-%{version}/* -%{python_sitelib}/iniparse +%{python_sitelib}/* %changelog +* Tue Dec 11 2007 Tim Lauridsen - 0.2.3-3 +- handle egg-info too * Tue Dec 11 2007 Tim Lauridsen - 0.2.3-2 - removed patch source line * Tue Dec 11 2007 Tim Lauridsen - 0.2.3-1