forked from pool/ninja
Accepting request 665745 from home:etamPL:branches:devel:tools:building
fix bash-completion path OBS-URL: https://build.opensuse.org/request/show/665745 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=42
This commit is contained in:
parent
b828ca788d
commit
5379316f43
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 13:27:10 UTC 2019 - Adam Mizerski <adam@mizerski.pl>
|
||||
|
||||
- fix bash-completion path
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 09:56:57 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ninja
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -50,7 +50,7 @@ python3 ./configure.py --bootstrap --verbose
|
||||
install -D -p -m 0755 ninja %{buildroot}%{_bindir}/ninja
|
||||
install -D -p -m 0644 misc/zsh-completion %{buildroot}%{_datadir}/zsh/site-functions/_ninja
|
||||
install -D -p -m 0644 misc/ninja.vim %{buildroot}%{_datadir}/vim/site/syntax/ninja.vim
|
||||
install -D -p -m 0644 misc/bash-completion %{buildroot}%{_datadir}/bash_completion.d/ninja
|
||||
install -D -p -m 0644 misc/bash-completion %{buildroot}%{_datadir}/bash-completion/completions/ninja
|
||||
install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/macros.ninja
|
||||
|
||||
%check
|
||||
@ -60,7 +60,7 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/macros.ni
|
||||
%files
|
||||
%license COPYING
|
||||
%{_bindir}/ninja
|
||||
%{_datadir}/bash_completion.d
|
||||
%{_datadir}/bash-completion
|
||||
%{_datadir}/vim
|
||||
%{_datadir}/zsh
|
||||
%{_rpmconfigdir}/macros.d/macros.ninja
|
||||
|
Loading…
Reference in New Issue
Block a user