Conditionally include the egg-info, when available (#478417)

This commit is contained in:
Luke Macken 2009-02-09 17:36:51 +00:00
parent 5a42fe6d7a
commit 78d421497b

View File

@ -3,7 +3,7 @@
Name: python-configobj
Version: 4.5.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Config file reading, writing, and validation
Group: System Environment/Libraries
@ -58,9 +58,14 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/*.py
%{python_sitelib}/*.pyc
%{python_sitelib}/*.pyo
%{python_sitelib}/configobj-%{version}-py%{pyver}.egg-info
%if 0%{?fedora} >= 9
%{python_sitelib}/*.egg-info
%endif
%changelog
* Mon Feb 09 2009 Luke Macken <lmacken@redhat.com> - 4.5.3-4
- Conditionally include the egg-info, when available (#478417)
* Mon Dec 1 2008 Toshio Kuratomi <toshio@fedoraproject.org> - 4.5.3-3
- Upload Source file so this actually builds.