rpms/ocaml-SDL/FC-6 ocaml-SDL.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nigel Jones (nigelj) fedora-extras-commits at redhat.com
Fri May 4 11:53:27 UTC 2007


Author: nigelj

Update of /cvs/extras/rpms/ocaml-SDL/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22196

Modified Files:
	.cvsignore sources 
Added Files:
	ocaml-SDL.spec 
Log Message:
Import to FC-6


--- NEW FILE ocaml-SDL.spec ---
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 at nigelj.com> 0.7.2-6
- Fix download URL and remove ldconfig

* Fri May 04 2007 Nigel Jones <dev at nigelj.com> 0.7.2-5
- Minor fixups per review

* Thu May 03 2007 Nigel Jones <dev at nigelj.com> 0.7.2-4
- Rename per policy
- Revert -3 changes
- Add htmlref

* Thu Apr 26 2007 Nigel Jones <dev at nigelj.com> 0.7.2-3
- Provide ocamlSDL-static, add COPYING to -devel as docs.

* Wed Apr 10 2007 Nigel Jones <dev at nigelj.com> 0.7.2-2
- Fix missing dependencies

* Tue Apr 10 2007 Nigel Jones <dev at nigelj.com> 0.7.2-1
- Initial spec file



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ocaml-SDL/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 May 2007 10:47:50 -0000	1.1
+++ .cvsignore	4 May 2007 11:52:49 -0000	1.2
@@ -0,0 +1,2 @@
+ocamlsdl-0.7.2-htmlref.tar.gz
+ocamlsdl-0.7.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ocaml-SDL/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 May 2007 10:47:50 -0000	1.1
+++ sources	4 May 2007 11:52:49 -0000	1.2
@@ -0,0 +1,2 @@
+1698fa6f40a0bdf215065631f13921ee  ocamlsdl-0.7.2-htmlref.tar.gz
+0707a9cf80bd9cfe18ad660dc077bad6  ocamlsdl-0.7.2.tar.gz




More information about the fedora-extras-commits mailing list