14
0
forked from pool/python-tmx

Accepting request 627116 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/627116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tmx?expand=0&rev=2
This commit is contained in:
2018-08-03 10:38:47 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 26 15:11:41 UTC 2018 - jengelh@inai.de
- Trim redundancies from description.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 23 09:53:31 UTC 2018 - mardnh@gmx.de Mon Jul 23 09:53:31 UTC 2018 - mardnh@gmx.de

View File

@@ -13,13 +13,14 @@
# 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 http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tmx Name: python-tmx
Version: 1.10 Version: 1.10
Release: 0 Release: 0
Summary: Simple TMX library Summary: Python library for reading/writing TMX tile files
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: http://python-tmx.nongnu.org URL: http://python-tmx.nongnu.org
@@ -32,10 +33,9 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
This library reads and writes the Tiled TMX format in a simple way. This library reads and writes the Tiled TMX format.
This is useful for map editors or generic level editors, and it's also This is useful for map editors or generic level editors like
useful for using a map editor or generic level editor like Tiled to edit Tiled to edit a game's levels.
your game's levels.
%prep %prep
%setup -q -n tmx-%{version} %setup -q -n tmx-%{version}