From 93f97993934a945515576789f5a7f2d12f1cdaa9 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Sep 21 2017 12:11:12 +0000 Subject: New release 1.0.3 --- diff --git a/.gitignore b/.gitignore index f2cb1eb..f3b6b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /tiled-0.17.0.tar.gz /tiled-0.17.2.tar.gz /tiled-0.18.2.tar.gz +/tiled-1.0.3.tar.gz diff --git a/sources b/sources index 183deda..d887756 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tiled-0.18.2.tar.gz) = 6cb6844541fc4e52e05e8d12974af395161fbe0c03dddd9be362b6df7a88620ddf13c3a96f8cdb175662d3ae13f162137cf74b6b4c2664ca7dd753e3cb48cd26 +SHA512 (tiled-1.0.3.tar.gz) = 4f3c97a91794f86f04965a2332e04f51bc588f7bcfef402edb1092c4e58bb6ace9c90ea522a5fa15a46ca39c8249f62818b80be6d65c11a8d41092ead31cd4f7 diff --git a/tiled.spec b/tiled.spec index 0460f7e..a129dbc 100644 --- a/tiled.spec +++ b/tiled.spec @@ -1,6 +1,6 @@ Name: tiled -Version: 0.18.2 -Release: 3%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: Tiled Map Editor # tiled itself is GPLv2+, libtiled and tmxviewer are BSD License: GPLv2+ and BSD @@ -93,6 +93,16 @@ A plugin for tiled which allows to export maps as .tilemap Defold maps. %{pluginwarning} +%package plugin-gmx +Summary: GameMaker Studio plugin for Tiled +License: GPLv2+ +URL: http://www.mapeditor.org +Requires: %{name} = %{version}-%{release} +%description plugin-gmx +A plugin for tiled which allows to export maps as GameMaker Studio room files. + +%{pluginwarning} + %prep %setup -q # Remove copy of zlib @@ -112,8 +122,7 @@ find -name ".uic" -or -name ".moc" -or -name ".rcc" | xargs rm -rf desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop # Appdata -install -D -p -m644 %{name}.appdata.xml %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml -appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml # locale files %find_lang %{name} --with-qt @@ -150,8 +159,8 @@ fi %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/*%{name}* %{_datadir}/icons/hicolor/*/mimetypes/*%{name}* +%{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/mime/packages/%{name}.xml -%{_datadir}/appdata/%{name}.appdata.xml %dir %{_datadir}/%{name}/ %dir %{_datadir}/%{name}/translations %{_libdir}/lib%{name}.so.* @@ -193,7 +202,14 @@ fi %files plugin-defold %{_libdir}/%{name}/plugins/libdefold.so +%files plugin-gmx +%{_libdir}/%{name}/plugins/libgmx.so + %changelog +* Thu Sep 21 2017 Erik Schilling - 1.0.3-1 +- New release 1.0.3 +- Added subpackage for gmx plugin + * Thu Aug 03 2017 Fedora Release Engineering - 0.18.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild