filelist
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-parmap?expand=0&rev=5
This commit is contained in:
parent
410ff15cf1
commit
7697757dc1
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:833ae5fe29872b591489675ae3ee4b7711db297050c224fe5f6ec9b7f0abf1c6
|
||||
size 62380
|
||||
oid sha256:d72190494977d3ece30612cb48ed8dd4199bc714b71899bc3422b0b2cc94585c
|
||||
size 62356
|
||||
|
@ -85,6 +85,7 @@ make \
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md LICENSE
|
||||
%dir %{_libdir}/ocaml
|
||||
%dir %{_libdir}/ocaml/*
|
||||
%{_libdir}/ocaml/*/*.so
|
||||
%{_libdir}/ocaml/*/*.so.owner
|
||||
@ -93,8 +94,10 @@ make \
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
%{_mandir}/*/*
|
||||
%if %{ocaml_native_compiler}
|
||||
%dir %{_libdir}/ocaml
|
||||
%dir %{_libdir}/ocaml/*
|
||||
%{_libdir}/ocaml/*/*.a
|
||||
%if %{ocaml_native_compiler}
|
||||
%{_libdir}/ocaml/*/*.cmx
|
||||
%{_libdir}/ocaml/*/*.cmxa
|
||||
%{_libdir}/ocaml/*/*.cmxs
|
||||
|
@ -85,6 +85,7 @@ make \
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md LICENSE
|
||||
%dir %{_libdir}/ocaml
|
||||
%dir %{_libdir}/ocaml/*
|
||||
%{_libdir}/ocaml/*/*.so
|
||||
%{_libdir}/ocaml/*/*.so.owner
|
||||
@ -93,8 +94,10 @@ make \
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
%{_mandir}/*/*
|
||||
%if %{ocaml_native_compiler}
|
||||
%dir %{_libdir}/ocaml
|
||||
%dir %{_libdir}/ocaml/*
|
||||
%{_libdir}/ocaml/*/*.a
|
||||
%if %{ocaml_native_compiler}
|
||||
%{_libdir}/ocaml/*/*.cmx
|
||||
%{_libdir}/ocaml/*/*.cmxa
|
||||
%{_libdir}/ocaml/*/*.cmxs
|
||||
|
Loading…
Reference in New Issue
Block a user