Compare commits

...

4 Commits
master ... el5

Author SHA1 Message Date
Fedora Release Engineering c3df4a7cf6 dist-git conversion 2010-07-29 17:51:37 +00:00
Bill Nottingham e04856e4cc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:21:30 +00:00
Dennis Gilmore 6e0b712e59 Initialize branch EL-5 for ocaml-SDL 2007-05-15 12:07:13 +00:00
nigelj 3ef1f17f65 Import to FC-6 2007-05-04 11:52:49 +00:00
5 changed files with 82 additions and 21 deletions

View File

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
ocamlsdl-0.7.2-htmlref.tar.gz
ocamlsdl-0.7.2.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: ocaml-SDL
# $Id$
NAME := ocaml-SDL
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

78
ocaml-SDL.spec Normal file
View File

@ -0,0 +1,78 @@
Name: ocaml-SDL
Version: 0.7.2
Release: 6%{?dist}
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
%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
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/ocaml/sdl/*.mli
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS NEWS
%{_libdir}/ocaml/stublibs/*.so
%files devel
%defattr(-,root,root,-)
%doc htmlref/
%{_libdir}/ocaml/sdl
%changelog
* 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

View File

@ -0,0 +1,2 @@
1698fa6f40a0bdf215065631f13921ee ocamlsdl-0.7.2-htmlref.tar.gz
0707a9cf80bd9cfe18ad660dc077bad6 ocamlsdl-0.7.2.tar.gz