Fix libmicrohttpd-tutorial info
This commit is contained in:
parent
f5d17b6bff
commit
4f0266f156
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: 4
|
Release: 5
|
||||||
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(post): info
|
Requires(post): info
|
||||||
@ -88,5 +89,8 @@ 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-5
|
||||||
|
- Fix libmicrohttpd-tutorial info
|
||||||
|
|
||||||
* Thu Nov 21 2019 wangye<wangye54@huawei.com> - 0.9.59-4
|
* Thu Nov 21 2019 wangye<wangye54@huawei.com> - 0.9.59-4
|
||||||
- Package init
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user