Accepting request 1115641 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1115641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=21
This commit is contained in:
parent
e3e4f62eb0
commit
73c8e150f5
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 14:31:09 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
|
||||
|
||||
- Enable tests during build
|
||||
- Set git version tag
|
||||
- Drop unused make dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 10:32:55 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
|
||||
|
||||
- Drop unencessary minimum version depedency on meson.
|
||||
- Re-enable libdbus feature. Upstream defaults changed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 11:42:15 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
|
||||
|
||||
|
12
libnvme.spec
12
libnvme.spec
@ -18,6 +18,8 @@
|
||||
|
||||
%define sover 1
|
||||
|
||||
%bcond_without check
|
||||
|
||||
Name: libnvme
|
||||
Version: 1.6
|
||||
Release: 0
|
||||
@ -31,8 +33,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: keyutils-devel
|
||||
BuildRequires: libjson-c-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: meson
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: swig
|
||||
@ -78,9 +79,14 @@ Python binding part.
|
||||
|
||||
%build
|
||||
export KBUILD_BUILD_TIMESTAMP=@${SOURCE_DATE_EPOCH:-$(date +%s)}
|
||||
%meson -Ddocs=man %{?_with_docs_build:-Ddocs-build=true}
|
||||
%meson -Ddocs=man %{?_with_docs_build:-Ddocs-build=true} -Dversion-tag=%{version} -Dlibdbus=enabled
|
||||
%meson_build
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%meson_test
|
||||
%endif
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user