package created using the webbuild interface [release 0.6.4-1mamba;Sun Jul 16 2023]
This commit is contained in:
parent
c40d34424d
commit
df2b281927
@ -1,2 +1,4 @@
|
|||||||
# ocaml-fileutils
|
# ocaml-fileutils
|
||||||
|
|
||||||
|
OCaml API to manipulate real files (POSIX like) and filenames.
|
||||||
|
|
||||||
|
73
ocaml-fileutils.spec
Normal file
73
ocaml-fileutils.spec
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
%define ocamlpck fileutils
|
||||||
|
|
||||||
|
Name: ocaml-fileutils
|
||||||
|
Version: 0.6.4
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: OCaml API to manipulate real files (POSIX like) and filenames
|
||||||
|
Group: System/Libraries/OCaml
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://github.com/gildor478/ocaml-fileutils
|
||||||
|
Source: https://github.com/gildor478/ocaml-fileutils.git/v%{version}/ocaml-fileutils-%{version}.tar.bz2
|
||||||
|
License: LGPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
|
BuildRequires: ocaml-seq-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
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
|
||||||
|
|
||||||
|
%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)
|
||||||
|
%dir %{_libdir}/ocaml/%{ocamlpck}
|
||||||
|
%{_libdir}/ocaml/%{ocamlpck}/*
|
||||||
|
%dir %{_libdir}/ocaml/%{ocamlpck}/.private
|
||||||
|
%{_libdir}/ocaml/%{ocamlpck}/.private/*
|
||||||
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.a
|
||||||
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
||||||
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
||||||
|
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.mli
|
||||||
|
%doc LICENSE*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/ocaml/%{ocamlpck}/*.a
|
||||||
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
||||||
|
%{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
||||||
|
%{_libdir}/ocaml/%{ocamlpck}/*.mli
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Jul 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.4-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user