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:
Steve Dickson 2011-02-08 14:29:18 -05:00
parent b3aa428783
commit 714e7e796b

View File

@ -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