|
@@ -1,6 +1,6 @@
|
|
|
Summary: Lightweight library for embedding a webserver in applications
|
|
|
Name: libmicrohttpd
|
|
|
-Version: 0.9.73
|
|
|
+Version: 0.9.74
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
@@ -20,9 +20,6 @@ BuildRequires: zlib-devel
|
|
|
BuildRequires: graphviz
|
|
|
BuildRequires: doxygen
|
|
|
|
|
|
-Requires(post): info
|
|
|
-Requires(preun): info
|
|
|
-
|
|
|
%description
|
|
|
GNU libmicrohttpd is a small C library that is supposed to make it
|
|
|
easy to run an HTTP server as part of another application.
|
|
@@ -52,7 +49,7 @@ Development files for libmicrohttpd
|
|
|
Summary: Documentation for libmicrohttpd
|
|
|
Summary(ja): libmicrohttpd のドキュメント
|
|
|
Group: documentation
|
|
|
-Buildarch: noarch
|
|
|
+BuildArch: noarch
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description doc
|
|
@@ -100,17 +97,6 @@ cp -R doc/doxygen/html .
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
-%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
|
|
|
%defattr(-,root,root,-)
|
|
|
%license COPYING
|
|
@@ -134,6 +120,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Dec 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.74-1
|
|
|
+- new upstream release.
|
|
|
+- dropped install-info scriptlets.
|
|
|
+
|
|
|
* Fri May 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.73-1
|
|
|
- new upstream release.
|
|
|
|