From 9576359067f4c566b74234864c9933d3ff7a0153 Mon Sep 17 00:00:00 2001 From: José Matos Date: Nov 26 2012 16:25:00 +0000 Subject: Install bash completion (#802149) --- diff --git a/lyx.spec b/lyx.spec index 68b8662..f6d6957 100644 --- a/lyx.spec +++ b/lyx.spec @@ -13,7 +13,7 @@ BuildRequires: fontpackages-devel Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 2.0.5 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/Publishing @@ -211,6 +211,8 @@ rm -rf %{buildroot}%{_datadir}/lyx/fonts %find_lang %{name} +# bash completion +install -p -D -m 0755 lib/scripts/bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/lyx %check # tests/test_filetools error bogus ( see http://bugzilla.redhat.com/723938 ) @@ -266,6 +268,7 @@ rm -rf %{buildroot} %ghost %{_datadir}/lyx/lyxrc.defaults %ghost %{_datadir}/lyx/*.lst %{_datadir}/texmf/tex/latex/lyx/ +%{_sysconfdir}/bash_completion.d %if 0%{?fontpackages:1} %_font_pkg @@ -286,6 +289,9 @@ fc-cache %{_fontdir} 2> /dev/null ||: %changelog +* Mon Nov 26 2012 José Matos - 2.0.5-3 +- Install bash completion (#802149) + * Sun Nov 25 2012 José Matos - 2.0.5-2 - New texlive packaging for Fedora 18+