]> git.pld-linux.org Git - packages/tig.git/blame - tig.spec
- updated to 0.5
[packages/tig.git] / tig.spec
CommitLineData
d8ae691a 1Summary: Text-mode interface for git-core
2Summary(pl): Tekstowy interfejs do git-core
3Name: tig
e8eb96c4 4Version: 0.5
d8ae691a 5Release: 1
6License: GPL v2
7Group: Development/Tools
8Source0: http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz
e8eb96c4 9# Source0-md5: fab4a728d13b8eb0643a1f5c26c0b8c9
d8ae691a 10Patch0: %{name}-ncurses.patch
11URL: http://jonas.nitro.dk/tig/
12BuildRequires: asciidoc
13BuildRequires: ncurses-devel
14Requires: git-core
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Tig is a git-core repository browser that additionally can act as a
19pager for output from various git commands.
20
21When browsing repositories, it uses the underlying git commands to
22present the user with various views, such as summarized revision log
23and showing the commit with the log message, diffstat, and the diff.
24
25Using it as a pager, it will display input from stdin and colorize it.
26
27%description -l pl
28