- Install bash-completion in the right directory (as indicated by

rpmlint.

OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=147
This commit is contained in:
Cor Blom 2018-08-28 19:38:25 +00:00 committed by Git OBS Bridge
parent 162a734f9d
commit d9671d83d4
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 28 19:37:33 UTC 2018 - cornelis@solcon.nl
- Install bash-completion in the right directory (as indicated by
rpmlint.
-------------------------------------------------------------------
Mon Aug 27 20:33:13 UTC 2018 - cornelis@solcon.nl

View File

@ -150,7 +150,7 @@ ln -s %{_datadir}/lyx/tex $RPM_BUILD_ROOT$TEXMF/tex/latex/lyx
install -p -D -m 0644 lib/appdata.xml %{buildroot}%{_datadir}/appdata/lyx.appdata.xml
install -p -D -m 0644 lib/scripts/bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/lyx
install -p -D -m 0644 lib/scripts/bash_completion %{buildroot}%{_datadir}/bash-completion/completions/lyx
%suse_update_desktop_file lyx Office WordProcessor
@ -185,6 +185,6 @@ install -p -D -m 0644 lib/scripts/bash_completion %{buildroot}%{_sysconfdir}/bas
%{_mandir}/man1/lyx.1%{ext_man}
%{_mandir}/man1/lyxclient.1%{ext_man}
%{_mandir}/man1/tex2lyx.1%{ext_man}
%{_sysconfdir}/bash_completion.d/lyx
%{_datadir}/bash-completion/completions/lyx
%changelog