diff --git a/tig.changes b/tig.changes index f8cfb71..31b0071 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/tig.spec b/tig.spec index bdc37df..4bb16e6 100644 --- a/tig.spec +++ b/tig.spec @@ -24,9 +24,9 @@ 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