automatic version update by autodist [release 2.0.6-1mamba;Sat Feb 08 2020]

This commit is contained in:
Automatic Build System 2024-01-06 08:08:43 +01:00
parent b8d5a91fac
commit 52ebc3a257

View File

@ -1,5 +1,5 @@
Name: opam Name: opam
Version: 2.0.5 Version: 2.0.6
Release: 1mamba Release: 1mamba
Summary: opam is a source-based package manager for OCaml Summary: opam is a source-based package manager for OCaml
Group: Development/Tools Group: Development/Tools
@ -42,8 +42,8 @@ make lib-ext all -j1 \
%makeinstall %makeinstall
install -d %{buildroot}%{_docdir} install -d %{buildroot}%{_docdir}
mv %{buildroot}/usr/doc/opam-installer %{buildroot}%{_docdir}/opam #mv %{buildroot}/usr/doc/opam-installer %{buildroot}%{_docdir}/opam
rmdir %{buildroot}/usr/doc #rmdir %{buildroot}/usr/doc
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -52,14 +52,17 @@ rmdir %{buildroot}/usr/doc
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/opam %{_bindir}/opam
%{_bindir}/opam-installer %{_bindir}/opam-installer
%dir %{_prefix}/lib/opam-installer #%dir %{_prefix}/lib/opam-installer
%{_prefix}/lib/opam-installer/* #%{_prefix}/lib/opam-installer/*
%dir %{_datadir}/doc/opam #%dir %{_datadir}/doc/opam
%{_datadir}/doc/opam/* #%{_datadir}/doc/opam/*
%{_mandir}/man1/opam*.1* %{_mandir}/man1/opam*.1*
%doc AUTHORS LICENSE %doc AUTHORS LICENSE
%changelog %changelog
* Sat Feb 08 2020 Automatic Build System <autodist@mambasoft.it> 2.0.6-1mamba
- automatic version update by autodist
* Mon Jul 29 2019 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba * Mon Jul 29 2019 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
- automatic version update by autodist - automatic version update by autodist