tPackaging fixups - sailfish-safe - Sailfish frontend for safe(1)
HTML git clone git://git.z3bra.org/sailfish-safe.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c85aa1be3d4ce78afe44e3fa8761336828bfaa06
DIR parent 44b957fb854f300e92e9fbe7f169b02d5d6fce61
HTML Author: Daniel Vrátil <dvratil@kde.org>
Date: Mon, 4 Feb 2019 00:32:56 +0100
Packaging fixups
Diffstat:
M rpm/harbour-passilic.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
DIR diff --git a/rpm/harbour-passilic.spec b/rpm/harbour-passilic.spec
t@@ -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)
t@@ -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