Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
870296c5a8
!11 fix date error on 0.6.10-23 and 0.6.10-24
From: @xu_lei_123 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2022-12-24 06:18:25 +00:00
xu_lei_123
3c80b8b519 fix date error on 0.6.10-23 and 0.6.10-24 2022-12-24 13:27:15 +08:00
openeuler-ci-bot
387f336c70
!8 修改无效的Source和url地址
From: @lyn1001 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2022-11-21 11:10:56 +00:00
lyn1001
a5ea8f0c86 Change source 2022-11-21 15:05:00 +08:00
openeuler-ci-bot
707c3d1637 !4 解决 gcc 10导致pinfo编译失败问题
From: @tushenmei
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-08-03 08:21:05 +00:00
tushenmei
cab1477954 bugfix of gcc10 2021-08-03 16:07:00 +08:00
openeuler-ci-bot
69836b65a7 !3 解决multiple definition 问题
From: @tushenmei
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-07-31 07:03:59 +00:00
tushenmei
4e5d2a747d bugfix of multiple definition 2021-07-30 17:31:57 +08:00
openeuler-ci-bot
8bda4cf684 !2 add yaml
Merge pull request !2 from jackie_wu123/master
2020-07-24 15:31:49 +08:00
jackie_wu
05008d5189 add yaml 2020-05-11 15:40:42 +08:00
5 changed files with 29 additions and 4 deletions

12
bugfix-of-gcc-10.patch Normal file
View File

@ -0,0 +1,12 @@
diff -Nur pinfo-0.6.10/src/parse_config.h pinfo-0.6.10-new/src/parse_config.h
--- pinfo-0.6.10/src/parse_config.h 2006-03-10 03:44:48.000000000 +0800
+++ pinfo-0.6.10-new/src/parse_config.h 2021-08-03 15:53:00.000000000 +0800
@@ -85,7 +85,7 @@
colours;
#endif /* NO_COLOR_CURSES */
-int use_manual;
+extern int use_manual;
int parse_config (void);
int parse_line (char *line);

Binary file not shown.

View File

@ -1,16 +1,17 @@
Name: pinfo
Version: 0.6.10
Release: 22
Release: 25
Summary: An user-friendly, console-based viewer for Info documents
License: GPLv2
URL: http://pinfo.alioth.debian.org
Source: http://ftp.corbina.net/pub/Linux/gentoo/distfiles/d9/pinfo-0.6.10.tar.bz2
URL: https://github.com/baszoetekouw/pinfo
Source: https://github.com/baszoetekouw/pinfo/archive/v%{version}.tar.gz
Patch0001: pinfo-0.6.9-xdg.patch
Patch0002: pinfo-0.6.9-infosuff.patch
Patch0003: pinfo-0.6.9-nogroup.patch
Patch0004: pinfo-0.6.9-mansection.patch
Patch0005: pinfo-0.6.9-infopath.patch
Patch0006: pinfo-0.6.10-man.patch
Patch0007: bugfix-of-gcc-10.patch
BuildRequires: ncurses-devel automake gettext-devel libtool texinfo
Requires: xdg-utils
@ -33,7 +34,6 @@ Pinfo-help provides man pages and other related help documents for pinfo.
%build
./autogen.sh
%configure --without-readline
%make_build
%install
%make_install
@ -52,5 +52,14 @@ Pinfo-help provides man pages and other related help documents for pinfo.
%{_mandir}/man1/pinfo.1*
%changelog
* Sat Nov 19 2022 liyanan <liyanan32@h-partners.com> - 0.6.10-25
- Change source
* Tue Aug 3 2021 Shenmei Tu <tushenmei@huawei.com> - 0.6.10-24
- bugfix-of-gcc-10.patch
* Fri July 30 2021 Shenmei Tu <tushenmei@huawei.com> - 0.6.10-23
- bug fix of multiple definition
* Fri Feb 14 2020 lingsheng <lingsheng@huawei.com> - 0.6.10-22
- Package init

4
pinfo.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: NA
src_repo: NA
tag_prefix: NA
seperator: NA

BIN
v0.6.10.tar.gz Normal file

Binary file not shown.