.gear/rules | 2 + .../tags/a20f0ed8e83f82a175c196622a4002021face6b9 | 22 +++ .gear/tags/list | 1 + tig.spec | 182 +++++++++++++++++++++ 4 files changed, 207 insertions(+) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..64a30ec --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: tig-@version@:. +diff: tig-@version@:. . diff --git a/.gear/tags/a20f0ed8e83f82a175c196622a4002021face6b9 b/.gear/tags/a20f0ed8e83f82a175c196622a4002021face6b9 new file mode 100644 index 0000000..2e43da6 --- /dev/null +++ b/.gear/tags/a20f0ed8e83f82a175c196622a4002021face6b9 @@ -0,0 +1,22 @@ +object 529182c4d0081ebe9774cd1cb4d7e298946808af +type commit +tag tig-2.5.4 +tagger Thomas Koutcher 1622909277 +0200 + +tig version 2.5.4 +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEED5PRQHgeGlb28R6NZfTK/+9T1MIFAmC7oV0ACgkQZfTK/+9T +1MJzhg/8C+ImXlzoIXSoUxWLolhS1rC91+7QS/+az6WC9enPgCENU312qTlklAGZ +xzgkh4GcVd4fqXtMYbQ/F/Vqfk05cTNlaI0JET55kjVpCIYnnVMDqKvrTFMv8IVl ++zGbaGQ+g82vp+7mXo8QsPnMaHy9yOSElDUJGW/feoHAiWfPqcS+WDRQFTfhBVJJ +X1f8xx3WJiKCulktA4Ar1M1I3Nu72pVFyNWbLUwpof/1uFWbtVAS7KPdlNXAWVn3 +Yr0kQWxKIf54B1/AFV7cY/FBWdvs/AmzDRnIGjNSO3Go/szkXGvWskpKxMr7Kmu2 +BFerrX0ZQupoN4KlivTZ+ltAjC2Z77mDhoRKYUvttKubPZiiA9UkiL6CcYmIPgKy +8t3dOVoc4GuGAfPCVpMO8ak0kJmkcOmSXAwqYO7H04RkKHJdNjPe8ug8wcaWDcN1 +JfAKZPGpRXflkTeVyHYHNHuTdT1/v5wWiXe9P2ESp9sYnVz9rEtlLFcMk+iInHSc +1zf8yRq5m5AsAi9ZnBQS1hHqpJA4n5tpLxTzXdJxIP1gDaDfEQ5g3VvFbEJpeeWT +do/TmYAq9cMQNg3wQvjgJdQ1kjg2LDlzocKYajXfek1QHHSCcTXRqUeyBmXFSTy5 +xaDid/j+i2JINALl7b4gJOHOrKLXZXgZidzJGIpNJKF/5a0ppMQ= +=DWJ6 +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..36b7cb7 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +a20f0ed8e83f82a175c196622a4002021face6b9 tig-2.5.4 diff --git a/tig.spec b/tig.spec new file mode 100644 index 0000000..00770e7 --- /dev/null +++ b/tig.spec @@ -0,0 +1,182 @@ +%define _unpackaged_files_terminate_build 1 +%define _stripped_files_terminate_build 1 +%set_verify_elf_method strict + +Name: tig +Version: 2.5.4 +Release: alt2 + +Summary: text-mode interface for git +License: GPLv2+ +Group: Development/Other + +URL: http://jonas.nitro.dk/tig/ +Source: tig-%version.tar +Patch: tig-%version-%release.patch + +Requires: git-core + +# Automatically added by buildreq on Sat Nov 23 2019 +BuildRequires: asciidoc libncursesw-devel libreadline-devel 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 +%patch -p1 + +%build +%add_optflags %(getconf LFS_CFLAGS) +%autoreconf +%configure +make V=1 src/tig doc-man + +%install +install -pD -m755 src/tig %buildroot%_bindir/tig +install -pD -m644 contrib/tig-pick %buildroot%_bindir/tig-pick +install -pD -m644 doc/tig.1 %buildroot%_man1dir/tig.1 +install -pD -m644 doc/tigrc.5 %buildroot%_man5dir/tigrc.5 +install -pD -m644 doc/tigmanual.7 %buildroot%_man7dir/tigmanual.7 +mkdir -p %buildroot%_datadir/tig +install -p -m644 contrib/*.tigrc %buildroot%_datadir/tig/ +install -pD -m644 contrib/tig-completion.bash %buildroot%_datadir/bash-completion/completions/tig +install -pD -m644 contrib/tig-completion.zsh %buildroot%_datadir/zsh/site-functions/_tig + +%files +%doc COPYING NEWS.adoc README.adoc doc/manual.adoc +%_bindir/tig +%_bindir/tig-pick +%_man1dir/tig.1* +%_man5dir/tigrc.5* +%_man7dir/tigmanual.7* +%_datadir/tig +%_datadir/bash-completion/completions/tig +%_datadir/zsh/site-functions/_tig + +%changelog +* Sun Dec 19 2021 Vitaly Chikunov 2.5.4-alt2 +- Packaged tig-pick, completions, tigrc examples, and manual. +- Fixed lfs=strict build on 32-bit systems. + +* Tue Jun 15 2021 Alexey Tourbin 2.5.4-alt1 +- 2.5.3 -> 2.5.4 + +* Tue Apr 27 2021 Alexey Tourbin 2.5.3-alt1 +- 2.5.2 -> 2.5.3 + +* Wed Feb 17 2021 Alexey Tourbin 2.5.2-alt1 +- 2.5.0 -> 2.5.2 + +* Sat Nov 23 2019 Alexey Tourbin 2.5.0-alt1 +- 2.4.0 -> 2.5.0 + +* Sun Jul 22 2018 Alexey Tourbin 2.4.0-alt1 +- 2.3.2 -> 2.4.0 + +* Wed Dec 27 2017 Alexey Tourbin 2.3.2-alt1 +- 2.3.1 -> 2.3.2 + +* Mon Dec 18 2017 Alexey Tourbin 2.3.1-alt1 +- 2.3.0 -> 2.3.1 + +* Thu Oct 05 2017 Alexey Tourbin 2.3.0-alt2 +- built with readline + +* Wed Oct 04 2017 Alexey Tourbin 2.3.0-alt1 +- 2.2.2 -> 2.3.0 + +* Fri Aug 18 2017 Alexey Tourbin 2.2.2-alt1 +- 1.1 -> 2.2.2 + +* Wed Oct 24 2012 Alexey Tourbin 1.1-alt1 +- 1.0 -> 1.1 + +* Fri Sep 21 2012 Alexey Tourbin 1.0-alt2 +- packaged tigmanual(7) + +* Fri May 11 2012 Alexey Tourbin 1.0-alt1 +- tig-1.0 + +* Tue Feb 14 2012 Alexey Tourbin 0.18-alt1 +- tig-0.18 + +* Wed Oct 05 2011 Alexey Tourbin 0.17-alt2 +- tig-0.17-43-gcc3ca7c + +* Sun Mar 20 2011 Alexey Tourbin 0.17-alt1 +- tig-0.17 + +* Mon Nov 22 2010 Alexey Tourbin 0.16.2-alt1 +- tig-0.16.2 + +* Tue Jul 06 2010 Alexey Tourbin 0.16-alt1 +- tig-0.16 + +* Fri Dec 04 2009 Alexey Tourbin 0.15-alt1 +- tig-0.15 + +* Mon Jul 20 2009 Alexey Tourbin 0.14.1-alt2 +- tig-0.14.1-29-g1e69632 + +* Wed Apr 08 2009 Alexey Tourbin 0.14.1-alt1 +- 0.14 -> 0.14.1 + +* Sat Feb 14 2009 Alexey Tourbin 0.14-alt2 +- packaged NEWS.html + +* Sat Feb 14 2009 Alexey Tourbin 0.14-alt1 +- 0.12.1 -> 0.14 + +* Sat Oct 11 2008 Alexey Tourbin 0.12.1-alt1 +- 0.12 -> 0.12.1 + +* Tue Sep 16 2008 Alexey Tourbin 0.12-alt1 +- 0.11 -> 0.12 + +* Tue Apr 15 2008 Alexey Tourbin 0.11-alt1 +- 0.10.1 -> 0.11 + +* Fri Mar 21 2008 Alexey Tourbin 0.10.1-alt1 +- 0.9.1 -> 0.10.1 +- built with libncursesw + +* Sun Oct 28 2007 Alexey Tourbin 0.9.1-alt1 +- updated to tig-0.9.1 + +* Sat Jul 21 2007 Alexey Tourbin 0.8-alt1 +- updated to tig-0.8-12-g56b6ea5 + +* Sat Jun 16 2007 Alexey Tourbin 0.7-alt1 +- updated to tig-0.7-18-gd1858de + +* Wed Mar 28 2007 Alexey Tourbin 0.6-alt1 +- updated to tig-0.6-1-ga1d2855 + +* Thu Feb 22 2007 Alexey Tourbin 0.5-alt5 +- updated to tig-0.5-16-ge15ec88 (improved handling of remotes) + +* Sun Jan 07 2007 Alexey Tourbin 0.5-alt4 +- updated to tig-0.5-g337d737 + +* Tue Oct 31 2006 Alexey Tourbin 0.5-alt3 +- new snapshot, fixes SEGV in tree view + +* Wed Oct 18 2006 Alexey Tourbin 0.5-alt2 +- in main view, fix handling of headlines that start with whitespace + +* Tue Oct 03 2006 Alexey Tourbin 0.5-alt1 +- new version + +* Sat Sep 09 2006 Alexey Tourbin 0.4-alt1 +- new snapshot + +* Thu Jul 06 2006 Alexey Tourbin 0.3-alt1 +- initial revision