117 lines
3.5 KiB
RPMSpec
117 lines
3.5 KiB
RPMSpec
%define ocamlpck menhirLib
|
|
|
|
Name: ocaml-menhir
|
|
Version: 20231231
|
|
Release: 1mamba
|
|
Summary: An LR(1) parser generator for OCaml
|
|
Group: System/Libraries/OCaml
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://gitlab.inria.fr:443/fpottier/menhir
|
|
Source: https://gitlab.inria.fr/fpottier/menhir.git/%{version}/menhir-%{version}.tar.bz2
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: ocaml-runtime
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: ocaml >= 4.14.1
|
|
BuildRequires: dune
|
|
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 menhir-%{version}
|
|
|
|
%build
|
|
dune build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_libdir}/ocaml"
|
|
|
|
rm -rf %{buildroot}/usr/doc
|
|
|
|
install -d -m0755 %{buildroot}%{_datadir}
|
|
mv %{buildroot}/usr/man %{buildroot}%{_datadir}/
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/menhir
|
|
%dir %{_libdir}/ocaml/%{ocamlpck}
|
|
%{_libdir}/ocaml/%{ocamlpck}/*
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.a
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.mli
|
|
%dir %{_libdir}/ocaml/menhir
|
|
%{_libdir}/ocaml/menhir/*
|
|
%dir %{_libdir}/ocaml/coq-menhirlib
|
|
%{_libdir}/ocaml/coq-menhirlib/*
|
|
%dir %{_libdir}/ocaml/menhirCST
|
|
%{_libdir}/ocaml/menhirCST/*
|
|
%exclude %{_libdir}/ocaml/menhirCST/*.a
|
|
%exclude %{_libdir}/ocaml/menhirCST/*.cmx
|
|
%exclude %{_libdir}/ocaml/menhirCST/*.cmxa
|
|
%exclude %{_libdir}/ocaml/menhirCST/*.mli
|
|
%dir %{_libdir}/ocaml/menhirSdk
|
|
%{_libdir}/ocaml/menhirSdk/*
|
|
%exclude %{_libdir}/ocaml/menhirSdk/*.a
|
|
%exclude %{_libdir}/ocaml/menhirSdk/*.cmx
|
|
%exclude %{_libdir}/ocaml/menhirSdk/*.cmxa
|
|
%exclude %{_libdir}/ocaml/menhirSdk/*.mli
|
|
%{_mandir}/man1/menhir.1*
|
|
%doc LICENSE*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.a
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
|
%{_libdir}/ocaml/%{ocamlpck}/*.mli
|
|
%{_libdir}/ocaml/menhirCST/*.a
|
|
%{_libdir}/ocaml/menhirCST/*.cmx
|
|
%{_libdir}/ocaml/menhirCST/*.cmxa
|
|
%{_libdir}/ocaml/menhirCST/*.mli
|
|
%{_libdir}/ocaml/menhirSdk/*.a
|
|
%{_libdir}/ocaml/menhirSdk/*.cmx
|
|
%{_libdir}/ocaml/menhirSdk/*.cmxa
|
|
%{_libdir}/ocaml/menhirSdk/*.mli
|
|
|
|
%changelog
|
|
* Sun Jan 07 2024 Automatic Build System <autodist@openmamba.org> 20231231-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 20230608-2mamba
|
|
- rebuilt with ocaml 4.14.1
|
|
|
|
* Mon Jul 03 2023 Automatic Build System <autodist@mambasoft.it> 20230608-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 26 2023 Automatic Build System <autodist@mambasoft.it> 20230415-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 20220210-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 08 2022 Automatic Build System <autodist@mambasoft.it> 20211230-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 20211128-1mamba
|
|
- package created using the webbuild interface
|