From 6857802968c53c00036be31cf34c55e6cb54b1e42f0c70f3becb3d37ef758376 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 20 Jul 2017 14:50:09 +0000 Subject: [PATCH] Revert "Since oasis 0.4.7 bytecode has no stublibs anymore" OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-libvirt?expand=0&rev=20 --- ocaml-libvirt.changes | 5 ----- ocaml-libvirt.spec | 6 ++---- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/ocaml-libvirt.changes b/ocaml-libvirt.changes index 21211d0..c1c63be 100644 --- a/ocaml-libvirt.changes +++ b/ocaml-libvirt.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Mon Jul 17 20:24:18 UTC 2017 - ohering@suse.de - -- Since oasis 0.4.7 bytecode has no stublibs anymore - ------------------------------------------------------------------- Mon Jul 17 12:48:58 UTC 2017 - ohering@suse.de diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index b36d0c0..96feac3 100644 --- a/ocaml-libvirt.spec +++ b/ocaml-libvirt.spec @@ -140,7 +140,6 @@ _EOF_ %install %ocaml_oasis_findlib_install # -%if 0%{?ocaml_native_compiler} mkdir -vp %{buildroot}/etc/ld.so.conf.d/ tee %{buildroot}/etc/ld.so.conf.d/%{name}.conf <<_EOF_ %{_libdir}/ocaml/libvirt @@ -150,19 +149,18 @@ _EOF_ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%endif %files %defattr(-,root,root,-) %doc COPYING.LIB README +/etc/ld.so.conf.d/*.conf %{_bindir}/* %dir %{_libdir}/ocaml %dir %{_libdir}/ocaml/* %if 0%{?ocaml_native_compiler} %{_libdir}/ocaml/*/*.cmxs -%{_libdir}/ocaml/*/*.so -/etc/ld.so.conf.d/*.conf %endif +%{_libdir}/ocaml/*/*.so %files devel %defattr(-,root,root,-)