]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
- libasmrun_shared seems to be available only with ocaml_opt; release 2 auto/th/ocaml-4.02.2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Jul 2015 19:21:43 +0000 (21:21 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Jul 2015 19:21:43 +0000 (21:21 +0200)
ocaml.spec

index 933eaedf90792ca7a90fd763a8b1adbd77ea5502..67ad951a0c0f96ca0b03bbe6b6f217699e87c3f6 100644 (file)
@@ -16,7 +16,7 @@ Summary:      The Objective Caml compiler and programming environment
 Summary(pl.UTF-8):     Kompilator OCamla (Objective Caml) oraz środowisko programistyczne
 Name:          ocaml
 Version:       4.02.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       QPL v1.0 with linking exception (compiler), LGPL v2 with linking exception (library)
 Group:         Development/Languages
@@ -370,7 +370,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/%{name}/stublibs
 %attr(755,root,root) %{_libdir}/%{name}/stublibs/dll*.so
 %exclude %{_libdir}/%{name}/stublibs/dllgraphics.so
-%attr(755,root,root) %{_libdir}/%{name}/libasmrun_shared.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*
 
This page took 0.030301 seconds and 4 git commands to generate.