Spec: enable HTTPS again in 0.9.2 build
Configuration flags have changed, although stating "--enable-https" this was parsed as "disable HTTPS".
This commit is contained in:
parent
84ddd7b736
commit
3c11bbdb84
@ -1,7 +1,7 @@
|
|||||||
Summary: Lightweight library for embedding a webserver in applications
|
Summary: Lightweight library for embedding a webserver in applications
|
||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.2
|
Version: 0.9.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
@ -31,7 +31,7 @@ Key features that distinguish libmicrohttpd from other projects are:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libmicrohttpd
|
Summary: Development files for libmicrohttpd
|
||||||
Group: %{group}
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -57,7 +57,7 @@ unlink doc/Doxyfile
|
|||||||
mv tmp doc/Doxyfile
|
mv tmp doc/Doxyfile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-messages --enable-https
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
doxygen doc/Doxyfile
|
doxygen doc/Doxyfile
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ make install DESTDIR=%{buildroot}
|
|||||||
rm -f %{buildroot}%{_libdir}/libmicrohttpd.la
|
rm -f %{buildroot}%{_libdir}/libmicrohttpd.la
|
||||||
rm -f %{buildroot}%{_infodir}/dir
|
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
|
mkdir examples
|
||||||
install -m 644 src/examples/*.c examples
|
install -m 644 src/examples/*.c examples
|
||||||
|
|
||||||
@ -115,7 +115,10 @@ fi
|
|||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Sep 7 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-1
|
* Tue Nov 16 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-2
|
||||||
|
- Re-enable HTTPS, configure flags had unexpected result
|
||||||
|
|
||||||
|
* Sun Nov 7 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-1
|
||||||
- Update to 0.9.2
|
- Update to 0.9.2
|
||||||
|
|
||||||
* Sun Jun 4 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.4.6-1
|
* Sun Jun 4 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.4.6-1
|
||||||
|
Loading…
Reference in New Issue
Block a user