Compare commits
10 Commits
cc57be501c
...
870296c5a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
870296c5a8 | ||
|
|
3c80b8b519 | ||
|
|
387f336c70 | ||
|
|
a5ea8f0c86 | ||
|
|
707c3d1637 | ||
|
|
cab1477954 | ||
|
|
69836b65a7 | ||
|
|
4e5d2a747d | ||
|
|
8bda4cf684 | ||
|
|
05008d5189 |
12
bugfix-of-gcc-10.patch
Normal file
12
bugfix-of-gcc-10.patch
Normal 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.
17
pinfo.spec
17
pinfo.spec
@ -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
4
pinfo.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: NA
|
||||
src_repo: NA
|
||||
tag_prefix: NA
|
||||
seperator: NA
|
||||
BIN
v0.6.10.tar.gz
Normal file
BIN
v0.6.10.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user