Fix libmicrohttpd-tutorial info
(cherry picked from commit 4c02ed9a3c8c4556b7429705dddb2300b478d3c7)
This commit is contained in:
parent
824d07e97e
commit
fb246d21f3
39
fix-libmicrohttpd-tutorial-info.patch
Normal file
39
fix-libmicrohttpd-tutorial-info.patch
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
From 398397ad7122fd46b34ab0d6bea79433feb7c84a Mon Sep 17 00:00:00 2001
|
||||||
|
From: caodongxia <315816521@qq.com>
|
||||||
|
Date: Thu, 5 Aug 2021 19:37:27 +0800
|
||||||
|
Subject: [PATCH] init
|
||||||
|
|
||||||
|
---
|
||||||
|
doc/libmicrohttpd-tutorial.info | 2 +-
|
||||||
|
doc/libmicrohttpd-tutorial.texi | 2 +-
|
||||||
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/doc/libmicrohttpd-tutorial.info b/doc/libmicrohttpd-tutorial.info
|
||||||
|
index 9454640..28ba70e 100644
|
||||||
|
--- a/doc/libmicrohttpd-tutorial.info
|
||||||
|
+++ b/doc/libmicrohttpd-tutorial.info
|
||||||
|
@@ -15,7 +15,7 @@ April 2016.
|
||||||
|
section entitled "GNU Free Documentation License".
|
||||||
|
INFO-DIR-SECTION Software libraries
|
||||||
|
START-INFO-DIR-ENTRY
|
||||||
|
-* libmicrohttpdtutorial: (libmicrohttpd). A tutorial for GNU libmicrohttpd.
|
||||||
|
+* libmicrohttpdtutorial: (libmicrohttpd-tutorial). A tutorial for GNU libmicrohttpd.
|
||||||
|
END-INFO-DIR-ENTRY
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/doc/libmicrohttpd-tutorial.texi b/doc/libmicrohttpd-tutorial.texi
|
||||||
|
index 8fd7b56..dc0eb91 100644
|
||||||
|
--- a/doc/libmicrohttpd-tutorial.texi
|
||||||
|
+++ b/doc/libmicrohttpd-tutorial.texi
|
||||||
|
@@ -15,7 +15,7 @@
|
||||||
|
|
||||||
|
@dircategory Software libraries
|
||||||
|
@direntry
|
||||||
|
-* libmicrohttpdtutorial: (libmicrohttpd). A tutorial for GNU libmicrohttpd.
|
||||||
|
+* libmicrohttpdtutorial: (libmicrohttpd-tutorial). A tutorial for GNU libmicrohttpd.
|
||||||
|
@end direntry
|
||||||
|
|
||||||
|
@copying
|
||||||
|
--
|
||||||
|
2.27.0
|
||||||
|
|
||||||
@ -1,12 +1,13 @@
|
|||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.59
|
Version: 0.9.59
|
||||||
Release: 5
|
Release: 6
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Lightweight library for embedding a webserver in applications
|
Summary: Lightweight library for embedding a webserver in applications
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gnu.org/software/libmicrohttpd/
|
URL: http://www.gnu.org/software/libmicrohttpd/
|
||||||
Source0: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
|
Source0: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
|
||||||
Patch0001: gnutls-utilize-system-crypto-policy.patch
|
Patch0001: gnutls-utilize-system-crypto-policy.patch
|
||||||
|
Patch0002: fix-libmicrohttpd-tutorial-info.patch
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool gettext-devel texinfo gnutls-devel doxygen graphviz
|
BuildRequires: autoconf automake libtool gettext-devel texinfo gnutls-devel doxygen graphviz
|
||||||
Requires: %{name}-help = %{epoch}:%{version}-%{release}
|
Requires: %{name}-help = %{epoch}:%{version}-%{release}
|
||||||
@ -90,6 +91,9 @@ fi
|
|||||||
%{_infodir}/libmicrohttpd_performance_data.png.gz
|
%{_infodir}/libmicrohttpd_performance_data.png.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 05 2021 caodongxia<caodongxia@huawei.com> - 0.9.59-6
|
||||||
|
- Fix libmicrohttpd-tutorial info
|
||||||
|
|
||||||
* Fri Nov 06 2020 leiju<leiju4@huawei.com> - 0.9.59-5
|
* Fri Nov 06 2020 leiju<leiju4@huawei.com> - 0.9.59-5
|
||||||
- Add Requires libmicrohttpd-help into libmicrohttpd
|
- Add Requires libmicrohttpd-help into libmicrohttpd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user