clean
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=58
This commit is contained in:
parent
939f22b6f4
commit
2192f2a4f3
13
tig.spec
13
tig.spec
@ -22,13 +22,13 @@ 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/
|
||||
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
|
||||
Requires: bash-completion
|
||||
Requires: git-core
|
||||
BuildRequires: pkg-config >= 0.9.0
|
||||
|
||||
%description
|
||||
Tig is a git repository browser that additionally can act as a pager
|
||||
@ -55,12 +55,13 @@ make %{?_smp_mflags}
|
||||
install -D -m0644 contrib/tig-completion.bash "%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}"
|
||||
|
||||
%files
|
||||
%doc COPYING NEWS.adoc README.adoc
|
||||
%license COPYING
|
||||
%doc NEWS.adoc README.adoc
|
||||
%doc contrib/*.tigrc
|
||||
%{_bindir}/tig
|
||||
%{_mandir}/man1/tig.1%{ext_man}
|
||||
%{_mandir}/man5/tigrc.5%{ext_man}
|
||||
%{_mandir}/man7/tigmanual.7%{ext_man}
|
||||
%{_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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user