forked from pool/python-simplekml
- Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplekml?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
8b52d90dcc
commit
5788156601
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 15 07:41:38 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Fix build without python2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 27 10:39:15 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Fri Dec 27 10:39:15 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-simplekml
|
# spec file for package python-simplekml
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2016-2019, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2016-2019, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -12,7 +13,8 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
@@ -20,9 +22,8 @@ Name: python-simplekml
|
|||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Simple KML creator
|
Summary: A Simple KML creator
|
||||||
License: LGPL-3.0-or-later
|
|
||||||
Group: Development/Languages/Python
|
|
||||||
#HG-Clone: https://bitbucket.org/KyleLancaster/simplekml
|
#HG-Clone: https://bitbucket.org/KyleLancaster/simplekml
|
||||||
|
License: LGPL-3.0-or-later
|
||||||
URL: http://readthedocs.org/projects/simplekml/
|
URL: http://readthedocs.org/projects/simplekml/
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/simplekml/simplekml-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/simplekml/simplekml-%{version}.tar.gz
|
||||||
Source1: https://bitbucket.org/KyleLancaster/simplekml/raw/76ac20169865b793aa0ed574f12651e96562570d/LICENSE.txt
|
Source1: https://bitbucket.org/KyleLancaster/simplekml/raw/76ac20169865b793aa0ed574f12651e96562570d/LICENSE.txt
|
||||||
@@ -58,6 +59,6 @@ cp %{SOURCE1} .
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.txt
|
%doc README.txt
|
||||||
%{python_sitelib}/simplekml
|
%{python_sitelib}/simplekml
|
||||||
%{python_sitelib}/simplekml-%{version}-py%{py_ver}.egg-info
|
%{python_sitelib}/simplekml-%{version}-py%{python_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user