packages: ocaml-pxp/ocaml-pxp.spec - 1.2.2 - use ulex instead of outdated a...

baggins baggins at pld-linux.org
Mon Jul 18 14:09:21 CEST 2011


Author: baggins                      Date: Mon Jul 18 12:09:21 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 1.2.2
- use ulex instead of outdated and umnaintained wlex

---- Files affected:
packages/ocaml-pxp:
   ocaml-pxp.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: packages/ocaml-pxp/ocaml-pxp.spec
diff -u packages/ocaml-pxp/ocaml-pxp.spec:1.22 packages/ocaml-pxp/ocaml-pxp.spec:1.23
--- packages/ocaml-pxp/ocaml-pxp.spec:1.22	Mon Jul 18 10:13:50 2011
+++ packages/ocaml-pxp/ocaml-pxp.spec	Mon Jul 18 14:09:16 2011
@@ -3,19 +3,20 @@
 Summary:	Polimorphic XML Parser for OCaml
 Summary(pl.UTF-8):	Polimorficzny analizator składniowy XML-a dla OCamla
 Name:		ocaml-pxp
-Version:	1.1.6
-Release:	11
+Version:	1.2.2
+Release:	1
 License:	distributable
 Group:		Libraries
-Source0:	http://www.ocaml-programming.de/packages/pxp-%{version}.tar.gz
-# Source0-md5:	8f1c26e348405fb7f064b4bc2584ab59
+Source0:	http://download.camlcity.org/download/pxp-%{version}.tar.gz
+# Source0-md5:	45ffb1cca15435ea95c613e38c20239c
 URL:		http://www.ocaml-programming.de/programming/pxp.html
 BuildRequires:	ocaml >= %{ocaml_devel}
 BuildRequires:	ocaml-findlib
+BuildRequires:	ocaml-ocamldoc-devel
 BuildRequires:	ocaml-net-netstring-devel >= 1.1.1-2
-BuildRequires:	ocaml-wlex-devel
+BuildRequires:	ocaml-ulex
 BuildRequires:	sed >= 4.0
-%requires_eq	ocaml-wlex
+%requires_eq	ocaml-ulex
 %requires_eq	ocaml-runtime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -72,9 +73,10 @@
 
 %build
 ./configure \
-	-with-lex-iso88591 \
-	-with-lex-utf8 \
-	-with-wlex
+	-with-lex \
+	-with-ulex \
+	-without-wlex \
+	-with-pp
 
 sed -i -e 's/-g//' Makefile.rules
 %{__make} -j1 \
@@ -104,8 +106,8 @@
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/ABOUT-FINDLIB doc/EXTENSIONS doc/README doc/RELEASE-NOTES doc/SPEC
-%doc doc/design.txt LICENSE doc/manual/html
+%doc doc/DEV doc/README doc/SPEC
+%doc doc/design.txt doc/manual/html
 %dir %{_libdir}/ocaml/pxp
 %{_libdir}/ocaml/pxp/*
 %{_examplesdir}/%{name}-%{version}
@@ -117,6 +119,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2011/07/18 12:09:16  baggins
+- 1.2.2
+- use ulex instead of outdated and umnaintained wlex
+
 Revision 1.22  2011/07/18 08:13:50  baggins
 - release 11
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocaml-pxp/ocaml-pxp.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list