X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml-SDL.git;a=blobdiff_plain;f=ocaml-SDL.spec;h=da305d36bdb93dfa96d59d8aad82ed8e620fe8c4;hp=8e8a5fb7ebb9187904b87fbb67076d323f2e35ab;hb=HEAD;hpb=9c53566860537ddddd7d13b7440e128b4a78557e diff --git a/ocaml-SDL.spec b/ocaml-SDL.spec index 8e8a5fb..da305d3 100644 --- a/ocaml-SDL.spec +++ b/ocaml-SDL.spec @@ -1,23 +1,36 @@ +# +# Conditional build: +%bcond_without ocaml_opt # native optimized binaries (bytecode is always built) + +%ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9 +%undefine with_ocaml_opt +%endif + %define ocaml_ver 1:3.09.2 Summary: SDL binding for OCaml Summary(pl.UTF-8): Wiązania SDL dla OCamla Name: ocaml-SDL -Version: 0.8.0 -Release: 1 -License: GPL +Version: 0.9.1 +Release: 8 +License: LGPL v2+ Group: Libraries -Source0: http://dl.sourceforge.net/ocamlsdl/ocamlsdl-%{version}.tar.gz -# Source0-md5: b7ee334cf107867cc8d08cbcc319c9af +Source0: http://downloads.sourceforge.net/ocamlsdl/ocamlsdl-%{version}.tar.gz +# Source0-md5: c3086423991fcdc1ba468afd52fc112b +Patch0: safe-string.patch +Patch1: %{name}-info.patch URL: http://ocamlsdl.sourceforge.net/ -BuildRequires: SDL-devel +BuildRequires: SDL-devel >= 1.2.0 +BuildRequires: SDL_gfx-devel BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel BuildRequires: SDL_ttf-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: ocaml >= %{ocaml_ver} -BuildRequires: ocaml-findlib-devel +BuildRequires: ocaml-findlib BuildRequires: ocaml-lablgl-devel +BuildRequires: rpm-build >= 4.6 +BuildRequires: texinfo %requires_eq ocaml-runtime BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -37,7 +50,7 @@ bytecodu używającego tej biblioteki. %package devel Summary: SDL binding for OCaml - development part -Summary(pl.UTF-8): Wiązania SDL dla OCamla - cześć programistyczna +Summary(pl.UTF-8): Wiązania SDL dla OCamla - część programistyczna Group: Development/Libraries Requires: %{name} = %{version}-%{release} %requires_eq ocaml @@ -56,33 +69,82 @@ programowania ML a biblioteką C SDL. Ten pakiet zawiera pliki potrzebne do tworzenia programów w OCamlu używających tej biblioteki. +%package apidocs +Summary: API documentation for OCaml SDL library +Summary(pl.UTF-8): Dokumentacja API biblioteki OCamla SDL +Group: Documentation +BuildArch: noarch + +%description apidocs +API documentation for OCaml SDL library. + +%description apidocs -l pl.UTF-8 +Dokumentacja API biblioteki OCamla SDL. + %prep %setup -q -n ocamlsdl-%{version} +%patch0 -p1 +%patch1 -p1 %build cp -f /usr/share/automake/config.* support %{__aclocal} -I support %{__autoconf} %configure -%{__make} +%{__make} \ + %{!?with_ocaml_opt:OCAMLOPT=} + +cd doc +makeinfo --no-split ocamlsdl.texi %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs %{__make} install \ - OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml + OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml \ + %{!?with_ocaml_opt:OCAMLOPT=} + +install -d $RPM_BUILD_ROOT%{_infodir} +cp -p doc/ocamlsdl.info $RPM_BUILD_ROOT%{_infodir} + +# ocamlfind-specific, useless in rpm +%{__rm} $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/*.owner %clean rm -rf $RPM_BUILD_ROOT +%post devel -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + +%postun devel -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + %files %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/ocaml/stublibs/*.so +%doc AUTHORS NEWS README +%attr(755,root,root) %{_libdir}/ocaml/stublibs/dllsdlstub.so +%attr(755,root,root) %{_libdir}/ocaml/stublibs/dllsdlgfxstub.so +%attr(755,root,root) %{_libdir}/ocaml/stublibs/dllsdlloaderstub.so +%attr(755,root,root) %{_libdir}/ocaml/stublibs/dllsdlmixerstub.so +%attr(755,root,root) %{_libdir}/ocaml/stublibs/dllsdlttfstub.so +%dir %{_libdir}/ocaml/sdl +%{_libdir}/ocaml/sdl/META +%{_libdir}/ocaml/sdl/sdl*.cma %files devel %defattr(644,root,root,755) -%doc README AUTHORS NEWS doc/html doc/ocaml* -%dir %{_libdir}/ocaml/sdl -%{_libdir}/ocaml/sdl/* -%attr(755,root,root) %{_libdir}/ocaml/stublibs/*.owner +%{_libdir}/ocaml/sdl/libsdl*.a +%{_libdir}/ocaml/sdl/sdl*.cmi +# doc? +%{_libdir}/ocaml/sdl/sdl*.mli +%if %{with ocaml_opt} +%{_libdir}/ocaml/sdl/sdl*.a +%{_libdir}/ocaml/sdl/sdl*.cmx +%{_libdir}/ocaml/sdl/sdl*.cmxa +%endif +%{_infodir}/ocamlsdl.info* + +%files apidocs +%defattr(644,root,root,755) +%doc doc/html/*