Accepting request 884986 from Archiving:unison:buildrequires
OBS-URL: https://build.opensuse.org/request/show/884986 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-stdlib-shims?expand=0&rev=14
This commit is contained in:
parent
4858b9f9b3
commit
622674ed4d
@ -23,11 +23,12 @@ Release: 0
|
||||
Summary: Shim to substitute Pervasives with Stdlib before 4.08
|
||||
License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
|
||||
Group: Development/Languages/OCaml
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
URL: https://opam.ocaml.org/packages/stdlib-shims
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune
|
||||
BuildRequires: ocaml-rpm-macros >= 20210121
|
||||
BuildRequires: ocaml-rpm-macros >= 20210409
|
||||
|
||||
%description
|
||||
Compiling against this library allows replacing uses of Pervasives
|
||||
@ -45,7 +46,7 @@ The %{name}-devel package contains libraries and signature files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
dune_release_pkgs='stdlib-shims'
|
||||
@ -60,7 +61,9 @@ dune_release_pkgs='stdlib-shims'
|
||||
%ocaml_dune_test
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%files devel -f %{name}.files.devel
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user