SHA256
1
0
forked from pool/tig

Accepting request 627318 from devel:tools:scm

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/627318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2018-08-04 19:54:31 +00:00 committed by Git OBS Bridge
commit 6c77f563dd
4 changed files with 23 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1669b722a3152cde112ff3dae6e02a4280750a8a5ae5d6b57688c38e42243d97
size 1181800

3
tig-2.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6b6aa183e571224d0e1fab3ec482542c1a97fa7a85b26352dc31dbafe8558b8
size 1181900

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 27 10:30:19 UTC 2018 - mpluskal@suse.com
- Make building more verbose
- Small adjustments with spec-cleaner
- Install bash completion to correct location
-------------------------------------------------------------------
Fri Jul 27 10:10:10 UTC 2018 - mvetter@suse.com
- tig 2.4.1:
* Add CURSES_CFLAGS to CPPFLAGS. (#856)
-------------------------------------------------------------------
Sun Jul 22 08:13:31 UTC 2018 - astieger@suse.com

View File

@ -17,16 +17,16 @@
Name: tig
Version: 2.4.0
Version: 2.4.1
Release: 0
Summary: An ncurses-based text-mode interface for git
License: GPL-2.0-or-later
Group: Development/Tools/Version Control
URL: https://jonas.github.io/tig/
Source0: https://github.com/jonas/tig/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires: ncurses-devel
BuildRequires: pkgconfig >= 0.9.0
BuildRequires: readline-devel >= 6.3
BuildRequires: pkgconfig(ncurses)
Requires: bash-completion
Requires: git-core
@ -47,22 +47,22 @@ Using it as a pager, it will display input from stdin and colorize it.
%configure \
--with-ncurses \
--docdir=%{_docdir}
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%install
%make_install install-doc-man
install -D -m0644 contrib/tig-completion.bash "%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}"
install -Dpm 0644 contrib/tig-completion.bash \
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
%files
%license COPYING
%doc NEWS.adoc README.adoc
%doc contrib/*.tigrc
%{_bindir}/tig
%config %{_sysconfdir}/tigrc
%{_mandir}/man1/tig.1%{?ext_man}
%{_mandir}/man5/tigrc.5%{?ext_man}
%{_mandir}/man7/tigmanual.7%{?ext_man}
%config %{_sysconfdir}/tigrc
%{_sysconfdir}/bash_completion.d/%{name}
%{_datadir}/bash-completion/completions/%{name}
%changelog