automatic update by autodist [release 1.5.5-1mamba;Wed Nov 19 2014]
This commit is contained in:
parent
b241b93926
commit
43a467b13e
@ -1,7 +1,7 @@
|
|||||||
%global __os_install_post %{nil}
|
%global __os_install_post %{nil}
|
||||||
|
|
||||||
Name: ocaml-findlib
|
Name: ocaml-findlib
|
||||||
Version: 1.4.1
|
Version: 1.5.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library manager for OCaml
|
Summary: A library manager for OCaml
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -75,12 +75,19 @@ echo "-b %{_bindir}/ocamlfind" \
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(0555,root,root) %{_bindir}/ocamlfind
|
%attr(0555,root,root) %{_bindir}/ocamlfind
|
||||||
|
%ifarch arm
|
||||||
%attr(0555,root,root) %{_bindir}/safe_camlp4
|
%attr(0555,root,root) %{_bindir}/safe_camlp4
|
||||||
|
%endif
|
||||||
%{_libdir}/ocaml/*/META
|
%{_libdir}/ocaml/*/META
|
||||||
%dir %{_libdir}/ocaml/findlib
|
%dir %{_libdir}/ocaml/findlib
|
||||||
%dir %{_libdir}/ocaml/topfind
|
%dir %{_libdir}/ocaml/topfind
|
||||||
%{_libdir}/ocaml/findlib/*.cma
|
%{_libdir}/ocaml/findlib/*.cma
|
||||||
%{_libdir}/ocaml/findlib/*.cmi
|
%{_libdir}/ocaml/findlib/*.cmi
|
||||||
|
%{_libdir}/ocaml/findlib/*.cmxs
|
||||||
|
%{_libdir}/ocaml/bytes/*.cma
|
||||||
|
%{_libdir}/ocaml/bytes/*.cmi
|
||||||
|
%{_libdir}/ocaml/bytes/*.cmx
|
||||||
|
%{_libdir}/ocaml/bytes/*.cmxs
|
||||||
%{_libdir}/ocaml/num-top/*.cma
|
%{_libdir}/ocaml/num-top/*.cma
|
||||||
%{_libdir}/ocaml/num-top/*.cmi
|
%{_libdir}/ocaml/num-top/*.cmi
|
||||||
%{_mandir}/man1/ocamlfind.*
|
%{_mandir}/man1/ocamlfind.*
|
||||||
@ -93,15 +100,23 @@ echo "-b %{_bindir}/ocamlfind" \
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE doc/README doc/guide-html
|
|
||||||
%{_libdir}/ocaml/findlib/*.a
|
%{_libdir}/ocaml/findlib/*.a
|
||||||
%{_libdir}/ocaml/findlib/*.cmxa
|
%{_libdir}/ocaml/findlib/*.cmxa
|
||||||
%{_libdir}/ocaml/findlib/*.mli
|
%{_libdir}/ocaml/findlib/*.mli
|
||||||
|
%{_libdir}/ocaml/bytes/*.a
|
||||||
|
%{_libdir}/ocaml/bytes/*.cmxa
|
||||||
%{_libdir}/ocaml/findlib/Makefile.config
|
%{_libdir}/ocaml/findlib/Makefile.config
|
||||||
%{_libdir}/ocaml/findlib/make_wizard
|
%{_libdir}/ocaml/findlib/make_wizard
|
||||||
%{_libdir}/ocaml/findlib/make_wizard.pattern
|
%{_libdir}/ocaml/findlib/make_wizard.pattern
|
||||||
|
%doc LICENSE doc/README doc/guide-html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 19 2014 Automatic Build System <autodist@mambasoft.it> 1.5.5-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Nov 14 2014 Automatic Build System <autodist@mambasoft.it> 1.5.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Mar 04 2014 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
* Tue Mar 04 2014 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user