[packages/ocaml-ppx_fields_conv] - new

qboosh qboosh at pld-linux.org
Tue Jan 4 05:47:24 CET 2022


commit 8eb5e1292268dad042fccce82454259fdc28b09e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 4 05:48:02 2022 +0100

    - new

 ocaml-ppx_fields_conv.spec | 108 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 108 insertions(+)
---
diff --git a/ocaml-ppx_fields_conv.spec b/ocaml-ppx_fields_conv.spec
new file mode 100644
index 0000000..76b75a3
--- /dev/null
+++ b/ocaml-ppx_fields_conv.spec
@@ -0,0 +1,108 @@
+#
+# Conditional build:
+%bcond_without	ocaml_opt	# native optimized binaries (bytecode is always built)
+
+# not yet available on x32 (ocaml 4.02.1), update when upstream will support it
+%ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
+%undefine	with_ocaml_opt
+%endif
+
+Summary:	Generation of accessor and iteration functions for OCaml records
+Summary(pl.UTF-8):	Generowanie funkcji dostępowych i iterujących dla rekordów w OCamlu
+Name:		ocaml-ppx_fields_conv
+Version:	0.14.2
+Release:	1
+License:	MIT
+Group:		Libraries
+#Source0Download: https://github.com/janestreet/ppx_fields_conv/tags
+Source0:	https://github.com/janestreet/ppx_fields_conv/archive/v%{version}/ppx_fields_conv-%{version}.tar.gz
+# Source0-md5:	f9ff1b882775718cba29bd67839405f0
+URL:		https://github.com/janestreet/ppx_fields_conv
+BuildRequires:	ocaml >= 1:4.04.2
+BuildRequires:	ocaml-base-devel >= 0.14
+BuildRequires:	ocaml-base-devel < 0.15
+BuildRequires:	ocaml-dune >= 2.0.0
+BuildRequires:	ocaml-fieldslib-devel >= 0.14
+BuildRequires:	ocaml-fieldslib-devel < 0.15
+BuildRequires:	ocaml-ppxlib-devel >= 0.18.0
+%requires_eq	ocaml-runtime
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		debug_package	%{nil}
+
+%description
+Generation of accessor and iteration functions for OCaml records.
+
+This package contains files needed to run bytecode executables using
+ppx_fields_conv library.
+
+%description -l pl.UTF-8
+Generowanie funkcji dostępowych i iterujących dla rekordów w OCamlu.
+
+Pakiet ten zawiera binaria potrzebne do uruchamiania programów
+używających biblioteki ppx_fields_conv.
+
+%package devel
+Summary:	Generation of accessor and iteration functions for OCaml records - development part
+Summary(pl.UTF-8):	Generowanie funkcji dostępowych i iterujących dla rekordów w OCamlu - cześć programistyczna
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+%requires_eq	ocaml
+Requires:	ocaml-base-devel >= 0.14
+Requires:	ocaml-fieldslib-devel >= 0.14
+Requires:	ocaml-ppxlib-devel >= 0.18.0
+
+%description devel
+This package contains files needed to develop OCaml programs using
+ppx_fields_conv library.
+
+%description devel -l pl.UTF-8
+Pakiet ten zawiera pliki niezbędne do tworzenia programów w OCamlu
+używających biblioteki ppx_fields_conv.
+
+%prep
+%setup -q -n ppx_fields_conv-%{version}
+
+%build
+dune build --verbose
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+dune install --destdir=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -pr example/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+# sources
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/ocaml/ppx_fields_conv/*.ml
+# packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/doc/ppx_fields_conv
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES.md LICENSE.md README.md
+%dir %{_libdir}/ocaml/ppx_fields_conv
+%{_libdir}/ocaml/ppx_fields_conv/META
+%{_libdir}/ocaml/ppx_fields_conv/*.cma
+%if %{with ocaml_opt}
+%attr(755,root,root) %{_libdir}/ocaml/ppx_fields_conv/*.cmxs
+%endif
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/ocaml/ppx_fields_conv/*.cmi
+%{_libdir}/ocaml/ppx_fields_conv/*.cmt
+%{_libdir}/ocaml/ppx_fields_conv/*.cmti
+%{_libdir}/ocaml/ppx_fields_conv/*.mli
+%if %{with ocaml_opt}
+%{_libdir}/ocaml/ppx_fields_conv/ppx_fields_conv.a
+%{_libdir}/ocaml/ppx_fields_conv/*.cmx
+%{_libdir}/ocaml/ppx_fields_conv/*.cmxa
+%endif
+%{_libdir}/ocaml/ppx_fields_conv/dune-package
+%{_libdir}/ocaml/ppx_fields_conv/opam
+%{_examplesdir}/%{name}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocaml-ppx_fields_conv.git/commitdiff/8eb5e1292268dad042fccce82454259fdc28b09e



More information about the pld-cvs-commit mailing list