Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37515990
en ru br
Репозитории ALT
S:2.5.8-alt1
5.1: 0.14.1-alt2
4.1: 0.10.1-alt1
4.0: 0.6-alt1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: tig

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin