Accepting request 1133223 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1133223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnbd?expand=0&rev=15
This commit is contained in:
commit
1f8f2598f9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 12:12:12 UTC 2023 - ohering@suse.de
|
||||
|
||||
- Use ocaml-rpm-macros to track OCaml ABI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 13 21:15:40 UTC 2023 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
|
18
libnbd.spec
18
libnbd.spec
@ -32,6 +32,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: libtool
|
||||
BuildRequires: ocaml-findlib
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: ocaml-rpm-macros
|
||||
BuildRequires: ocaml(compiler)
|
||||
BuildRequires: perl(Pod::Man)
|
||||
BuildRequires: perl(Pod::Simple)
|
||||
@ -133,6 +134,8 @@ find "%{buildroot}" -name '*.la' -delete
|
||||
# Delete the golang man page since we're not distributing the bindings.
|
||||
rm %{buildroot}/%{_mandir}/man3/libnbd-golang.3*
|
||||
|
||||
%ocaml_create_file_list
|
||||
|
||||
%check
|
||||
# All fuse tests fail in Koji with:
|
||||
# fusermount: entry for fuse/test-*.d not found in /etc/mtab
|
||||
@ -163,26 +166,15 @@ done
|
||||
%{_mandir}/man1/nbddump.1*
|
||||
%{_mandir}/man1/nbdinfo.1*
|
||||
|
||||
%files -n libnbd%{sover}
|
||||
%files -n libnbd%{sover} -f %name.files
|
||||
%license COPYING.LIB
|
||||
%{_libdir}/libnbd.so.%{sover}
|
||||
%{_libdir}/libnbd.so.%{sover}.*
|
||||
%dir %{_libdir}/ocaml/nbd
|
||||
%{_libdir}/ocaml/nbd/META
|
||||
%{_libdir}/ocaml/nbd/NBD.cmi
|
||||
%{_libdir}/ocaml/nbd/mlnbd.cma
|
||||
%{_libdir}/ocaml/stublibs/dllmlnbd.so
|
||||
%{_libdir}/ocaml/stublibs/dllmlnbd.so.owner
|
||||
|
||||
%files devel
|
||||
%files devel -f %name.files.devel
|
||||
%{_includedir}/libnbd.h
|
||||
%{_libdir}/libnbd.so
|
||||
%{_libdir}/pkgconfig/libnbd.pc
|
||||
%{_libdir}/ocaml/nbd/NBD.cmx
|
||||
%{_libdir}/ocaml/nbd/mlnbd.cmxa
|
||||
%{_libdir}/ocaml/nbd/NBD.mli
|
||||
%{_libdir}/ocaml/nbd/mlnbd.a
|
||||
%{_libdir}/ocaml/nbd/libmlnbd.a
|
||||
%{_mandir}/man3/libnbd.3*
|
||||
%{_mandir}/man3/libnbd-ocaml.3.gz
|
||||
%{_mandir}/man1/libnbd-release-notes-1.*.1*
|
||||
|
Loading…
x
Reference in New Issue
Block a user