sailfish-safe

Sailfish frontend for safe(1)
git clone git://git.z3bra.org/sailfish-safe.git
Log | Files | Refs | README | LICENSE

commit c85aa1be3d4ce78afe44e3fa8761336828bfaa06
parent 44b957fb854f300e92e9fbe7f169b02d5d6fce61
Author: Daniel Vrátil <dvratil@kde.org>
Date:   Mon,  4 Feb 2019 00:32:56 +0100

Packaging fixups

Diffstat:
Mrpm/harbour-passilic.spec | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/rpm/harbour-passilic.spec b/rpm/harbour-passilic.spec @@ -12,8 +12,11 @@ License: GPLv3 and LGPLv2+ URL: https://github.com/danvratil/harbour-passilic Source0: %{name}-%{version}.tar.bz2 + Requires: sailfishsilica-qt5 >= 0.10.9 -Requires: gnupg2 +# gnupg2 is not an allowed dependency on Harbour, but it should be +# already pre-installed on SFOS, so no harm commenting it out here. +#Requires: gnupg2 BuildRequires: pkgconfig(sailfishapp) >= 1.0.2 BuildRequires: pkgconfig(Qt5Core) @@ -49,6 +52,7 @@ desktop-file-install --delete-original \ %files %defattr(-,root,root,-) %{_bindir} +%defattr(0666,root,root,-) %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png