Accepting request 66928 from devel:languages:python
Accepted submit request 66928 from user coolo OBS-URL: https://build.opensuse.org/request/show/66928 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-odfpy?expand=0&rev=6
This commit is contained in:
commit
4f6180062f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user