X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml-SDL.git;a=blobdiff_plain;f=ocaml-SDL.spec;h=8e8a5fb7ebb9187904b87fbb67076d323f2e35ab;hp=5a834afb1acf56977f043ecc89591001c84e2627;hb=9c53566860537ddddd7d13b7440e128b4a78557e;hpb=07b43a1ef254426fab842caae0a28f98652a1450 diff --git a/ocaml-SDL.spec b/ocaml-SDL.spec index 5a834af..8e8a5fb 100644 --- a/ocaml-SDL.spec +++ b/ocaml-SDL.spec @@ -1,18 +1,21 @@ +%define ocaml_ver 1:3.09.2 Summary: SDL binding for OCaml -Summary(pl): Wi±zania SDL dla OCamla +Summary(pl.UTF-8): Wiązania SDL dla OCamla Name: ocaml-SDL -Version: 0.7.2 +Version: 0.8.0 Release: 1 License: GPL Group: Libraries Source0: http://dl.sourceforge.net/ocamlsdl/ocamlsdl-%{version}.tar.gz -# Source0-md5: 0707a9cf80bd9cfe18ad660dc077bad6 +# Source0-md5: b7ee334cf107867cc8d08cbcc319c9af URL: http://ocamlsdl.sourceforge.net/ BuildRequires: SDL-devel BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel BuildRequires: SDL_ttf-devel -BuildRequires: ocaml >= 3.07 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: ocaml >= %{ocaml_ver} BuildRequires: ocaml-findlib-devel BuildRequires: ocaml-lablgl-devel %requires_eq ocaml-runtime @@ -25,16 +28,16 @@ between the ML programming language and the SDL C library. This package contains files needed to run bytecode executables using this library. -%description -l pl -OCamlSDL to próba napisania interfejsu programowego miêdzy jêzykiem -programowania ML a bibliotek± C SDL. +%description -l pl.UTF-8 +OCamlSDL to próba napisania interfejsu programowego między językiem +programowania ML a biblioteką C SDL. Ten pakiet zawiera pliki potrzebne do uruchamiania wykonywalnego -bytecodu u¿ywaj±cego tej biblioteki. +bytecodu używającego tej biblioteki. %package devel Summary: SDL binding for OCaml - development part -Summary(pl): Wi±zania SDL dla OCamla - cze¶æ programistyczna +Summary(pl.UTF-8): Wiązania SDL dla OCamla - cześć programistyczna Group: Development/Libraries Requires: %{name} = %{version}-%{release} %requires_eq ocaml @@ -46,17 +49,20 @@ between the ML programming language and the SDL C library. This package contains files needed to develop OCaml programs using this library. -%description devel -l pl -OCamlSDL to próba napisania interfejsu programowego miêdzy jêzykiem -programowania ML a bibliotek± C SDL. +%description devel -l pl.UTF-8 +OCamlSDL to próba napisania interfejsu programowego między językiem +programowania ML a biblioteką C SDL. -Ten pakiet zawiera pliki potrzebne do tworzenia programów w OCamlu -u¿ywaj±cych tej biblioteki. +Ten pakiet zawiera pliki potrzebne do tworzenia programów w OCamlu +używających tej biblioteki. %prep %setup -q -n ocamlsdl-%{version} %build +cp -f /usr/share/automake/config.* support +%{__aclocal} -I support +%{__autoconf} %configure %{__make}