|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: signon-plugin-oauth2
|
|
|
|
Name: signon-plugin-oauth2
|
|
|
|
Version: 0.21
|
|
|
|
Version: 0.21
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: OAuth2 plugin for the Accounts framework
|
|
|
|
Summary: OAuth2 plugin for the Accounts framework
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
@ -32,7 +32,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export PATH=%{_qt5_bindir}:$PATH
|
|
|
|
export PATH=%{_qt5_bindir}:$PATH
|
|
|
|
%{qmake_qt5} QMF_INSTALL_ROOT=%{_prefix} \
|
|
|
|
%{qmake_qt5} QMF_INSTALL_ROOT=%{_prefix} \
|
|
|
|
CONFIG+=release signon-oauth2.pro
|
|
|
|
CONFIG+=release \
|
|
|
|
|
|
|
|
LIBDIR=%{?_libdir} \
|
|
|
|
|
|
|
|
signon-oauth2.pro
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
@ -60,5 +62,8 @@ rm -rvf %{buildroot}/%{_sysconfdir}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Apr 29 2015 Daniel Vrátil <dvratil@redhat.com> - 0.21-2
|
|
|
|
|
|
|
|
- Manually specify libdir for installation
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 17 2015 Daniel Vrátil <dvratil@redhat.com> - 0.21-1
|
|
|
|
* Tue Mar 17 2015 Daniel Vrátil <dvratil@redhat.com> - 0.21-1
|
|
|
|
- Initial version
|
|
|
|
- Initial version
|
|
|
|