automatic version update by autodist [release 2.3.0-1mamba;Sat Apr 25 2020]
This commit is contained in:
parent
01efe57b3c
commit
40977a183d
11
dune.spec
11
dune.spec
@ -1,5 +1,5 @@
|
|||||||
Name: dune
|
Name: dune
|
||||||
Version: 1.11.4
|
Version: 2.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A composable build system for OCaml
|
Summary: A composable build system for OCaml
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -30,7 +30,7 @@ A composable build system for OCaml.
|
|||||||
./configure \
|
./configure \
|
||||||
--libdir=%{_libdir}
|
--libdir=%{_libdir}
|
||||||
|
|
||||||
%make
|
%make release
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -45,8 +45,8 @@ mv %{buildroot}%{_prefix}/doc %{buildroot}%{_datadir}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/dune
|
%{_bindir}/dune
|
||||||
%{_bindir}/jbuilder
|
#%{_bindir}/jbuilder
|
||||||
%{_bindir}/ocaml-syntax-shims
|
#%{_bindir}/ocaml-syntax-shims
|
||||||
%{_datadir}/emacs/site-lisp/dune-flymake.el
|
%{_datadir}/emacs/site-lisp/dune-flymake.el
|
||||||
%{_datadir}/emacs/site-lisp/dune.el
|
%{_datadir}/emacs/site-lisp/dune.el
|
||||||
%dir %{_libdir}/dune
|
%dir %{_libdir}/dune
|
||||||
@ -57,6 +57,9 @@ mv %{buildroot}%{_prefix}/doc %{buildroot}%{_datadir}
|
|||||||
%{_mandir}/man5/dune-config.5*
|
%{_mandir}/man5/dune-config.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 25 2020 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Nov 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.4-1mamba
|
* Fri Nov 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.4-1mamba
|
||||||
- update to 1.11.4
|
- update to 1.11.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user