1 |
%define name camlp5 |
%define name camlp5 |
2 |
%define version 6.17 |
%define version 6.17 |
3 |
%define release 1 |
%define release 2 |
4 |
Summary: Camlp5 is a Pre-Processor-Pretty-Printer for OCaml. |
Summary: Camlp5 is a Pre-Processor-Pretty-Printer for OCaml. |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
14 |
BuildRoot: %RPM_BUILD_ROOT |
BuildRoot: %RPM_BUILD_ROOT |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildRequires: ocaml = 3.12.1 |
BuildRequires: ocaml = 3.12.1 |
|
Requires: smeserver-release >= 9.0 |
|
17 |
AutoReqProv: no |
AutoReqProv: no |
18 |
|
|
19 |
%description |
%description |
20 |
%{name} is a Pre-Processor-Pretty-Printer for OCaml. It offers syntactic tools (parsers, extensible grammars), the ability to extend the concrete syntax of OCaml (quotations, syntax extensions), and to redefine it from scratch. This is an advanced tool and should not be used by those new to OCaml. |
%{name} is a Pre-Processor-Pretty-Printer for OCaml. It offers syntactic tools (parsers, extensible grammars), the ability to extend the concrete syntax of OCaml (quotations, syntax extensions), and to redefine it from scratch. This is an advanced tool and should not be used by those new to OCaml. |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
* Fri Apr 05 2019 Mab974 <mab974@gmail.com> |
* Wed Oct 02 2019 Mab974 <mab974@gmail.com> |
24 |
- update to v6.17 |
- fix Requires smeserver-release |
|
- builds from unchanged .tar.gz |
|
25 |
|
|
26 |
* Mon Dec 19 2014 Mab974 <mab974@gmail.com> |
* Wed Oct 02 2019 Mab974 <mab974@gmail.com> |
27 |
- initial release |
- initial release v6.17 |
28 |
- builds from unchanged .tar.gz |
- builds from unchanged .tar.gz |
29 |
|
|
30 |
%prep |
%prep |