xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit 48a056011a84cb74df1e7d8bcaa4b7f662db3d5a

clean up spec file
Author: bas@zoetekouw.net
Author date (UTC): 2017-08-10 07:47
Committer name: bas@zoetekouw.net
Committer date (UTC): 2017-08-10 07:47
Parent(s): afa469e4a491202d50aa77242d11a754521ea6c5
Signing key:
Tree: c8fde74d4e7f7bcd649adb368098a3354d4404ce
File Lines added Lines deleted
pinfo.spec.in 3 10
File pinfo.spec.in changed (mode: 100644) (index d5f0367..0df9996)
1 1 Summary: Lynx-style info browser Summary: Lynx-style info browser
2 2
3
4 Name: @PACKAGE@
5 Version: @VERSION@
3 Name: @PACKAGE_NAME@
4 Version: @PACKAGE_VERSION@
6 5 Release: 1 Release: 1
7 6 Group: Utilities/System Group: Utilities/System
8 7
9
10 8 Copyright: GPL Copyright: GPL
11 9 Vendor: Bas Zoetekouw <bas@debian.org> Vendor: Bas Zoetekouw <bas@debian.org>
12 Source: http://alioth.debian.org/project/showfiles.php?group_id=30592
10 Source: https://github.com/baszoetekouw/pinfo
13 11 BuildRoot: /tmp/%{name}-%{version}-root BuildRoot: /tmp/%{name}-%{version}-root
14 12
15 13 %define _prefix /usr %define _prefix /usr
 
... ... Pinfo is a curses based lynx-style info browser.
24 22 %description -l pl %description -l pl
25 23
26 24
27 %description -l ru
28
29
30
31
32 25 %prep %prep
33 26 echo "%{_mandir}" echo "%{_mandir}"
34 27 %setup -q %setup -q
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master