|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 11 of 14] Add upstream ocaml-type-conf RPM spec file by
# HG changeset patch
# User David Scott <dave.scott@xxxxxxxxxxxxx>
# Date 1275056360 -3600
# Node ID 0618c26a1fb3254215c27dbbdca5f8c4407c9a2d
# Parent 5e129724d18fec091b571526cad96a70dffbae26
Add upstream ocaml-type-conf RPM spec file by Florent Monnier
<fmonnier@xxxxxxxxxxxxxxxx>
Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>
diff -r 5e129724d18f -r 0618c26a1fb3 type-conv.spec
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/type-conv.spec Fri May 28 15:19:20 2010 +0100
@@ -0,0 +1,57 @@
+Name: ocaml-type-conv
+Version: 1.6.5
+Release: %mkrel 1
+Summary: OCaml base library for type conversion
+
+Group: Development/Other
+License: LGPLv2+ with exceptions and BSD
+URL: http://www.ocaml.info/home/ocaml_sources.html#type-conv
+Source0:
http://hg.ocaml.info/release/type-conv/archive/type-conv-release-%{version}.tar.bz2
+# curl
http://hg.ocaml.info/release/type-conv/archive/release-%{version}.tar.bz2 >
type-conv-release-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
+
+BuildRequires: ocaml >= 3.10.0
+BuildRequires: ocaml-findlib
+BuildRequires: camlp4
+BuildRequires: dos2unix
+
+%description
+The type-conv mini library factors out functionality needed by
+different preprocessors that generate code from type specifications,
+because this functionality cannot be duplicated without losing the
+ability to use these preprocessors simultaneously.
+
+%prep
+%setup -q -n type-conv-release-%{version}
+dos2unix LICENSE.Tywith
+
+%build
+make
+
+%install
+rm -rf %{buildroot}
+export DESTDIR=%{buildroot}
+export OCAMLFIND_DESTDIR=%{buildroot}/%{_libdir}/ocaml
+mkdir -p $OCAMLFIND_DESTDIR
+make install
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE LICENSE.Tywith CHANGES COPYRIGHT README.txt
+%{_libdir}/ocaml/type-conv
+
+
+
+%changelog
+* Wed Jan 07 2009 Florent Monnier <blue_prawn@xxxxxxxxxxxx> 1.6.5-1mdv2009.1
++ Revision: 326698
+- corrected group
+- import ocaml-type-conv
+
+
+* Sat Dec 20 2008 Florent Monnier <fmonnier@xxxxxxxxxxxxxxxx> 1.6.5-1mdv
+- Initial RPM release made from the fedora rpm .spec file (revision 1.9) by
Richard W.M. Jones
+# found there:
http://cvs.fedoraproject.org/viewvc/devel/ocaml-type-conv/ocaml-type-conv.spec
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-API] [PATCH 00 of 14] Switch xen-dist-ocaml.hg over to generating RPMs rather than tarballs, David Scott
- [Xen-API] [PATCH 01 of 14] Add upstream ocaml rpm spec file by Dries Verachtert <dries@xxxxxxxxxxx>, David Scott
- [Xen-API] [PATCH 02 of 14] Customise ocaml RPM spec file, David Scott
- [Xen-API] [PATCH 05 of 14] Add upstream ocaml-omake RPM spec file by Jason Hickey <jyh_@xxxxxxxxxxxxxx> and Aleksey Nogin <rpm@xxxxxxxxx>, David Scott
- [Xen-API] [PATCH 04 of 14] Customise ocaml-findlib RPM spec file, David Scott
- [Xen-API] [PATCH 06 of 14] Customise ocaml-omake RPM spec file, David Scott
- [Xen-API] [PATCH 03 of 14] Add upstream ocaml-findlib RPM spec file by Richard W.M. Jones <rjones@xxxxxxxxxx>, David Scott
- [Xen-API] [PATCH 09 of 14] Add upstream ocaml-getopt RPM spec file by Florent Monnier <blue_prawn@xxxxxxxxxxxx>, David Scott
- [Xen-API] [PATCH 07 of 14] Add upstream ocaml-xmlm RPM spec file by Florent Monnier <blue_prawn@xxxxxxxxxxxx>, David Scott
- [Xen-API] [PATCH 08 of 14] Customise ocaml-xmlm RPM spec file, David Scott
- [Xen-API] [PATCH 11 of 14] Add upstream ocaml-type-conf RPM spec file by Florent Monnier <fmonnier@xxxxxxxxxxxxxxxx>,
David Scott <=
- [Xen-API] [PATCH 12 of 14] Customise ocaml-type-conv RPM spec file, David Scott
- [Xen-API] [PATCH 13 of 14] [xmlm] upgrade to version 1.0.1, David Scott
- [Xen-API] [PATCH 10 of 14] Customise ocaml-getopt RPM spec file, David Scott
- [Xen-API] [PATCH 14 of 14] Hook RPM build into main mk/Makefile, David Scott
|
|
|
|
|