Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 3ee05d24e1d38618354b570604493945 > files > 2

ocamlify-0.0.1-6.mga3.src.rpm

Name:           ocamlify
Version:        0.0.1
Release:        %mkrel 6
Summary:        Include files in OCaml code
License:        LGPL with static compilation exception
Group:          Development/OCaml
URL:            http://forge.ocamlcore.org/projects/ocamlify
Source0:        http://forge.ocamlcore.org/frs/download.php/379/ocamlify-%{version}.tar.gz
BuildRequires:  ocaml-findlib
Requires:       ocaml-compiler

%description
OCamlify allows to create OCaml source code by including whole files into
OCaml string or string list. The code generated can be compiled as a
standard OCaml file. It allows embedding external resources as OCaml code.

%prep
%setup -q -n ocamlify-%{version}

%build
ocaml setup.ml -configure --prefix %{buildroot}/usr
ocaml setup.ml -build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr
ocaml setup.ml -install

%files
%doc AUTHORS.txt COPYING.txt INSTALL.txt README.txt
%{_bindir}/ocamlify


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.0.1-6.mga3
+ Revision: 361742
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Oct 01 2012 blue_prawn <blue_prawn> 0.0.1-5.mga3
+ Revision: 301074
- rebuild for ocaml-4.00.0

* Sat Sep 29 2012 blue_prawn <blue_prawn> 0.0.1-4.mga3
+ Revision: 300154
- new rpm group for ocaml

* Sun Aug 05 2012 malo <malo> 0.0.1-3.mga3
+ Revision: 278811
- fix requires to ocaml-compiler

* Fri Mar 23 2012 blue_prawn <blue_prawn> 0.0.1-2.mga2
+ Revision: 225959
+ rebuild (emptylog)

* Fri Mar 23 2012 blue_prawn <blue_prawn> 0.0.1-1.mga2
+ Revision: 225953
- requires findlib
- imported package ocamlify