New upstream release. (RHBZ#1541681)
Also, enable debug package.
This commit is contained in:
parent
90ea900a92
commit
e5ad8c0dce
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/ocaml-qcheck-0.7.tar.gz
|
/ocaml-qcheck-0.7.tar.gz
|
||||||
|
/ocaml-qcheck-0.8.tar.gz
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
Name: ocaml-qcheck
|
Name: ocaml-qcheck
|
||||||
Version: 0.7
|
Version: 0.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: QuickCheck inspired property-based testing for OCaml
|
Summary: QuickCheck inspired property-based testing for OCaml
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -10,10 +8,11 @@ URL: https://github.com/c-cube/qcheck
|
|||||||
Source0: https://github.com/c-cube/qcheck/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/c-cube/qcheck/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: jbuilder
|
||||||
BuildRequires: ocaml-ocamlbuild
|
BuildRequires: ocaml-ocamlbuild
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
BuildRequires: ocaml-ocamldoc
|
|
||||||
BuildRequires: ocaml-ounit-devel
|
BuildRequires: ocaml-ounit-devel
|
||||||
|
BuildRequires: opam-installer
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,19 +37,21 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ocaml setup.ml -configure --destdir $RPM_BUILD_ROOT --prefix %{_prefix}
|
%make_build
|
||||||
ocaml setup.ml -build
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export DESTDIR=$RPM_BUILD_ROOT
|
mkdir -p %{buildroot}%{_libdir}/ocaml
|
||||||
export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
|
jbuilder install --destdir=%{buildroot} --libdir=%{buildroot}%{_libdir}/ocaml
|
||||||
mkdir -p $OCAMLFIND_DESTDIR
|
|
||||||
ocaml setup.ml -install
|
|
||||||
|
|
||||||
|
# These files will be installed using doc and license directives.
|
||||||
|
rm -r %{buildroot}/doc
|
||||||
|
|
||||||
|
# Makes *.cmxs executable such that they will be stripped.
|
||||||
|
find %{buildroot} -name '*.cmxs' -exec chmod 0755 {} \;
|
||||||
|
|
||||||
%check
|
%check
|
||||||
ocaml setup.ml -test
|
%make_build test
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -77,6 +78,10 @@ ocaml setup.ml -test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 05 2018 Andy Li <andy@onthewings.net> - 0.8-1
|
||||||
|
- New upstream release. (RHBZ#1541681)
|
||||||
|
- Enable debug package.
|
||||||
|
|
||||||
* Sat Dec 02 2017 Richard W.M. Jones <rjones@redhat.com> - 0.7-2
|
* Sat Dec 02 2017 Richard W.M. Jones <rjones@redhat.com> - 0.7-2
|
||||||
- OCaml 4.06.0 rebuild.
|
- OCaml 4.06.0 rebuild.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ocaml-qcheck-0.7.tar.gz) = 3082029a09d5efe3af0cb8fcd0bd08f11dd1066d5bffc6beaac16c7244b07286b3ae93931e699f22c977ad4d6ba050dff69b133ce3492455d6932a9e0cc304f7
|
SHA512 (ocaml-qcheck-0.8.tar.gz) = fbf924f09925411109a7d8262cac625e49f985d38a23ff1330079367d63ba62c0b95e3b81e9ae7f8dd10aad415f0cb709acc06fbfd40fd6c492aa952189127a7
|
||||||
|
Loading…
Reference in New Issue
Block a user