Accepting request 199185 from devel:languages:python
Update to 0.9.6 and spec cleanup (forwarded request 198988 from poorboywilly) OBS-URL: https://build.opensuse.org/request/show/199185 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-odfpy?expand=0&rev=13
This commit is contained in:
commit
d4e767058e
@ -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
3
odfpy-0.9.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a6f53f82d3e9ef40f74d13cbd45795f5d7b8770ebcc5eea9f4524dd878ccc0db
|
||||||
|
size 417809
|
@ -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
|
Mon Oct 8 16:38:17 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-odfpy
|
Name: python-odfpy
|
||||||
Version: 0.9.3
|
Version: 0.9.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://opendocumentfellowship.com/development/projects/odfpy
|
Url: http://opendocumentfellowship.com/development/projects/odfpy
|
||||||
Summary: Python API and tools to manipulate OpenDocument files
|
Summary: Python API and tools to manipulate OpenDocument files
|
||||||
@ -26,14 +26,15 @@ Group: Development/Languages/Python
|
|||||||
Source: odfpy-%{version}.tar.bz2
|
Source: odfpy-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-setuptools
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%py_requires
|
%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
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Odfpy is a library to read and write OpenDocument v. 1.1 files.
|
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,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%python_sitelib/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user