From 3c11bbdb843e502750f3f93d0ff81a17a1e17d16 Mon Sep 17 00:00:00 2001 From: Tim Niemueller Date: Tue, 16 Nov 2010 00:00:28 -0500 Subject: [PATCH] Spec: enable HTTPS again in 0.9.2 build Configuration flags have changed, although stating "--enable-https" this was parsed as "disable HTTPS". --- libmicrohttpd.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 18fe255..07b7176 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,7 +1,7 @@ Summary: Lightweight library for embedding a webserver in applications Name: libmicrohttpd Version: 0.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Libraries License: LGPLv2+ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -31,7 +31,7 @@ Key features that distinguish libmicrohttpd from other projects are: %package devel Summary: Development files for libmicrohttpd -Group: %{group} +Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel @@ -57,7 +57,7 @@ unlink doc/Doxyfile mv tmp doc/Doxyfile %build -%configure --disable-static --enable-messages --enable-https +%configure --disable-static make %{?_smp_mflags} doxygen doc/Doxyfile @@ -71,7 +71,7 @@ make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/libmicrohttpd.la rm -f %{buildroot}%{_infodir}/dir -# Install some examples in /usr/share/doc/libmicrohttpd-%{version}/examples +# Install some examples in /usr/share/doc/libmicrohttpd-${version}/examples mkdir examples install -m 644 src/examples/*.c examples @@ -115,7 +115,10 @@ fi %doc html %changelog -* Sun Sep 7 2010 Tim Niemueller - 0.9.2-1 +* Tue Nov 16 2010 Tim Niemueller - 0.9.2-2 +- Re-enable HTTPS, configure flags had unexpected result + +* Sun Nov 7 2010 Tim Niemueller - 0.9.2-1 - Update to 0.9.2 * Sun Jun 4 2010 Erik van Pienbroek - 0.4.6-1