|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
|
|
|
|
|
%global commit0 5b272ae218ccdf1f67f4eed92e2cdbe21c56ceb8
|
|
|
|
|
%global commit0 525ec684cfa8d234f797d7e49e21c476eea04d8e
|
|
|
|
|
%global tag0 VERSION_%{version}
|
|
|
|
|
|
|
|
|
|
Name: libaccounts-qt
|
|
|
|
|
Summary: Accounts framework Qt bindings
|
|
|
|
|
Version: 1.15
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Version: 1.16
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
URL: https://gitlab.com/accounts-sso/libaccounts-qt
|
|
|
|
@ -62,7 +62,7 @@ pushd %{_target_platform}
|
|
|
|
|
../accounts-qt.pro
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
%make_build -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -99,6 +99,10 @@ rm -fv %{buildroot}%{_bindir}/accountstest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 11 2020 Rex Dieter <rdieter@fedoraproject.org> - 1.16-1
|
|
|
|
|
- 1.16
|
|
|
|
|
- use %%make_build
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|