From 1053fa59d94e2c442ef297a1bdb2f320f9072624 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sep 17 2019 11:39:36 +0000 Subject: Minor packaging fixes --- diff --git a/moka-icon-theme.spec b/moka-icon-theme.spec index b8577c3..a76fd7b 100644 --- a/moka-icon-theme.spec +++ b/moka-icon-theme.spec @@ -6,7 +6,7 @@ Name: moka-icon-theme Version: 5.4.0 -Release: 1.%{date}git%{shortcommit}%{?dist} +Release: 2.%{date}git%{shortcommit}%{?dist} Summary: Moka Icon Theme License: CC-BY-SA and GPLv3 @@ -30,6 +30,8 @@ Moka has you covered. %prep %autosetup -p1 -n %{name}-%{commit} +chmod 644 COPYING LICENSE_CC-BY-SA LICENSE_GPL \ + README.md AUTHORS CONTRIBUTING.md %build @@ -51,12 +53,15 @@ gtk-update-icon-cache --force %{_datadir}/icons/%{tname} &>/dev/null || : %files %license COPYING LICENSE_CC-BY-SA LICENSE_GPL -%attr(644, root, root) %doc README.md AUTHORS CONTRIBUTING.md +%doc README.md AUTHORS CONTRIBUTING.md %{_datadir}/icons/%{tname} %ghost %{_datadir}/icons/%{tname}/icon-theme.cache %changelog +* Tue Sep 17 2019 Artem Polishchuk - 5.4.0-2.20190530gitc0355ea +- Minor packaging fixes + * Tue Sep 17 2019 Artem Polishchuk - 5.4.0-1.20190530gitc0355ea - Update to latest git snapshot - Switch to Meson build system