Merge branch 'master' into el6

This commit is contained in:
Tim Niemueller 2010-11-16 00:28:52 -05:00
commit 1bf66d301f

View File

@ -1,7 +1,7 @@
Summary: Lightweight library for embedding a webserver in applications
Name: libmicrohttpd
Version: 0.9.2
Release: 2%{?dist}
Release: 3%{?dist}
Group: Development/Libraries
License: LGPLv2+
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@ -9,6 +9,8 @@ URL: http://www.gnu.org/software/libmicrohttpd/
Source0: ftp://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
BuildRequires: libcurl-devel
BuildRequires: gnutls-devel
BuildRequires: libgcrypt-devel
BuildRequires: graphviz
BuildRequires: doxygen
@ -41,7 +43,7 @@ Development files for libmicrohttpd
Summary: Documentation for libmicrohttpd
Group: Documentation
Requires: %{name} = %{version}-%{release}
%if 0%{?fedora} >= 11
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
BuildArch: noarch
%endif
@ -57,7 +59,7 @@ unlink doc/Doxyfile
mv tmp doc/Doxyfile
%build
%configure --disable-static
%configure --disable-static --with-gnutls
make %{?_smp_mflags}
doxygen doc/Doxyfile
@ -115,6 +117,9 @@ fi
%doc html
%changelog
* Tue Nov 16 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-2
- Add missing BR gnutls-devel and libgcrypt-devel
* Tue Nov 16 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-2
- Re-enable HTTPS, configure flags had unexpected result