]> git.pld-linux.org Git - packages/ocaml-SDL.git/blobdiff - ocaml-SDL.spec
- refresh config.sub, release 2
[packages/ocaml-SDL.git] / ocaml-SDL.spec
index 5a834afb1acf56977f043ecc89591001c84e2627..0f1c95d683ff0e2564e288586ebc0665c5cd3fa9 100644 (file)
@@ -2,7 +2,7 @@ Summary:        SDL binding for OCaml
 Summary(pl):   Wi±zania SDL dla OCamla
 Name:          ocaml-SDL
 Version:       0.7.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/ocamlsdl/ocamlsdl-%{version}.tar.gz
@@ -12,6 +12,8 @@ BuildRequires:        SDL-devel
 BuildRequires: SDL_image-devel
 BuildRequires: SDL_mixer-devel
 BuildRequires: SDL_ttf-devel
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: ocaml >= 3.07
 BuildRequires: ocaml-findlib-devel
 BuildRequires: ocaml-lablgl-devel
@@ -57,6 +59,9 @@ u
 %setup -q -n ocamlsdl-%{version}
 
 %build
+cp -f /usr/share/automake/config.* support
+%{__aclocal} -I support
+%{__autoconf}
 %configure
 %{__make}
 
This page took 0.086448 seconds and 4 git commands to generate.