ldconfig
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-parmap?expand=0&rev=6
This commit is contained in:
parent
7697757dc1
commit
5e6af57038
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d72190494977d3ece30612cb48ed8dd4199bc714b71899bc3422b0b2cc94585c
|
||||
size 62356
|
||||
oid sha256:4c5a8dc279be621ba2709684822fba25fc182f68cfbbe957b0445070b8204bc8
|
||||
size 62368
|
||||
|
@ -81,10 +81,21 @@ make \
|
||||
MANDIR=${o}%{_mandir}/man3 \
|
||||
DESTDIR=%{buildroot} \
|
||||
%{?_smp_mflags}
|
||||
#
|
||||
mkdir -vp %{buildroot}/etc/ld.so.conf.d/
|
||||
tee %{buildroot}/etc/ld.so.conf.d/%{name}.conf <<_EOF_
|
||||
%{_libdir}/ocaml/stublibs
|
||||
_EOF_
|
||||
#
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md LICENSE
|
||||
/etc/ld.so.conf.d/*.conf
|
||||
%dir %{_libdir}/ocaml
|
||||
%dir %{_libdir}/ocaml/*
|
||||
%{_libdir}/ocaml/*/*.so
|
||||
|
@ -81,10 +81,21 @@ make \
|
||||
MANDIR=${o}%{_mandir}/man3 \
|
||||
DESTDIR=%{buildroot} \
|
||||
%{?_smp_mflags}
|
||||
#
|
||||
mkdir -vp %{buildroot}/etc/ld.so.conf.d/
|
||||
tee %{buildroot}/etc/ld.so.conf.d/%{name}.conf <<_EOF_
|
||||
%{_libdir}/ocaml/stublibs
|
||||
_EOF_
|
||||
#
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md LICENSE
|
||||
/etc/ld.so.conf.d/*.conf
|
||||
%dir %{_libdir}/ocaml
|
||||
%dir %{_libdir}/ocaml/*
|
||||
%{_libdir}/ocaml/*/*.so
|
||||
|
Loading…
Reference in New Issue
Block a user