|
|
@ -1,11 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
%global commit0 00254a604a7c7bd38c41794a80ad8930e90f21aa
|
|
|
|
%global commit0 8d14b10652b2fe6c25d8ad8334e2d5023d254313
|
|
|
|
%global gittag0 VERSION_%{version}
|
|
|
|
%global gittag0 VERSION_%{version}
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global snap0 20160216
|
|
|
|
#global snap0 20160216
|
|
|
|
|
|
|
|
|
|
|
|
Name: libaccounts-glib
|
|
|
|
Name: libaccounts-glib
|
|
|
|
Version: 1.21
|
|
|
|
Version: 1.23
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Accounts framework for Linux and POSIX based platforms
|
|
|
|
Summary: Accounts framework for Linux and POSIX based platforms
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
@ -44,6 +44,7 @@ The %{name}-docs package contains documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
test -x configure || \
|
|
|
|
NOCONFIGURE=1 \
|
|
|
|
NOCONFIGURE=1 \
|
|
|
|
./autogen.sh
|
|
|
|
./autogen.sh
|
|
|
|
|
|
|
|
|
|
|
@ -113,6 +114,9 @@ make check || cat tests/test-suite.log ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 29 2016 Rex Dieter <rdieter@fedoraproject.org> - 1.23-1
|
|
|
|
|
|
|
|
- 1.23
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 23 2016 Rex Dieter <rdieter@fedoraproject.org> 1.21-1
|
|
|
|
* Tue Feb 23 2016 Rex Dieter <rdieter@fedoraproject.org> 1.21-1
|
|
|
|
- 1.21, %%check: (advisory) 'make check'
|
|
|
|
- 1.21, %%check: (advisory) 'make check'
|
|
|
|
|
|
|
|
|
|
|
|