diff --git tiled/tiled.spec tiled/tiled.spec.tmp index 0460f7e764..7201d4c589 100644 --- tiled/tiled.spec +++ tiled/tiled.spec.tmp @@ -1,6 +1,6 @@ Name: tiled Version: 0.18.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tiled Map Editor # tiled itself is GPLv2+, libtiled and tmxviewer are BSD License: GPLv2+ and BSD @@ -14,15 +14,25 @@ BuildRequires: desktop-file-utils BuildRequires: python-devel BuildRequires: libappstream-glib -%description -Tiled is a general purpose tile map editor. It is built to be easy to use, -yet flexible enough to work with varying game engines, whether your game -is an RPG, platformer or Breakout clone. Tiled is free software and written -in C++, using the Qt application framework. - -This package contains the tiled application and tmxviewer, a simple application +%global _description\ +Tiled is a general purpose tile map editor. It is built to be easy to use,\ +yet flexible enough to work with varying game engines, whether your game\ +is an RPG, platformer or Breakout clone. Tiled is free software and written\ +in C++, using the Qt application framework.\ +\ +This package contains the tiled application and tmxviewer, a simple application\ to view Tiled maps. +%description %_description + +%package -n python2-tiled +Summary: %summary +%{?python_provide:%python_provide python2-tiled} +# Remove before F30 +Provides: tiled = %{version}-%{release} + +%description -n python2-tiled %_description + %package plugin-python Summary: Python plugin for Tiled License: GPLv2+ @@ -140,7 +150,7 @@ fi /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -%files -f %{name}.lang +%files -n python2-tiled -f %{name}.lang %doc AUTHORS NEWS.md README.md COPYING LICENSE.GPL LICENSE.BSD %{_bindir}/automappingconverter %{_bindir}/%{name} @@ -194,6 +204,10 @@ fi %{_libdir}/%{name}/plugins/libdefold.so %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 0.18.2-4 +- Python 2 binary package renamed to python2-tiled + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.18.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild