diff --git a/python-odfpy.changes b/python-odfpy.changes index 563e054..c86c915 100644 --- a/python-odfpy.changes +++ b/python-odfpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 31 14:25:41 UTC 2011 - saschpe@suse.de + +- Removed *.egg-info from %%files section + ------------------------------------------------------------------- Thu Mar 3 08:56:50 UTC 2011 - saschpe@suse.de diff --git a/python-odfpy.spec b/python-odfpy.spec index e4f5392..877f2ee 100644 --- a/python-odfpy.spec +++ b/python-odfpy.spec @@ -11,12 +11,11 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. - +# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild - %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -24,7 +23,7 @@ Name: python-%{mod_name} Version: 0.9.3 -Release: 1 +Release: 0 Url: http://opendocumentfellowship.com/development/projects/odfpy Summary: Python API and tools to manipulate OpenDocument files License: GPLv2+, ASLv2 @@ -85,6 +84,5 @@ rm -rf %{buildroot} %{_bindir}/* %{_mandir}/man1/* %python_sitelib/odf* -%python_sitelib/*.egg-info %changelog