- Move bytes and ocamldoc to main package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=42
This commit is contained in:
Olaf Hering 2016-05-23 21:52:56 +00:00 committed by Git OBS Bridge
parent cd5cb1a9a3
commit ce5a0835d6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 23 21:51:57 UTC 2016 - ohering@suse.de
- Move bytes and ocamldoc to main package
-------------------------------------------------------------------
Wed May 18 21:34:23 UTC 2016 - ohering@suse.de

View File

@ -107,6 +107,8 @@ rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild
%{_libdir}/ocaml/threads
%{_libdir}/ocaml/topfind
%{_libdir}/ocaml/unix
%{_libdir}/ocaml/bytes
%{_libdir}/ocaml/ocamldoc
%if %{ocaml_native_compiler}
%exclude %{_libdir}/ocaml/findlib/*.a
%exclude %{_libdir}/ocaml/findlib/*.cmxa
@ -124,7 +126,5 @@ rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild
%endif
%{_libdir}/ocaml/findlib/*.mli
%{_libdir}/ocaml/findlib/Makefile.config
%{_libdir}/ocaml/bytes
%{_libdir}/ocaml/ocamldoc
%changelog