From 3bb9658ac669a8630920466a4887f2d2da670d8c Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 12 Nov 2020 00:45:35 -0300 Subject: [PATCH] Updating rpm control file. --- rpm/pw3270.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/rpm/pw3270.spec b/rpm/pw3270.spec index 798593d..0c751e7 100644 --- a/rpm/pw3270.spec +++ b/rpm/pw3270.spec @@ -183,23 +183,21 @@ make all -j1 %{_bindir}/%{_product} -# Configuration & Themes -%{_datadir}/glib-2.0/schemas/*.xml -%{_datadir}/%{_product}/icons/gtk-*.svg -%{_datadir}/%{_product}/icons/connect-*.svg -%{_datadir}/%{_product}/icons/disconnect-*.svg - +# Desktop files %{_datadir}/applications/*.desktop %{_datadir}/appdata/%{_product}.appdata.xml +# Icons +%{_datadir}/%{_product}/icons/*.svg + +# Configuration & Themes +%{_datadir}/glib-2.0/schemas/*.xml %{_datadir}/mime/packages/*.xml %files branding %defattr(-,root,root) - %{_datadir}/%{_product}/ui/* %{_datadir}/%{_product}/*.svg -%{_datadir}/%{_product}/icons/%{_product}.svg %files keypads %{_datadir}/%{_product}/keypad/* -- libgit2 0.21.2