Accepting request 504129 from home:morbidrsa

-  Also re-build documentation on each build (bsc#1037297)

OBS-URL: https://build.opensuse.org/request/show/504129
OBS-URL: https://build.opensuse.org/package/show/Base:System/nvme-cli?expand=0&rev=28
This commit is contained in:
Johannes Thumshirn 2017-06-16 10:21:29 +00:00 committed by Git OBS Bridge
parent b3b0d41e94
commit 8720c2ddae
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 16 10:07:38 UTC 2017 - jthumshirn@suse.com
- Also re-build documentation on each build (bsc#1037297)
-------------------------------------------------------------------
Wed Jun 14 07:01:27 UTC 2017 - jthumshirn@suse.com

View File

@ -24,6 +24,8 @@ License: GPL-2.0
Group: Hardware/Other
Url: https://github.com/linux-nvme/nvme-cli
Source: %{name}-v%{version}.tar.gz
BuildRequires: asciidoc
BuildRequires: xmlto
BuildRequires: pkgconfig(libudev)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch0: 0001-fabrics-add-option-to-override-drivers-queue-depth.patch
@ -46,7 +48,7 @@ cli rpm installs core management tools with minimal dependencies.
%build
echo %{version} > version
make CFLAGS="%{optflags}" PREFIX=%{_prefix} %{?_smp_mflags}
make CFLAGS="%{optflags}" PREFIX=%{_prefix} %{?_smp_mflags} all
%install
make PREFIX=%{_prefix} DESTDIR=%{buildroot} install-bin install-man %{?_smp_mflags}