Turned off the 'make verify'
With the new library version, the 'make verify' now need network connectivity which is not available with koji builds Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
b3aa428783
commit
714e7e796b
@ -41,7 +41,7 @@ you will need to install %{name}-devel.
|
||||
%build
|
||||
%configure \
|
||||
--disable-dependency-tracking --disable-static
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} all
|
||||
|
||||
# Create the docs
|
||||
make doxygen
|
||||
@ -67,9 +67,6 @@ mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample
|
||||
(cd sample; \
|
||||
install *.c Makefile* $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample)
|
||||
|
||||
%check
|
||||
make verify
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user