commit 6c43a67825cc775d7fe8b4fd85d4daccd7523e65
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Sep 17 09:41:57 2020 +0100
Fix appdata
ltris.appdata.xml | 2 +-
ltris.spec | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ltris.appdata.xml b/ltris.appdata.xml
index 08bb3f1..5329f69 100644
--- a/ltris.appdata.xml
+++ b/ltris.appdata.xml
@@ -23,7 +23,7 @@
your CPU playing while enjoying a cup of tea!
</p>
</description>
- <launchable type="desktop-id">smplayer.desktop</launchable>
+ <launchable type="desktop-id">ltris.desktop</launchable>
<url
type="homepage">http://lgames.sourceforge.net/</url>
<screenshots>
<screenshot type="default">
diff --git a/ltris.spec b/ltris.spec
index 6557a1e..02718da 100644
--- a/ltris.spec
+++ b/ltris.spec
@@ -1,7 +1,7 @@
Summary: Game of skill with falling blocks
Name: ltris
Version: 1.2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL:
http://lgames.sourceforge.net/
@@ -49,7 +49,7 @@ desktop-file-install \
install -m 0644 -D %{SOURCE2} %{buildroot}%{_metainfodir}/%{name}.appdata.xml
-appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
+appstream-util validate --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%find_lang %{name}
@@ -65,11 +65,14 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/%{name}.appdat
%changelog
+* Thu Sep 17 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.1-2
+- Fix appdata
+
* Thu Sep 10 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.1-1
- Update to 1.2.1
* Thu Sep 10 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.19-11
-- Fix and vailidate appdata
+- Fix and validate appdata
- Fix licence
- Update spec file