diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 2657fc9..43ddc2f 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,5 +1,5 @@ Name: libmicrohttpd -Version: 0.9.77 +Version: 1.0.0 Release: 1mamba Summary: A library embedding HTTP server functionality Group: System/Libraries @@ -71,6 +71,7 @@ mkdir examples install -m 644 src/examples/*.c examples rm -f %{buildroot}%{_bindir}/demo +rm -f %{buildroot}%{_infodir}/dir %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -108,6 +109,9 @@ rm -f %{buildroot}%{_bindir}/demo #%doc doc/doxygen/html %changelog +* Sat Feb 03 2024 Automatic Build System 1.0.0-1mamba +- automatic version update by autodist + * Mon May 29 2023 Automatic Build System 0.9.77-1mamba - automatic version update by autodist