diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-02-13 17:17:28 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-02-13 17:17:28 +0000 |
commit | 8afde9d19ceb1db02fcc8d7458e1acf40741104f (patch) | |
tree | 333b4cfc482556ca67344a954e5b91df6c4461e0 | |
parent | 6f263bb8009916e793b9d030e08d8fa75bca3981 (diff) |
-rw-r--r-- | whatip.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/whatip.spec b/whatip.spec index ce9df93..79f04cf 100644 --- a/whatip.spec +++ b/whatip.spec @@ -1,4 +1,4 @@ -%global app_id org.gabmus.whatip +%global app_id org.gabmus.whatip Name: whatip Version: 1.1 @@ -23,6 +23,7 @@ Requires: iputils Requires: python3-gobject Requires: python3-netaddr Requires: python3-requests +Requires: hicolor-icon-theme BuildArch: noarch @@ -51,13 +52,13 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.appd %license LICENSE %doc README.md %{_bindir}/whatip -%{python3_sitelib}/%{name} +%{python3_sitelib}/%{name}/ %{_datadir}/applications/%{app_id}.desktop %{_datadir}/dbus-1/services/%{app_id}.service %{_datadir}/glib-2.0/schemas/%{app_id}.gschema.xml %{_datadir}/icons/hicolor/*/*/%{app_id}* %{_metainfodir}/%{app_id}.appdata.xml -%{_datadir}/%{name} +%{_datadir}/%{name}/ %changelog |