Conditionally include the egg-info, when available (#478417)
This commit is contained in:
parent
5a42fe6d7a
commit
78d421497b
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-configobj
|
Name: python-configobj
|
||||||
Version: 4.5.3
|
Version: 4.5.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Config file reading, writing, and validation
|
Summary: Config file reading, writing, and validation
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -58,9 +58,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{python_sitelib}/*.py
|
%{python_sitelib}/*.py
|
||||||
%{python_sitelib}/*.pyc
|
%{python_sitelib}/*.pyc
|
||||||
%{python_sitelib}/*.pyo
|
%{python_sitelib}/*.pyo
|
||||||
%{python_sitelib}/configobj-%{version}-py%{pyver}.egg-info
|
%if 0%{?fedora} >= 9
|
||||||
|
%{python_sitelib}/*.egg-info
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 1 2008 Toshio Kuratomi <toshio@fedoraproject.org> - 4.5.3-3
|
||||||
- Upload Source file so this actually builds.
|
- Upload Source file so this actually builds.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user