]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
- strip IS safe
authorMichal Moskal <michal@moskal.me>
Mon, 29 Apr 2002 15:06:49 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- however camlp4* cannot be native-compiled
- added missing dynlink.*

Changed files:
    ocaml.spec -> 1.33

ocaml.spec

index cb1346ce1859f0de69bbcbfc74e0a208bc9d98e0..3b4098133bfe6f21357d056b1c8557b101b0646f 100644 (file)
@@ -31,11 +31,11 @@ URL:                http://caml.inria.fr/
 BuildRequires: db3-devel
 %{!?_without_tk:BuildRequires:         tk-devel}
 %{!?_without_x11:BuildRequires:                XFree86-devel}
+%{!?_without_emacs:BuildRequires:      xemacs}
 %{!?_without_emacs:BuildRequires:      xemacs-common}
 %{!?_without_emacs:BuildRequires:      xemacs-fsf-compat-pkg}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                no_install_post_strip   1
 
 %description
 Objective Caml is a high-level, strongly-typed, functional and
@@ -221,7 +221,7 @@ install -d $RPM_BUILD_ROOT%{_infodir}
 cp -p {parsing/{location,longident,parsetree},typing/typecore}.{cm,ml}i \
        $RPM_BUILD_ROOT%{_libdir}/%{name}
 
-for f in ocamlc ocamlopt camlp4o camlp4r; do
+for f in ocamlc ocamlopt; do
        if test -f $RPM_BUILD_ROOT%{_bindir}/$f.opt; then
                mv -f $RPM_BUILD_ROOT%{_bindir}/$f \
                        $RPM_BUILD_ROOT%{_bindir}/$f.byte
@@ -260,6 +260,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}/condition.*
 %{_libdir}/%{name}/dbm.*
 %{_libdir}/%{name}/digest.*
+%{_libdir}/%{name}/dynlink.*
 %attr(755,root,root) %{_libdir}/%{name}/dll[bmnstu]*.so
 %{_libdir}/%{name}/g[ce]*.*
 %{_libdir}/%{name}/l*.cm*
This page took 0.035695 seconds and 4 git commands to generate.