Compare commits
No commits in common. "6386d10975cd9f3715c388b484173a2019486418" and "d2a01d45a50ad775c8316002371dda569f056d7b" have entirely different histories.
6386d10975
...
d2a01d45a5
BIN
tig-2.5.8.tar.gz
BIN
tig-2.5.8.tar.gz
Binary file not shown.
57
tig.spec
57
tig.spec
@ -1,51 +1,42 @@
|
|||||||
Name: tig
|
Name: tig
|
||||||
Version: 2.5.8
|
Version:
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Tig is a ncurses-based text-mode interface for git and it functions mainly as a Git repository browser
|
Summary: Tig is an ncurses-based text-mode interface for git and it functions mainly as a Git repository browser
|
||||||
License: GPL-2.0-or-later
|
License: Open Source GPL License
|
||||||
URL: https://github.com/jonas/tig
|
URL: https://github.com/jonas/tig
|
||||||
Source0: https://github.com/jonas/tig/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/jonas/tig
|
||||||
|
|
||||||
BuildRequires: ncurses-devel asciidoc git-core xmlto gcc make bash-completion
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: git-core
|
BuildRequires: make
|
||||||
|
BuildRequires: Ejscript
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tig is a ncurses-based text-mode interface for git and it functions mainly as a Git repository browser.
|
Tig is an ncurses-based text-mode interface for git and it functions mainly as a Git repository browser.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}/Unix
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
make
|
||||||
%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 install-doc-man
|
make install DESTDIR="%{buildroot}"
|
||||||
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 COPYING NEWS.adoc README.adoc *.html
|
%doc AUTHORS NEWS README
|
||||||
%{_bindir}/tig
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/bash-completion/completions
|
%{_mandir}/man1/%{name}.1*
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}rc
|
|
||||||
%{_mandir}/man1/tig.1*
|
|
||||||
%{_mandir}/man5/tigrc.5*
|
|
||||||
%{_mandir}/man7/tigmanual.7*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Sep 16 2023 liyanan <thistleslyn@163.com> - 2.5.8-1
|
* Sun Aug 23 2020 StrongTiger_001 <StrongTiger_001@isrc.iscas.ac.cn>
|
||||||
- Update to 2.5.8
|
- Package init
|
||||||
|
|
||||||
* 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