package created using the webbuild interface [release 0.16.0-1mamba;Sun Jul 09 2023]
This commit is contained in:
parent
3eb2a1cb34
commit
1bb9595bf6
73
ocaml-ppx_base.spec
Normal file
73
ocaml-ppx_base.spec
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
%define ocamlpck ppx_base
|
||||||
|
|
||||||
|
Name: ocaml-ppx_base
|
||||||
|
Version: 0.16.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Base set of ppx rewriters
|
||||||
|
Group: System/Libraries/OCaml
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://github.com/janestreet/ppx_base
|
||||||
|
Source: https://github.com/janestreet/ppx_base.git/v%{version}/ppx_base-%{version}.tar.bz2
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml-ppx_cold-devel
|
||||||
|
BuildRequires: ocaml-ppx_enumerate-devel
|
||||||
|
BuildRequires: ocaml-ppx_globalize-devel
|
||||||
|
BuildRequires: ocaml-ppx_hash-devel
|
||||||
|
BuildRequires: ocaml-ppx_sexp_conv-devel
|
||||||
|
BuildRequires: ocaml-ppx_compare-devel
|
||||||
|
BuildRequires: dune
|
||||||
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-findlib
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Group: Development/Libraries/OCaml
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This package contains libraries and signature files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n ppx_base-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
dune build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_libdir}/ocaml"
|
||||||
|
|
||||||
|
rm -rf %{buildroot}/usr/doc
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/ppx-base
|
||||||
|
%dir %{_libdir}/ocaml/%{ocamlpck}
|
||||||
|
%{_libdir}/ocaml/%{ocamlpck}/*
|
||||||
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.a
|
||||||
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
||||||
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
||||||
|
%doc LICENSE*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/ocaml/%{ocamlpck}/*.a
|
||||||
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
||||||
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Jul 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user