rpms/ocaml-pxp/devel .cvsignore, 1.2, 1.3 ocaml-pxp.spec, 1.2, 1.3 sources, 1.2, 1.3

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Wed Apr 23 08:54:35 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-pxp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24730/devel

Modified Files:
	.cvsignore ocaml-pxp.spec sources 
Log Message:
* Mon Apr  2 2008 Richard W.M. Jones <rjones at redhat.com> - 1.2.0test2-1
- New upstream version 1.2.0test2.
- New upstream URL.
- Re-enabled camlp4 extension.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-pxp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	2 Mar 2008 10:45:28 -0000	1.2
+++ .cvsignore	23 Apr 2008 08:53:58 -0000	1.3
@@ -1 +1 @@
-pxp-1.2.0test1.tar.gz
+pxp-1.2.0test2.tar.gz


Index: ocaml-pxp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-pxp/devel/ocaml-pxp.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ocaml-pxp.spec	2 Mar 2008 10:47:48 -0000	1.2
+++ ocaml-pxp.spec	23 Apr 2008 08:53:58 -0000	1.3
@@ -1,17 +1,17 @@
 %define debug_package %{nil}
 
 Name:           ocaml-pxp
-Version:        1.2.0test1
-Release:        6%{?dist}
+Version:        1.2.0test2
+Release:        1%{?dist}
 Summary:        Validating XML parser
 
 Group:          Development/Libraries
 License:        BSD
-URL:            http://www.ocaml-programming.de/packages/
-Source0:        http://www.ocaml-programming.de/packages/pxp-%{version}.tar.gz
+URL:            http://projects.camlcity.org/projects/pxp.html
+Source0:        http://download.camlcity.org/download/pxp-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  ocaml
+BuildRequires:  ocaml >= 3.10.2
 BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-ocamlnet-devel
@@ -24,9 +24,12 @@
 %define __find_provides /usr/lib/rpm/ocaml-find-provides.sh
 
 %description
-pxp: The polymorphic XML parser, a validating XML-1.0 parser including
-a DOM-like model for the XML tree representation
+PXP is a validating XML parser for O'Caml. It represents the parsed
+document either as tree or as stream of events. In tree mode, it is
+possible to validate the XML document against a DTD.
 
+The acronym PXP means Polymorphic XML Parser. This name reflects the
+ability to create XML trees with polymorphic type parameters.
 
 %package        devel
 Summary:        Development files for %{name}
@@ -44,10 +47,7 @@
 ./configure \
   -without-wlex \
   -without-wlex-compat \
-  -lexlist all \
-  -without-pp
-# NB. Temporarily disabled the preprocessor extension
-# because it requires camlp5.
+  -lexlist all
 
 
 %build
@@ -79,7 +79,7 @@
 %{_libdir}/ocaml/pxp-ulex-utf8/*.cma
 %{_libdir}/ocaml/pxp-ulex-utf8/*.cmi
 %{_libdir}/ocaml/pxp-ulex-utf8/*.cmo
-#%{_libdir}/ocaml/pxp-pp/pxp_pp.cma
+%{_libdir}/ocaml/pxp-pp/pxp_pp.cma
 
 
 %files devel
@@ -99,11 +99,16 @@
 %{_libdir}/ocaml/pxp-ulex-utf8/*.cmxa
 %{_libdir}/ocaml/pxp-ulex-utf8/*.cmx
 %{_libdir}/ocaml/pxp-ulex-utf8/*.o
-#%{_libdir}/ocaml/pxp-pp/META
+%{_libdir}/ocaml/pxp-pp/META
 %{_libdir}/ocaml/pxp/META
 
 
 %changelog
+* Mon Apr  2 2008 Richard W.M. Jones <rjones at redhat.com> - 1.2.0test2-1
+- New upstream version 1.2.0test2.
+- New upstream URL.
+- Re-enabled camlp4 extension.
+
 * Sun Mar  2 2008 Richard W.M. Jones <rjones at redhat.com> - 1.2.0test1-6
 - Rebuild for ppc64.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-pxp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	2 Mar 2008 10:45:28 -0000	1.2
+++ sources	23 Apr 2008 08:53:58 -0000	1.3
@@ -1 +1 @@
-ede21215d7c3f988e8f5951746e90e26  pxp-1.2.0test1.tar.gz
+6ad1bcf8b6c64fdf90422d9b5afc3763  pxp-1.2.0test2.tar.gz




More information about the fedora-extras-commits mailing list