Build with verbose automake output

This commit is contained in:
Stef Walter 2013-07-15 16:42:19 +02:00
parent 9d7ab47bc7
commit 07cd095990

View File

@ -1,6 +1,6 @@
Name: adcli Name: adcli
Version: 0.7.1 Version: 0.7.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: Active Directory enrollment Summary: Active Directory enrollment
License: LGPLv2+ License: LGPLv2+
URL: http://cgit.freedesktop.org/realmd/adcli URL: http://cgit.freedesktop.org/realmd/adcli
@ -29,7 +29,7 @@ standard LDAP and Kerberos calls.
%setup -q %setup -q
%build %build
%configure --disable-static %configure --disable-static --disable-silent-rules
make %{?_smp_mflags} make %{?_smp_mflags}
%check %check
@ -51,6 +51,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%doc %{_datadir} %doc %{_datadir}
%changelog %changelog
* Mon Jul 15 2013 Stef Walter <stefw@redhat.com> - 0.7.1-4
- Build with verbose output logging
* Tue Jun 11 2013 Stef Walter <stefw@redhat.com> - 0.7.1-3 * Tue Jun 11 2013 Stef Walter <stefw@redhat.com> - 0.7.1-3
- Run 'make check' when building the package - Run 'make check' when building the package