Sophie

Sophie

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

ocamlmod-0.0.3-4.mga3.src.rpm

Name:           ocamlmod
Version:        0.0.3
Release:        %mkrel 4
Summary:        Generate OCaml modules from source files
License:        LGPL-2.1 with OCaml linking exception
Group:          Development/OCaml
URL:            http://forge.ocamlcore.org/projects/ocamlmod/
Source0:        http://forge.ocamlcore.org/frs/download.php/856/ocamlmod-%{version}.tar.gz
BuildRequires:  ocaml-findlib

%description
Generate OCaml modules from source files.

%prep
%setup -q

%build
ocaml setup.ml -configure \
    --prefix %{_prefix} \
    --libdir %{_libdir} \
    --libexecdir %{_libexecdir} \
    --exec-prefix %{_exec_prefix} \
    --bindir %{_bindir} \
    --sbindir %{_sbindir} \
    --mandir %{_mandir} \
    --datadir %{_datadir} \
    --localstatedir %{_localstatedir} \
    --sharedstatedir %{_sharedstatedir} \
    --destdir %{buildroot}

make

%install
rm -rf %{buildroot}
make install

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


%changelog

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

* Mon Oct 01 2012 blue_prawn <blue_prawn> 0.0.3-3.mga3
+ Revision: 301075
- rebuild for ocaml-4.00.0

* Sun Sep 30 2012 blue_prawn <blue_prawn> 0.0.3-2.mga3
+ Revision: 300868
- new rpm group for ocaml

* Mon Jul 16 2012 blue_prawn <blue_prawn> 0.0.3-1.mga3
+ Revision: 271183
- imported package ocamlmod