Update to 1:0.9.63-1
This commit is contained in:
parent
75dfc699b2
commit
8287c4705a
@ -1,6 +1,6 @@
|
||||
Name: libmicrohttpd
|
||||
Version: 0.9.62
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.63
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Lightweight library for embedding a webserver in applications
|
||||
License: LGPLv2+
|
||||
@ -76,6 +76,16 @@ install -m 644 doc/examples/*.c examples
|
||||
|
||||
cp -R doc/doxygen/html html
|
||||
|
||||
%post doc
|
||||
/sbin/install-info %{_infodir}/libmicrohttpd.info.gz %{_infodir}/dir || :
|
||||
/sbin/install-info %{_infodir}/libmicrohttpd-tutorial.info.gz %{_infodir}/dir || :
|
||||
|
||||
%preun doc
|
||||
if [ $1 = 0 ] ; then
|
||||
/sbin/install-info --delete %{_infodir}/libmicrohttpd.info.gz %{_infodir}/dir || :
|
||||
/sbin/install-info --delete %{_infodir}/libmicrohttpd-tutorial.info.gz %{_infodir}/dir || :
|
||||
fi
|
||||
|
||||
%files
|
||||
%doc README
|
||||
%license COPYING
|
||||
@ -96,8 +106,8 @@ cp -R doc/doxygen/html html
|
||||
%doc html
|
||||
|
||||
%changelog
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.62-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
* Mon Feb 11 2019 Martin Gansser <martinkg@fedoraproject.org> - 1:0.9.6231
|
||||
- Update to 1:0.9.63-1
|
||||
|
||||
* Thu Jan 24 2019 Martin Gansser <martinkg@fedoraproject.org> - 1:0.9.62-1
|
||||
- Update to 1:0.9.62-1
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libmicrohttpd-0.9.62.tar.gz) = 337f29dbc5e8c30132c17aad6142f21ea1c794b0ce80a3fc4c5e1e14b3dabb300aa410bf9413ef9e65d5d486fcfedbc3716725763a1fa28b4687c9f2aa3158e4
|
||||
SHA512 (libmicrohttpd-0.9.63.tar.gz) = cb99e7af84fb6d7c0fd3894a9dc0fbff14959b35347506bd3211a65bbfad36455007b9e67493e97c9d8394834408df10eeabdc7758573e6aae0ba6f5f87afe17
|
||||
|
Loading…
Reference in New Issue
Block a user