ocaml-SDL/ocaml-SDL.spec

116 lines
3.0 KiB
RPMSpec
Raw Normal View History

%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
%define debug_package %{nil}
2007-05-04 11:30:16 +00:00
Name: ocaml-SDL
Version: 0.7.2
2008-03-01 07:54:33 +00:00
Release: 10%{?dist}
2007-05-04 11:30:16 +00:00
Summary: OCaml bindings for SDL
Group: Development/Libraries
License: LGPL
URL: http://ocamlsdl.sourceforge.net
Source0: http://downloads.sourceforge.net/ocamlsdl/ocamlsdl-%{version}.tar.gz
Source1: ocamlsdl-0.7.2-htmlref.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: lablgl SDL_ttf-devel SDL_mixer-devel SDL_image-devel
BuildRequires: ocaml
Requires: ocaml
%define _use_internal_dependency_generator 0
%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
%define __find_provides /usr/lib/rpm/ocaml-find-provides.sh
2007-05-04 11:30:16 +00:00
%description
Runtime libraries to allow programs written in OCaml to write to SDL
(Simple DirectMedia Layer) interfaces.
%package devel
Summary: Development files for ocamlSDL
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
The ocamlSDL-devel package provides libraries and headers for developing
applications using ocamlSDL
%prep
%setup -q -n ocamlsdl-%{version} -a 1
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
export DESTDIR=$RPM_BUILD_ROOT
export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR
mkdir -p $OCAMLFIND_DESTDIR/stublibs
2007-05-04 11:30:16 +00:00
make install DESTDIR=$RPM_BUILD_ROOT
2007-05-04 11:30:16 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS NEWS
%{_libdir}/ocaml/sdl
2007-05-04 11:30:16 +00:00
%{_libdir}/ocaml/stublibs/*.so
%if %opt
%exclude %{_libdir}/ocaml/sdl/*.a
%exclude %{_libdir}/ocaml/sdl/*.cmxa
%endif
%exclude %{_libdir}/ocaml/sdl/*.mli
2007-05-04 11:30:16 +00:00
%files devel
%defattr(-,root,root,-)
%doc htmlref/
%if %opt
%{_libdir}/ocaml/sdl/*.a
%{_libdir}/ocaml/sdl/*.cmxa
%endif
%{_libdir}/ocaml/sdl/*.mli
2007-05-04 11:30:16 +00:00
%changelog
2008-03-01 07:54:33 +00:00
* Sat Mar 1 2008 Richard W.M. Jones <rjones@redhat.com> 0.7.2-10
- Rebuild for ppc64.
* Wed Feb 13 2008 Richard W.M. Jones <rjones@redhat.com> 0.7.2-9
- *.so.owner files aren't being generated by this ocamlfind.
* Wed Feb 13 2008 Richard W.M. Jones <rjones@redhat.com> 0.7.2-8
- Rebuild for OCaml 3.10.1.
- Generate correct provides and requires.
- Fix 'make install' rule for new ocamlfind.
- Fix paths to conform with OCaml packaging guidelines.
* Wed May 09 2007 Nigel Jones <dev@nigelj.com> 0.7.2-7
2007-05-09 02:41:39 +00:00
- ExcludeArch ppc64 until ocaml builds
2007-05-04 11:30:16 +00:00
* Fri May 04 2007 Nigel Jones <dev@nigelj.com> 0.7.2-6
- Fix download URL and remove ldconfig
* Fri May 04 2007 Nigel Jones <dev@nigelj.com> 0.7.2-5
- Minor fixups per review
* Thu May 03 2007 Nigel Jones <dev@nigelj.com> 0.7.2-4
- Rename per policy
- Revert -3 changes
- Add htmlref
* Thu Apr 26 2007 Nigel Jones <dev@nigelj.com> 0.7.2-3
- Provide ocamlSDL-static, add COPYING to -devel as docs.
* Wed Apr 10 2007 Nigel Jones <dev@nigelj.com> 0.7.2-2
- Fix missing dependencies
* Tue Apr 10 2007 Nigel Jones <dev@nigelj.com> 0.7.2-1
- Initial spec file