From 434604669234f428d4c9f11b61042eb554b99ec6 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Feb 06 2022 00:28:44 +0000 Subject: Fedora Review Fixes --- diff --git a/kalk-21.12-1.fc35.src.rpm b/kalk-21.12-1.fc35.src.rpm index cfff642..3139743 100644 Binary files a/kalk-21.12-1.fc35.src.rpm and b/kalk-21.12-1.fc35.src.rpm differ diff --git a/kalk.spec b/kalk.spec index 9d220bf..1a19b25 100644 --- a/kalk.spec +++ b/kalk.spec @@ -31,13 +31,11 @@ BuildRequires: cmake(Qt5Feedback) BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5QuickControls2) - - %description -%{summary} +%{summary}. %prep -%autosetup -n %{name}-%{version} +%autosetup %build %cmake_kf5 @@ -47,18 +45,20 @@ BuildRequires: cmake(Qt5QuickControls2) %cmake_install %find_lang %{name} - %check desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml - %files -f %{name}.lang %{_kf5_bindir}/%{name} + %{_kf5_datadir}/applications/org.kde.%{name}.desktop -%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml %{_kf5_datadir}/icons/hicolor/scalable/apps/%{name}.svg +%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml + +%license LICENSES/* + %changelog * Sun Jan 16 2022 Onuralp SEZER - 21.12-1 - Initial package