|
|
@ -1,7 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global git_commit 2dd9ba521a0dd4277c4bf6970a7f4e3894fd85ae
|
|
|
|
|
|
|
|
|
|
|
|
Name: signon-plugin-oauth2
|
|
|
|
Name: signon-plugin-oauth2
|
|
|
|
Version: 0.22
|
|
|
|
Version: 0.24
|
|
|
|
Release: 14%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: OAuth2 plugin for the Accounts framework
|
|
|
|
Summary: OAuth2 plugin for the Accounts framework
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
@ -30,12 +32,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{name}.git -p1
|
|
|
|
%autosetup -n %{name}-VERSION_%{version}-%{git_commit} -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export PATH=%{_qt5_bindir}:$PATH
|
|
|
|
export PATH=%{_qt5_bindir}:$PATH
|
|
|
|
%qmake_qt5\
|
|
|
|
%qmake_qt5 \
|
|
|
|
QMF_INSTALL_ROOT=%{_prefix} \
|
|
|
|
QMF_INSTALL_ROOT=%{_prefix} \
|
|
|
|
CONFIG+=release \
|
|
|
|
CONFIG+=release \
|
|
|
|
LIBDIR=%{?_libdir} \
|
|
|
|
LIBDIR=%{?_libdir} \
|
|
|
@ -71,6 +73,9 @@ rm -rvf %{buildroot}/%{_sysconfdir}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Nov 08 2020 Rex Dieter <rdieter@fedoraproject.org> - 0.24-1
|
|
|
|
|
|
|
|
- 0.24 (#1267568)
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 08 2020 Rex Dieter <rdieter@fedoraproject.org> - 0.22-14
|
|
|
|
* Sun Nov 08 2020 Rex Dieter <rdieter@fedoraproject.org> - 0.22-14
|
|
|
|
- patch out -Werror move -no-rtti for tests/ only (#1891251)
|
|
|
|
- patch out -Werror move -no-rtti for tests/ only (#1891251)
|
|
|
|
- use %%autosetup, %%make_build, %%make_install
|
|
|
|
- use %%autosetup, %%make_build, %%make_install
|
|
|
|