]> git.pld-linux.org Git - packages/ocaml-pxp.git/blame - ocaml-pxp.spec
- added description to main package (for srpm)
[packages/ocaml-pxp.git] / ocaml-pxp.spec
CommitLineData
096bc182
MM
1Summary: Polimorphic XML Parser for OCaml
2Summary(pl): Polimorficzny Parser XML-a dla OCamla
3Name: ocaml-pxp
4Version: 1.1.4
5Release: 1
6License: distributable
7Group: Libraries
8Vendor: Gerd Stolpmann <gerd@gerd-stolpmann.de>
9URL: http://www.ocaml-programming.de/programming/pxp.html
10Source0: http://www.ocaml-programming.de/packages/pxp-%{version}.tar.gz
11Patch0: %{name}-sub_lexeme.patch
12BuildRequires: ocaml >= 3.04
13BuildRequires: ocaml-net-netstring-devel
14BuildRequires: ocaml-wlex-devel
15BuildRequires: ocaml-findlib
16%requires_eq ocaml-wlex
17%requires_eq ocaml-runtime
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
215c635a
JB
21Polimorphic XML Parser for OCaml.
22
23%description -l pl
24Polimorficzny Parser XML-a dla OCamla.
096bc182
MM
25
26%package devel
27Summary: Polimorphic XML Parser for OCaml - development part
28