forked from pool/pagein
Accepting request 780205 from home:mnhauke
- Supplement against bash-completion, not bash OBS-URL: https://build.opensuse.org/request/show/780205 OBS-URL: https://build.opensuse.org/package/show/benchmark/pagein?expand=0&rev=4
This commit is contained in:
parent
1ee73cffb7
commit
ec736d8273
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 28 09:51:29 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Supplement against bash-completion, not bash
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 27 21:04:01 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
Thu Feb 27 21:04:01 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -36,22 +36,21 @@ Summary: Bash Completion for %{name}
|
|||||||
Group: System/Benchmark
|
Group: System/Benchmark
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: bash-completion
|
Requires: bash-completion
|
||||||
Supplements: packageand(pagein:bash)
|
Supplements: (pagein and bash-completion)
|
||||||
|
BuildArch: noarch
|
||||||
%if 0%{?sle_version} < 150000
|
%if 0%{?sle_version} < 150000
|
||||||
BuildRequires: bash-completion
|
BuildRequires: bash-completion
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description bash-completion
|
%description bash-completion
|
||||||
Bash completion script for %{name}.
|
Bash completion script for %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user