|
|
|
@ -1,15 +1,17 @@
|
|
|
|
|
|
|
|
|
|
%global commit0 aeb0cc3540507027ee2c66dd24e60f3cbf55fee4
|
|
|
|
|
#global commit0 aeb0cc3540507027ee2c66dd24e60f3cbf55fee4
|
|
|
|
|
%global commit0 9fcfc9e35f9fcbf98e0732ca231fff8a49c152cf
|
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
Name: signon
|
|
|
|
|
Version: 8.57
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 8.58
|
|
|
|
|
Release: 0.1.%{shortcommit0}%{?dist}
|
|
|
|
|
Summary: Accounts framework for Linux and POSIX based platforms
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
URL: https://gitlab.com/accounts-sso/signond
|
|
|
|
|
|
|
|
|
|
Source0: https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=%{version}#/signond-%{version}.tar.gz
|
|
|
|
|
Source0: https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=%{commit0}#/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
|
|
|
|
|
|
# cmake config files still define SIGNONQT_LIBRARIES_STATIC, but meh, anyone who
|
|
|
|
|
# tries to use that deserves what they get
|
|
|
|
@ -54,7 +56,7 @@ The %{name}-doc package contains documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n signond-%{version}-%{commit0}
|
|
|
|
|
%setup -q -n signond-%{commit0}-%{commit0}
|
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .no_static
|
|
|
|
|
|
|
|
|
@ -84,7 +86,8 @@ mkdir -p %{buildroot}%{_libdir}/extensions/
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc README TODO NOTES
|
|
|
|
|
## fixme: common/shared _docdir/signon content below gets in the way
|
|
|
|
|
#doc README.md TODO NOTES
|
|
|
|
|
%license COPYING
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/signond.conf
|
|
|
|
|
%{_bindir}/signond
|
|
|
|
@ -121,6 +124,9 @@ mkdir -p %{buildroot}%{_libdir}/extensions/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 8.58-0.1
|
|
|
|
|
- 8.58 snapshot, FTBFS against qt-5.6
|
|
|
|
|
|
|
|
|
|
* Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 8.57-8
|
|
|
|
|
- fix/update URL/Source0, move xml interface files to -devel, Provides: signond, use %%license
|
|
|
|
|
|
|
|
|
|