WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH 07 of 14] Add upstream ocaml-xmlm RPM spec file by Flor

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 07 of 14] Add upstream ocaml-xmlm RPM spec file by Florent Monnier <blue_prawn@xxxxxxxxxxxx>
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Fri, 28 May 2010 15:20:42 +0100
Delivery-date: Fri, 28 May 2010 07:21:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1275056435@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# 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>