Build with verbose automake output
This commit is contained in:
parent
9d7ab47bc7
commit
07cd095990
@ -1,6 +1,6 @@
|
||||
Name: adcli
|
||||
Version: 0.7.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Active Directory enrollment
|
||||
License: LGPLv2+
|
||||
URL: http://cgit.freedesktop.org/realmd/adcli
|
||||
@ -29,7 +29,7 @@ standard LDAP and Kerberos calls.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%configure --disable-static --disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@ -51,6 +51,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%doc %{_datadir}
|
||||
|
||||
%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
|
||||
- Run 'make check' when building the package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user