diff --git a/.gitignore b/.gitignore index 4396dd4..32a34fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /signon-8.57.tar.bz2 /signond-8.57.tar.gz /signon-9fcfc9e.tar.gz +/signon-8.59.tar.gz diff --git a/signon.spec b/signon.spec index 484a5ef..fa70538 100644 --- a/signon.spec +++ b/signon.spec @@ -1,23 +1,28 @@ -#global commit0 aeb0cc3540507027ee2c66dd24e60f3cbf55fee4 -%global commit0 9fcfc9e35f9fcbf98e0732ca231fff8a49c152cf -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%global commit0 14f058c36208a551c80d0e98d76164fb87b2b8af +%global shortcommit0 %(c=%{commit0}; echo ${c:0:7} +%global tag0 VERSION_%{version} Name: signon -Version: 8.58 -Release: 0.2.%{shortcommit0}%{?dist} +Version: 8.59 +Release: 1%{?dist} Summary: Accounts framework for Linux and POSIX based platforms License: LGPLv2 URL: https://gitlab.com/accounts-sso/signond +%if 0%{?tag0:1} +Source0: https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=%{tag0}#/%{name}-%{version}.tar.gz +%else Source0: https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=%{commit0}#/%{name}-%{shortcommit0}.tar.gz +%endif # cmake config files still define SIGNONQT_LIBRARIES_STATIC, but meh, anyone who # tries to use that deserves what they get Patch1: signon-8.57-no_static.patch BuildRequires: qt5-qtbase-devel +BuildRequires: dbus-x11 BuildRequires: doxygen BuildRequires: graphviz BuildRequires: libproxy-devel @@ -56,7 +61,7 @@ The %{name}-doc package contains documentation for %{name}. %prep -%setup -q -n signond-%{commit0}-%{commit0} +%setup -q -n signond-%{tag0}-%{commit0} %patch1 -p1 -b .no_static @@ -82,6 +87,10 @@ make install INSTALL_ROOT=%{buildroot} mkdir -p %{buildroot}%{_libdir}/extensions/ +%check +make check ||: + + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -124,6 +133,9 @@ mkdir -p %{buildroot}%{_libdir}/extensions/ %changelog +* Tue Jun 07 2016 Rex Dieter - 8.59-1 +- 8.59 (#1343792) + * Fri Feb 05 2016 Fedora Release Engineering - 8.58-0.2.9fcfc9e - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index e0a9d0b..914d4b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8186839ce3ca9e869fcc65d728c184dc signon-9fcfc9e.tar.gz +11b5a03c5e9ff2a2e9685cef989bac30 signon-8.59.tar.gz