Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37769617
en ru br
ALT Linux repos
S:2.5.8-alt1
5.0: 0.14.1-alt1
4.1: 0.10.1-alt1
4.0: 0.6-alt1

Group :: Development/Other
RPM: tig

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: tig
Version: 0.6
Release: alt1

Summary: text-mode interface for git
License: GPL
Group: Development/Other

URL: http://jonas.nitro.dk/tig/
Source: tig-%version.tar

Requires: git-core

# Automatically added by buildreq on Wed Mar 28 2007

BuildRequires: asciidoc libncurses-devel python-modules-encodings xmlto

%description
Tig is a git repository browser that additionally can act as a pager
for output from various git commands.

When browsing repositories, it uses the underlying git commands to
present the user with various views, such as summarized revision log
and showing the commit with the log message, diffstat, and the diff.

Using it as a pager, it will display input from stdin and colorize it.

%prep
%setup -q

%build
make CFLAGS='%optflags' clean tig tig.1 tigrc.5 \
tig.1.html tigrc.5.html manual.toc manual.html README.html

%install
install -pD -m755 tig %buildroot%_bindir/tig
install -pD -m644 tig.1 %buildroot%_man1dir/tig.1
install -pD -m644 tigrc.5 %buildroot%_man5dir/tigrc.5

%files
%doc *.html
%_bindir/tig
%_man1dir/tig.1*
%_man5dir/tigrc.5*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin