Accepting request 198988 from home:poorboywilly:branches:devel:languages:python

Update to 0.9.6 and spec cleanup

OBS-URL: https://build.opensuse.org/request/show/198988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-odfpy?expand=0&rev=6
This commit is contained in:
Sascha Peilicke 2013-09-16 07:33:12 +00:00 committed by Git OBS Bridge
parent 9a91b130ec
commit 8f251c5dc9
4 changed files with 26 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8548e1e4c9a37552b561875f4de0638136079e8ddc2cfc345801aa02eab60e6
size 437625

3
odfpy-0.9.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6f53f82d3e9ef40f74d13cbd45795f5d7b8770ebcc5eea9f4524dd878ccc0db
size 417809

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Sep 13 14:58:14 UTC 2013 - os-dev@jacraig.com
- Update to 0.9.6:
* This maintenance release adds the sources for the man-pages, and replaces
the thumbnail icon because the original has disappeared from
http://www.zwahlendesign.ch/en/node/20 along with the license statement.
- Changes from 0.9.5:
* Added missing license declarations.
- Changes from 0.9.4:
* This is a patch to fix an issue where chart styles were lost when saving a
ODT document.
- Change BuildRequires from distribute to setuptools.
- Spec file cleanup:
* Only add python_sitelib definition if needed and add braces when it is
used.
-------------------------------------------------------------------
Mon Oct 8 16:38:17 UTC 2012 - cfarrell@suse.com

View File

@ -17,7 +17,7 @@
Name: python-odfpy
Version: 0.9.3
Version: 0.9.6
Release: 0
Url: http://opendocumentfellowship.com/development/projects/odfpy
Summary: Python API and tools to manipulate OpenDocument files
@ -26,14 +26,15 @@ Group: Development/Languages/Python
Source: odfpy-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-setuptools
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
%if 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
Odfpy is a library to read and write OpenDocument v. 1.1 files.
@ -76,6 +77,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*
%python_sitelib/*
%{python_sitelib}/*
%changelog