]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
- 3.07-patch2 and emacs_batch_mode patches obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Jul 2004 21:57:00 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml.spec -> 1.89

ocaml.spec

index 9a0732e6fcdd8c6f6d661f406e730744db7cea26..7107121453eb0e67f1480809c4d2be1ac2b58d93 100644 (file)
@@ -1,11 +1,10 @@
 #
 # Conditional build:
-
 %bcond_without emacs   # without emacs subpackage
 %bcond_without x       # without X11 support 
 %bcond_without tk      # without Tcl/Tk support
 %bcond_with    db3     # use db3 instead of db 4.x
-
+#
 # --without x11 implies --without tk
 %{!?with_x:%undefine   with_tk}
 
@@ -42,9 +41,8 @@ Patch0:               %{name}-build.patch
 Patch1:                %{name}-db3.patch
 Patch2:                %{name}-objinfo.patch
 Patch3:                %{name}-mano.patch
+# needs update for ocaml 3.08
 #Patch4:               %{name}-unused-var-warning.patch
-#Patch5:               %{name}-3.07-patch2.diffs
-#Patch6:               %{name}-emacs_batch_mode.patch
 URL:           http://caml.inria.fr/
 %{?with_x:BuildRequires:       XFree86-devel}
 %{?with_db3:BuildRequires:     db3-devel}
@@ -54,7 +52,6 @@ URL:          http://caml.inria.fr/
 BuildRequires: xemacs
 BuildRequires: xemacs-common
 BuildRequires: xemacs-fsf-compat-pkg
-
 %endif
 Requires:      ocaml-runtime = %{version}-%{release}
 Provides:      ocaml-ocamldoc
@@ -95,7 +92,7 @@ w g
 Summary:       Emacs mode for OCaml
 Summary(pl):   Tryb OCamla dla Emacsa
 Group:         Development/Tools
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description emacs
 Emacs mode files for Objective Caml language.
@@ -293,11 +290,9 @@ cp %{SOURCE6} docs/camlp4-tutorial.ps.gz
 %patch2 -p1
 %patch3 -p1
 #%patch4 -p1
-#%patch5 -p1
-#%patch6 -p1
 
 %build
-cp /usr/share/automake/config.sub config/gnu
+cp -f /usr/share/automake/config.sub config/gnu
 ./configure \
         -cc "%{__cc} %{rpmcflags}" \
        -bindir %{_bindir} \
This page took 0.094006 seconds and 4 git commands to generate.