Compare commits

..

No commits in common. "870296c5a8cc4c5561405d5ac7355a8c47f1dde6" and "cc57be501c7601978d7cb36e654d119fa108bb99" have entirely different histories.

5 changed files with 4 additions and 29 deletions

View File

@ -1,12 +0,0 @@
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);

BIN
pinfo-0.6.10.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,17 +1,16 @@
Name: pinfo
Version: 0.6.10
Release: 25
Release: 22
Summary: An user-friendly, console-based viewer for Info documents
License: GPLv2
URL: https://github.com/baszoetekouw/pinfo
Source: https://github.com/baszoetekouw/pinfo/archive/v%{version}.tar.gz
URL: http://pinfo.alioth.debian.org
Source: http://ftp.corbina.net/pub/Linux/gentoo/distfiles/d9/pinfo-0.6.10.tar.bz2
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
@ -34,6 +33,7 @@ Pinfo-help provides man pages and other related help documents for pinfo.
%build
./autogen.sh
%configure --without-readline
%make_build
%install
%make_install
@ -52,14 +52,5 @@ 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

View File

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

Binary file not shown.