X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml.git;a=blobdiff_plain;f=ocaml.spec;h=679e244690170f7143352fefce243ec3db5d9393;hp=cfe9a4f5663571d2574544f7d0ec4a73724b4d95;hb=d2cb56dab4e4c8b4e71a6155ecb69b2bc726845b;hpb=66190ceb5e72bd843c5fafc5c293d69d28288f8d diff --git a/ocaml.spec b/ocaml.spec index cfe9a4f..679e244 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -1,12 +1,12 @@ # # Conditional build: %bcond_without emacs # emacs subpackage -%bcond_without x # X11 support +%bcond_without x # X11 support %bcond_without ocaml_opt # native, optimized compiler # ppc64, sparc64 and x32 variants not supported currently # alpha, hppa, ia64, mips removed since 4.00 -%ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9 +%ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9 %undefine with_ocaml_opt %endif @@ -15,13 +15,13 @@ Summary: The Objective Caml compiler and programming environment Summary(pl.UTF-8): Kompilator OCamla (Objective Caml) oraz środowisko programistyczne Name: ocaml -Version: 4.02.1 -Release: 4 +Version: 4.02.3 +Release: 3 Epoch: 1 License: QPL v1.0 with linking exception (compiler), LGPL v2 with linking exception (library) Group: Development/Languages Source0: http://caml.inria.fr/distrib/%{name}-%{sver}/%{name}-%{version}.tar.xz -# Source0-md5: d74ac1b1179af362491e14349dd1958b +# Source0-md5: 9115706e30dad644f8dec9dfb459a9ab Source1: http://caml.inria.fr/distrib/%{name}-%{sver}/%{name}-%{sver}-refman-html.tar.gz # Source1-md5: 915a1949f7af7186e16354e9682dc1e5 Source2: http://caml.inria.fr/distrib/%{name}-%{sver}/%{name}-%{sver}-refman.ps.gz @@ -182,8 +182,8 @@ Summary: Compiled parts of OCaml compiler Summary(pl.UTF-8): Skompilowane części kompilatora OCamla Group: Development/Languages Requires: %{name} = %{epoch}:%{version}-%{release} -Obsoletes: ocaml-devel Provides: ocaml-devel +Obsoletes: ocaml-devel %description compiler-objects This package contains *.cmi and *.cmo files being parts of OCaml @@ -235,11 +235,11 @@ cp %{SOURCE2} docs/ocaml.ps.gz %patch2 -p1 %patch3 -p1 -%build +%build cp -f /usr/share/automake/config.sub config/gnu ./configure \ -host %{_target_platform} \ - -cc "%{__cc}" \ + -cc "%{__cc}" \ -bindir %{_bindir} \ -libdir %{_libdir}/%{name} \ -mandir %{_mandir}/man1 \ @@ -365,10 +365,12 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/ocamlrun %dir %{_libdir}/%{name} +%{_libdir}/%{name}/VERSION %dir %{_libdir}/%{name}/site-lib %dir %{_libdir}/%{name}/stublibs %attr(755,root,root) %{_libdir}/%{name}/stublibs/dll*.so %exclude %{_libdir}/%{name}/stublibs/dllgraphics.so +%{?with_ocaml_opt:%attr(755,root,root) %{_libdir}/%{name}/libasmrun_shared.so} %attr(755,root,root) %{_libdir}/%{name}/libcamlrun_shared.so %{_mandir}/man1/ocamlrun.1*