diff --git a/.gitignore b/.gitignore index 0025f16..4396dd4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /signon-8.57.tar.bz2 /signond-8.57.tar.gz +/signon-9fcfc9e.tar.gz diff --git a/signon.spec b/signon.spec index 465c5af..ab5fd48 100644 --- a/signon.spec +++ b/signon.spec @@ -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 8.58-0.1 +- 8.58 snapshot, FTBFS against qt-5.6 + * Mon Dec 21 2015 Rex Dieter 8.57-8 - fix/update URL/Source0, move xml interface files to -devel, Provides: signond, use %%license diff --git a/sources b/sources index daa4c9f..e0a9d0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1418ff44a4127c28bda101997abe320a signond-8.57.tar.gz +8186839ce3ca9e869fcc65d728c184dc signon-9fcfc9e.tar.gz