Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6386d10975
!9 Update to 2.5.8 & 修正yaml文件
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-09-18 04:51:28 +00:00
lyn1001
ca392ddac8 Update to 2.5.8 2023-09-16 14:13:58 +08:00
openeuler-ci-bot
d875c3e2b2 !6 Fix the grammar mistake for the tool description.
From: @strongtiger_001
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-03-31 23:03:04 +08:00
StrongTiger_001
765475f2a7 update tig.spec. 2021-03-31 22:09:02 +08:00
openeuler-ci-bot
c9ebe403e9 !5 Supplement the build requires and fix the change log format
From: @strongtiger_001
Reviewed-by: 
Signed-off-by:
2020-12-31 15:03:28 +08:00
strongtiger_001
0bd1ed4a40 Supplement the build requires and fix the change log format. 2020-12-29 21:39:32 +08:00
openeuler-ci-bot
ff04372651 !3 Add package init
From: @strongtiger_001
Reviewed-by: 
Signed-off-by:
2020-10-29 13:56:58 +08:00
StrongTiger_001
db5cfafe4e update tig.spec.
add build dependency git
2020-10-29 13:07:47 +08:00
StrongTiger_001
07d0129a49 add the dependency required and update the package 2020-10-28 19:14:27 +08:00
StrongTiger_001
161b5e9589 update tig.spec. 2020-10-26 22:35:14 +08:00
4 changed files with 35 additions and 26 deletions

BIN
tig-2.5.8.tar.gz Normal file

Binary file not shown.

BIN
tig.rar

Binary file not shown.

View File

@ -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.

View File

@ -1,4 +1,4 @@
version_control: github version_control: github
src_repo: https://github.com/jonas/tig src_repo: jonas/tig
tag_prefix: tag_prefix: "^tig-"
separator: "." separator: "."