.
OBS-URL: https://build.opensuse.org/package/show/shells/bash-completion?expand=0&rev=67
This commit is contained in:
parent
dd52a02608
commit
4e55c7c450
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 11:54:07 UTC 2016 - werner@suse.de
|
||||
|
||||
- Add documentation for this packages below to get the reference
|
||||
of the e.g. the variable COMP_FILEDIR_FALLBACK (boo#977336)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 15:42:34 UTC 2016 - werner@suse.de
|
||||
|
||||
|
@ -47,6 +47,8 @@ Patch8: respect-variables-boo940837.patch
|
||||
Patch9: rm-completion-smart-boo958462.patch
|
||||
# PATCH-FIX-SUSE boo#963140
|
||||
Patch10: backticks-bsc963140.patch
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: libxslt-tools
|
||||
BuildRequires: pkg-config
|
||||
Requires: bash
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -73,9 +75,17 @@ of the programmable completion feature of Bash 2.04 and later.
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
pushd doc
|
||||
mkdir html
|
||||
a2x -D html -d book -f xhtml --asciidoc-opts="--unsafe" main.txt
|
||||
popd
|
||||
|
||||
%install
|
||||
%make_install
|
||||
pushd doc
|
||||
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/html
|
||||
install -m 0644 html/* %{buildroot}%{_defaultdocdir}/%{name}/html/
|
||||
popd
|
||||
|
||||
# shipping in latest systemd now
|
||||
rm -f %{buildroot}%{_datadir}/bash-completion/completions/udevadm
|
||||
|
Loading…
x
Reference in New Issue
Block a user