|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 07 of 14] Add upstream ocaml-xmlm RPM spec file by Flor
# HG changeset patch
# User David Scott <dave.scott@xxxxxxxxxxxxx>
# Date 1275056307 -3600
# Node ID 9ef9fa8c2addaadfcab5f389b5518b586796db0e
# Parent c34cd1aef6bdbb506754ca84bab693632c83dfd6
Add upstream ocaml-xmlm RPM spec file by Florent Monnier
<blue_prawn@xxxxxxxxxxxx>
Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>
diff -r c34cd1aef6bd -r 9ef9fa8c2add xmlm.spec
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/xmlm.spec Fri May 28 15:18:27 2010 +0100
@@ -0,0 +1,77 @@
+Name: ocaml-xmlm
+Version: 1.0.2
+Release: %mkrel 1
+Summary: Streaming XML input/output for OCaml
+License: new-BSD
+Group: Development/Other
+URL: http://erratique.ch/software/xmlm
+Source0: http://erratique.ch/software/xmlm/releases/xmlm-%{version}.tbz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
+BuildRequires: ocaml
+Requires: ocaml
+
+%description
+Xmlm is an OCaml module providing streaming XML input/output. It aims at
+making XML processing robust and painless. The streaming interface can
+process documents without building an in-memory representation. It lets
+the programmer translate its data structures to XML documents and
+vice-versa. Functions are provided to easily transform arborescent data
+structures to/from XML documents.
+
+%package devel
+Summary: Development files for %{name}
+Group: Development/Other
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+The %{name}-devel package contains libraries and signature files for
+developing applications that use %{name}.
+
+%prep
+%setup -q -n xmlm-%{version}
+
+%build
+./build module
+./build doc
+
+%install
+rm -rf %{buildroot}
+export INSTALLDIR=%{buildroot}/%{_libdir}/ocaml/xmlm
+./build install
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root)
+%doc README
+%{_libdir}/ocaml/xmlm/META
+%{_libdir}/ocaml/xmlm/xmlm.cmi
+%{_libdir}/ocaml/xmlm/xmlm.cmo
+
+%files devel
+%defattr(-,root,root)
+%doc test doc CHANGES
+%{_libdir}/ocaml/xmlm/xmlm.cmx
+%{_libdir}/ocaml/xmlm/xmlm.o
+%{_libdir}/ocaml/xmlm/xmlm.mli
+%{_libdir}/ocaml/xmlm/xmlm.ml
+
+
+
+%changelog
+* Wed Mar 17 2010 Florent Monnier <blue_prawn@xxxxxxxxxxxx> 1.0.2-1mdv2010.1
++ Revision: 522813
+- update to new version 1.0.2
+
+* Sat Jun 27 2009 Guillaume Rousse <guillomovitch@xxxxxxxxxxxx>
1.0.1-2mdv2010.0
++ Revision: 390087
+- rebuild
+
+* Thu Feb 19 2009 Florent Monnier <blue_prawn@xxxxxxxxxxxx> 1.0.1-1mdv2009.1
++ Revision: 342935
+- ocaml required to build
+- * Thu Feb 19 2009 Florent Monnier <blue_prawn@xxxxxxxxxxxx> 1.0.1-1mdv
+- Initial RPM release (please care that the upstream doc tells this software
is designed to be used included)
+
+
_______________________________________________
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
|
|
|
|
|