Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release-src > by-pkgid > b4f2029cf4759aa99dbffefa4d72e5f8 > files > 2

ocamlify-0.0.2-8.mga6.src.rpm

%define debug_package %{nil}

Name:           ocamlify
Version:        0.0.2
Release:        %mkrel 8
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/1209/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
mkdir -p %{buildroot}/usr
ocaml setup.ml -install

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


%changelog
* Fri Jan 29 2016 pterjan <pterjan> 0.0.2-8.mga6
+ Revision: 929026
- Rebuild for new ocaml

* Wed Oct 21 2015 tv <tv> 0.0.2-7.mga6
+ Revision: 893221
- disable debuginfo

* Wed Oct 15 2014 umeabot <umeabot> 0.0.2-6.mga5
+ Revision: 740363
- Second Mageia 5 Mass Rebuild

* Fri Sep 26 2014 tv <tv> 0.0.2-5.mga5
+ Revision: 725149
- rebuild for bogus file deps

* Tue Sep 16 2014 umeabot <umeabot> 0.0.2-4.mga5
+ Revision: 683139
- Mageia 5 Mass Rebuild

* Sat Oct 19 2013 umeabot <umeabot> 0.0.2-3.mga4
+ Revision: 536095
- Mageia 4 Mass Rebuild

* Sun Sep 22 2013 blue_prawn <blue_prawn> 0.0.2-2.mga4
+ Revision: 483318
- rebuild for ocaml-4.01.0

* Mon Aug 12 2013 blue_prawn <blue_prawn> 0.0.2-1.mga4
+ Revision: 465588
- updated to last version 0.0.2

* 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