Upstream re-released version 1.0.0.
This commit is contained in:
parent
bee19a41ee
commit
81f1c268ae
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: ocaml-%{srcname}
|
Name: ocaml-%{srcname}
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Error-recovering streaming HTML5 and XML parsers for OCaml
|
Summary: Error-recovering streaming HTML5 and XML parsers for OCaml
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -15,7 +15,7 @@ Source0: https://github.com/aantron/markup.ml/archive/%{version}/%{srcnam
|
|||||||
|
|
||||||
BuildRequires: ocaml >= 4.02.0
|
BuildRequires: ocaml >= 4.02.0
|
||||||
BuildRequires: ocaml-bisect-ppx-devel >= 2.0.0
|
BuildRequires: ocaml-bisect-ppx-devel >= 2.0.0
|
||||||
BuildRequires: ocaml-dune
|
BuildRequires: ocaml-dune >= 2.7.0
|
||||||
BuildRequires: ocaml-lwt-devel
|
BuildRequires: ocaml-lwt-devel
|
||||||
BuildRequires: ocaml-ocamldoc
|
BuildRequires: ocaml-ocamldoc
|
||||||
BuildRequires: ocaml-ounit-devel
|
BuildRequires: ocaml-ounit-devel
|
||||||
@ -78,7 +78,7 @@ developing applications that use %{name}-lwt.
|
|||||||
sed -i '/uchar/d' markup.opam
|
sed -i '/uchar/d' markup.opam
|
||||||
|
|
||||||
%build
|
%build
|
||||||
dune build %{?_smp_mflags}
|
dune build %{?_smp_mflags} @install
|
||||||
|
|
||||||
# Build the documentation. Unfortunately, ocamldoc is not smart enough to
|
# Build the documentation. Unfortunately, ocamldoc is not smart enough to
|
||||||
# figure out that Kstream is Markup.Kstream. I have not been able to figure
|
# figure out that Kstream is Markup.Kstream. I have not been able to figure
|
||||||
@ -170,6 +170,9 @@ dune runtest
|
|||||||
%{_libdir}/ocaml/%{srcname}-lwt/unix/%{srcname}_lwt_unix.mli
|
%{_libdir}/ocaml/%{srcname}-lwt/unix/%{srcname}_lwt_unix.mli
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 2 2020 Jerry James <loganjerry@gmail.com> - 1.0.0-2
|
||||||
|
- Upstream re-released version 1.0.0
|
||||||
|
|
||||||
* Fri Oct 23 2020 Jerry James <loganjerry@gmail.com> - 1.0.0-1
|
* Fri Oct 23 2020 Jerry James <loganjerry@gmail.com> - 1.0.0-1
|
||||||
- Version 1.0.0
|
- Version 1.0.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (markup-1.0.0.tar.gz) = d251c9080e95d946d475f3461b6a44e0a57227eb9f28a6cd626947cf456c33ad628503702699a0c321e60d28319c7764d47602788d2c855fdd13eaac95279857
|
SHA512 (markup-1.0.0.tar.gz) = 6383ed24fd86be0f6a64d9386b547d323fa0e763571ff3e7405119173c6ac6a7ed043bc0d35afd6e933101f22ed4b2f8baa08ba07d3df57a68015caaf79030ab
|
||||||
|
Loading…
Reference in New Issue
Block a user