Accepting request 859223 from home:AndreasStieger:branches:devel:libraries:c_c++
libmicrohttpd 0.9.72 OBS-URL: https://build.opensuse.org/request/show/859223 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=105
This commit is contained in:
parent
8272f847e3
commit
f18bf6b0de
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182
|
|
||||||
size 1894695
|
|
Binary file not shown.
3
libmicrohttpd-0.9.72.tar.gz
Normal file
3
libmicrohttpd-0.9.72.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8
|
||||||
|
size 1693553
|
BIN
libmicrohttpd-0.9.72.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.72.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 29 13:25:29 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- libmicrohttpd 0.9.72:
|
||||||
|
* improved performance with stay-alive HTTP and HTTPS connections
|
||||||
|
* bug fixes
|
||||||
|
- remove deprecated texinfo macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 4 17:40:48 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sat Jul 4 17:40:48 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global sover 12
|
%global sover 12
|
||||||
%global libname %{name}%{sover}
|
%global libname %{name}%{sover}
|
||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.71
|
Version: 0.9.72
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Small Embeddable HTTP Server Library
|
Summary: Small Embeddable HTTP Server Library
|
||||||
# Some internal tests are licenced as GPL-3.0+ - they are only used in
|
# Some internal tests are licenced as GPL-3.0+ - they are only used in
|
||||||
@ -79,8 +79,6 @@ Group: Development/Libraries/C and C++
|
|||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
Requires: pkgconfig >= 0.9.0
|
Requires: pkgconfig >= 0.9.0
|
||||||
Requires: pkgconfig(gnutls) >= 2.8.6
|
Requires: pkgconfig(gnutls) >= 2.8.6
|
||||||
Requires(post): %{install_info_prereq}
|
|
||||||
Requires(preun): %{install_info_prereq}
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Headers, pkg-config files, so link and other development files for %{name}
|
Headers, pkg-config files, so link and other development files for %{name}
|
||||||
@ -101,7 +99,7 @@ Headers, pkg-config files, so link and other development files for %{name}
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-examples
|
--disable-examples
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -112,17 +110,10 @@ rm -v %{buildroot}%{_infodir}/%{name}_performance_data.png
|
|||||||
# Parallel execution of tests fail
|
# Parallel execution of tests fail
|
||||||
# Tests randomly fail so keep them in log for inspection rather than for valid
|
# Tests randomly fail so keep them in log for inspection rather than for valid
|
||||||
# verification of anything.
|
# verification of anything.
|
||||||
make -j1 check || :
|
%make_build -j1 check || :
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
%post devel
|
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info%{ext_info}
|
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd-tutorial.info%{ext_info}
|
|
||||||
|
|
||||||
%preun devel
|
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info%{ext_info}
|
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libmicrohttpd-tutorial.info%{ext_info}
|
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user