Disable test cases for now due to false errors, reported upstream

This commit is contained in:
Tim Niemueller 2010-11-16 10:36:14 -05:00
parent 6032b219aa
commit f6200400f0

View File

@ -7,7 +7,7 @@ License: LGPLv2+
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
URL: http://www.gnu.org/software/libmicrohttpd/
Source0: ftp://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
Patch0: %{name}-0.9.2-fix-https-tests.patch
#Patch0: %{name}-0.9.2-fix-https-tests.patch
BuildRequires: autoconf, automake, libtool
BuildRequires: libcurl-devel
@ -54,7 +54,7 @@ Doxygen documentation for libmicrohttpd and some example source code
%prep
%setup -q
%patch0 -p1 -b .explicit-dso
#patch0 -p1 -b .explicit-dso
# The doxygen file contains references to /home/grothoff/svn/libmicrohttpd/... replace these with .
sed s/\\/home\\/grothoff\\/svn\\/libmicrohttpd/./ doc/Doxyfile > tmp
@ -63,13 +63,15 @@ mv tmp doc/Doxyfile
%build
# Required because patches modify .am files
autoreconf --force
# autoreconf --force
%configure --disable-static --with-gnutls
make %{?_smp_mflags}
doxygen doc/Doxyfile
%check
make check %{?_smp_mflags}
# Disabled for now due to problems reported at
# https://gnunet.org/bugs/view.php?id=1619
#check
#make check %{?_smp_mflags}
%install
rm -rf %{buildroot}
@ -126,6 +128,7 @@ fi
- Add missing BR gnutls-devel and libgcrypt-devel
- Added patch to fix test apps (NSS instead of GnuTLS/OpenSSL curl,
implicit DSO linking)
- Disable test cases for now due to false errors, reported upstream
* Tue Nov 16 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-2
- Re-enable HTTPS, configure flags had unexpected result