diff --git a/python-numpy-doc.changes b/python-numpy-doc.changes index fcc3274..ab0f351 100644 --- a/python-numpy-doc.changes +++ b/python-numpy-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 1 11:52:47 UTC 2013 - speilicke@suse.com + +- The *.egg-info is a file, not a directory + ------------------------------------------------------------------- Fri May 3 22:27:24 UTC 2013 - toddrme2178@gmail.com diff --git a/python-numpy-doc.spec b/python-numpy-doc.spec index 25ae749..310597c 100644 --- a/python-numpy-doc.spec +++ b/python-numpy-doc.spec @@ -173,6 +173,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files -n python-numpydoc %defattr(-,root,root) %{python_sitelib}/%{docname}/ -%{python_sitelib}/%{docname}-%{docvers}-py%{py_ver}.egg-info/ +%{python_sitelib}/%{docname}-%{docvers}-py%{py_ver}.egg-info %changelog