2024-01-06 08:04:01 +01:00
|
|
|
Name: ocaml-topkg
|
2024-01-06 08:04:02 +01:00
|
|
|
Version: 1.0.7
|
2024-01-06 08:04:02 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 08:04:01 +01:00
|
|
|
Summary: The transitory OCaml software packager
|
|
|
|
Group: System/Libraries/OCaml
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:04:01 +01:00
|
|
|
URL: https://erratique.ch/software/topkg
|
2024-01-06 08:04:01 +01:00
|
|
|
Source: https://github.com/dbuenzli/topkg.git/v%{version}/topkg-%{version}.tar.bz2
|
|
|
|
License: ISC License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 08:04:01 +01:00
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 08:04:01 +01:00
|
|
|
BuildRequires: ocaml
|
2024-01-06 08:04:02 +01:00
|
|
|
BuildRequires: ocaml-runtime
|
2024-01-06 08:04:01 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:04:02 +01:00
|
|
|
BuildRequires: ocaml >= 4.14.1
|
2024-01-06 08:04:01 +01:00
|
|
|
BuildRequires: opam
|
2024-01-06 08:04:01 +01:00
|
|
|
BuildRequires: ocaml-result >= 1.4-2mamba
|
2024-01-06 08:04:01 +01:00
|
|
|
Requires: ocaml-result
|
|
|
|
Requires: ocaml
|
|
|
|
|
|
|
|
%description
|
|
|
|
The transitory OCaml software packager.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n topkg-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
pkg/pkg.ml build --pkg-name topkg
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
opam-installer \
|
|
|
|
--prefix=%{buildroot}%{_prefix} \
|
|
|
|
--libdir=%{buildroot}$(ocamlc -where) \
|
|
|
|
--docdir=%{buildroot}%{_docdir}
|
|
|
|
|
|
|
|
install -dm755 %{buildroot}%{_datadir}/licenses/ocaml-topkg
|
|
|
|
mv %{buildroot}%{_docdir}/topkg/LICENSE.md %{buildroot}%{_datadir}/licenses/ocaml-topkg/LICENSE.md
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/ocaml/topkg
|
|
|
|
%{_libdir}/ocaml/topkg/*
|
|
|
|
%dir %{_datadir}/doc/topkg
|
|
|
|
%{_datadir}/doc/topkg/*
|
|
|
|
%{_datadir}/licenses/ocaml-topkg/LICENSE.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:04:02 +01:00
|
|
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 1.0.7-2mamba
|
|
|
|
- rebuilt with ocaml 4.14.1
|
|
|
|
|
2024-01-06 08:04:02 +01:00
|
|
|
* Mon Jan 23 2023 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:04:01 +01:00
|
|
|
* Tue Nov 08 2022 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:04:01 +01:00
|
|
|
* Wed Feb 02 2022 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:04:01 +01:00
|
|
|
* Mon Oct 11 2021 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:04:01 +01:00
|
|
|
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1mamba
|
|
|
|
- update to 1.0.3
|
|
|
|
|
2024-01-06 08:04:01 +01:00
|
|
|
* Fri Jul 31 2020 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:04:01 +01:00
|
|
|
* Mon Dec 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
|
|
|
|
- rebuilt with ocaml-result 1.4-2mamba
|
|
|
|
|
|
|
|
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:04:01 +01:00
|
|
|
* Sun May 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- package created using the webbuild interface
|