From 14d818ff4a8772ba9d585c2ba43004f8ce98e148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 29 Apr 2015 11:07:20 +0200 Subject: [PATCH] Manually specify libdir for installation --- signon-plugin-oauth2.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/signon-plugin-oauth2.spec b/signon-plugin-oauth2.spec index 9e291b0..d0b80ff 100644 --- a/signon-plugin-oauth2.spec +++ b/signon-plugin-oauth2.spec @@ -1,6 +1,6 @@ Name: signon-plugin-oauth2 Version: 0.21 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OAuth2 plugin for the Accounts framework License: LGPLv2 @@ -32,7 +32,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build export PATH=%{_qt5_bindir}:$PATH %{qmake_qt5} QMF_INSTALL_ROOT=%{_prefix} \ - CONFIG+=release signon-oauth2.pro + CONFIG+=release \ + LIBDIR=%{?_libdir} \ + signon-oauth2.pro make %{?_smp_mflags} @@ -60,5 +62,8 @@ rm -rvf %{buildroot}/%{_sysconfdir} %changelog +* Wed Apr 29 2015 Daniel Vrátil - 0.21-2 +- Manually specify libdir for installation + * Tue Mar 17 2015 Daniel Vrátil - 0.21-1 - Initial version