diff --git a/.gitignore b/.gitignore index b9fd2d6..61d0cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /tiled-0.15.0.tar.gz /tiled-0.15.2.tar.gz /tiled-0.16.0.tar.gz +/tiled-0.17.0.tar.gz diff --git a/sources b/sources index 36f2527..77f0d95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f5b897d9174a19ed30eadeaad705ea43 tiled-0.16.0.tar.gz +9fd229a67c718f6adcdf8b7a3d57f5e1 tiled-0.17.0.tar.gz diff --git a/tiled.spec b/tiled.spec index 69470f4..58f6ead 100644 --- a/tiled.spec +++ b/tiled.spec @@ -1,5 +1,5 @@ Name: tiled -Version: 0.16.0 +Version: 0.17.0 Release: 1%{?dist} Summary: Tiled Map Editor # tiled itself is GPLv2+, libtiled and tmxviewer are BSD @@ -83,6 +83,16 @@ A plugin for tiled which allows to export maps as .lua T-Engine4 maps. %{pluginwarning} +%package plugin-defold +Summary: Defold plugin for Tiled +License: GPLv2+ +URL: http://www.mapeditor.org +Requires: %{name} = %{version}-%{release} +%description plugin-defold +A plugin for tiled which allows to export maps as .tilemap Defold maps. + +%{pluginwarning} + %prep %setup -q # Remove copy of zlib @@ -131,7 +141,7 @@ fi %files -f %{name}.lang -%doc AUTHORS NEWS README.md COPYING LICENSE.GPL LICENSE.BSD +%doc AUTHORS NEWS.md README.md COPYING LICENSE.GPL LICENSE.BSD %{_bindir}/automappingconverter %{_bindir}/%{name} %{_bindir}/terraingenerator @@ -177,7 +187,14 @@ fi %files plugin-t-engine4 %{_libdir}/%{name}/plugins/libtengine.so +%files plugin-defold +%{_libdir}/%{name}/plugins/libdefold.so + %changelog +* Thu Sep 01 2016 Erik Schilling - 0.17.0-1 +- New release 0.17.0 +- Added subpackage for defold plugin + * Tue Apr 19 2016 Erik Schilling - 0.16.0-1 - New upstream release 0.16.0