forked from pool/ocaml-libvirt
filelist
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-libvirt?expand=0&rev=5
This commit is contained in:
parent
38436ac27f
commit
75d457694d
@ -86,24 +86,24 @@ make install-byte
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING.LIB README ChangeLog
|
%doc COPYING.LIB README ChangeLog
|
||||||
%{_libdir}/ocaml/libvirt
|
%dir %{_libdir}/ocaml
|
||||||
%if %{ocaml_native_compiler}
|
%dir %{_libdir}/ocaml/*
|
||||||
%exclude %{_libdir}/ocaml/libvirt/*.a
|
%{_libdir}/ocaml/*/*.so
|
||||||
%exclude %{_libdir}/ocaml/libvirt/*.cmxa
|
%{_libdir}/ocaml/*/*.so.owner
|
||||||
%exclude %{_libdir}/ocaml/libvirt/*.cmx
|
|
||||||
%endif
|
|
||||||
%exclude %{_libdir}/ocaml/libvirt/*.mli
|
|
||||||
%{_libdir}/ocaml/stublibs/*.so
|
|
||||||
%{_libdir}/ocaml/stublibs/*.so.owner
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING.LIB README TODO.libvirt ChangeLog html/*
|
%doc COPYING.LIB README TODO.libvirt ChangeLog html/*
|
||||||
|
%dir %{_libdir}/ocaml
|
||||||
|
%dir %{_libdir}/ocaml/*
|
||||||
%if %{ocaml_native_compiler}
|
%if %{ocaml_native_compiler}
|
||||||
%{_libdir}/ocaml/libvirt/*.a
|
%{_libdir}/ocaml/*/*.a
|
||||||
%{_libdir}/ocaml/libvirt/*.cmxa
|
%{_libdir}/ocaml/*/*.cmx
|
||||||
%{_libdir}/ocaml/libvirt/*.cmx
|
%{_libdir}/ocaml/*/*.cmxa
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/ocaml/libvirt/*.mli
|
%{_libdir}/ocaml/*/*.cma
|
||||||
|
%{_libdir}/ocaml/*/*.cmi
|
||||||
|
%{_libdir}/ocaml/*/*.mli
|
||||||
|
%{_libdir}/ocaml/*/META
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user