Compare commits
10 Commits
d2a01d45a5
...
6386d10975
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6386d10975 | ||
|
|
ca392ddac8 | ||
|
|
d875c3e2b2 | ||
|
|
765475f2a7 | ||
|
|
c9ebe403e9 | ||
|
|
0bd1ed4a40 | ||
|
|
ff04372651 | ||
|
|
db5cfafe4e | ||
|
|
07d0129a49 | ||
|
|
161b5e9589 |
BIN
tig-2.5.8.tar.gz
Normal file
BIN
tig-2.5.8.tar.gz
Normal file
Binary file not shown.
57
tig.spec
57
tig.spec
@ -1,42 +1,51 @@
|
|||||||
Name: tig
|
Name: tig
|
||||||
Version:
|
Version: 2.5.8
|
||||||
Release: 0
|
Release: 1
|
||||||
Summary: Tig is an ncurses-based text-mode interface for git and it functions mainly as a Git repository browser
|
Summary: Tig is a ncurses-based text-mode interface for git and it functions mainly as a Git repository browser
|
||||||
License: Open Source GPL License
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/jonas/tig
|
URL: https://github.com/jonas/tig
|
||||||
Source0: https://github.com/jonas/tig
|
Source0: https://github.com/jonas/tig/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildRequires: ncurses-devel asciidoc git-core xmlto gcc make bash-completion
|
||||||
|
|
||||||
BuildRequires: make
|
Requires: git-core
|
||||||
BuildRequires: Ejscript
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tig is an ncurses-based text-mode interface for git and it functions mainly as a Git repository browser.
|
Tig is a ncurses-based text-mode interface for git and it functions mainly as a Git repository browser.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}/Unix
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
%configure
|
||||||
|
%make_build all doc-man doc-html
|
||||||
|
sed -i -e 's/\r//' *.html
|
||||||
|
sed -i '/^#!bash/,+1 d' contrib/%{name}-completion.bash
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="%{buildroot}"
|
%make_install install-doc-man
|
||||||
|
install -Dpm 644 contrib/%{name}-completion.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name}
|
||||||
%pre
|
|
||||||
%preun
|
|
||||||
%post
|
|
||||||
%postun
|
|
||||||
|
|
||||||
%check
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README
|
%doc COPYING NEWS.adoc README.adoc *.html
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/tig
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_datadir}/bash-completion/completions
|
||||||
|
%config(noreplace) %{_sysconfdir}/%{name}rc
|
||||||
|
%{_mandir}/man1/tig.1*
|
||||||
|
%{_mandir}/man5/tigrc.5*
|
||||||
|
%{_mandir}/man7/tigmanual.7*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Aug 23 2020 StrongTiger_001 <StrongTiger_001@isrc.iscas.ac.cn>
|
* Sat Sep 16 2023 liyanan <thistleslyn@163.com> - 2.5.8-1
|
||||||
- Package init
|
- Update to 2.5.8
|
||||||
|
|
||||||
|
* Wed Mar 31 2021 StrongTiger_001 <StrongTiger_001@isrc.iscas.ac.cn> - 2.5.1-2
|
||||||
|
- Fix the grammar mistake for the tool description.
|
||||||
|
|
||||||
|
* Wed Dec 28 2020 StrongTiger_001 <StrongTiger_001@isrc.iscas.ac.cn> - 2.5.1-1
|
||||||
|
- Supplement the BuildRequires.
|
||||||
|
|
||||||
|
* Sat Oct 03 2020 StrongTiger_001 <StrongTiger_001@isrc.iscas.ac.cn> - 2.5.1-0
|
||||||
|
- Add Package init and port tig to aarch64.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user