New upstream version 0.6.1.7
This commit is contained in:
parent
84a4a14f29
commit
2559c77a71
@ -1,17 +1,18 @@
|
|||||||
%undefine _package_note_flags
|
%undefine _package_note_flags
|
||||||
|
|
||||||
Name: ocaml-libvirt
|
Name: ocaml-libvirt
|
||||||
Version: 0.6.1.6
|
Version: 0.6.1.7
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OCaml binding for libvirt
|
Summary: OCaml binding for libvirt
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
URL: http://libvirt.org/ocaml/
|
URL: http://libvirt.org/ocaml/
|
||||||
#Source0: http://libvirt.org/sources/ocaml/%{name}-%{version}.tar.gz
|
#Source0: http://libvirt.org/sources/ocaml/%%{name}-%%{version}.tar.gz
|
||||||
# The tarball was not uploaded to the website at the time of packaging
|
# The tarball was not uploaded to the website at the time of packaging
|
||||||
# so I built this using "make dist" in the source repo.
|
# so I built this using "make dist" in the source repo.
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: ocaml >= 3.10.0
|
BuildRequires: ocaml >= 3.10.0
|
||||||
BuildRequires: ocaml-ocamldoc
|
BuildRequires: ocaml-ocamldoc
|
||||||
BuildRequires: ocaml-findlib-devel
|
BuildRequires: ocaml-findlib-devel
|
||||||
@ -41,11 +42,10 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Parallel builds do not work.
|
||||||
|
unset MAKEFLAGS
|
||||||
%configure
|
%configure
|
||||||
make all doc
|
make
|
||||||
%ifarch %{ocaml_native_compiler}
|
|
||||||
make opt
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -54,15 +54,11 @@ export DESTDIR=$RPM_BUILD_ROOT
|
|||||||
export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
|
export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
|
||||||
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
|
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||||
%ifarch %{ocaml_native_compiler}
|
make install
|
||||||
make install-opt
|
|
||||||
%else
|
|
||||||
make install-byte
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING.LIB README ChangeLog
|
%doc COPYING.LIB README
|
||||||
%{_libdir}/ocaml/libvirt
|
%{_libdir}/ocaml/libvirt
|
||||||
%ifarch %{ocaml_native_compiler}
|
%ifarch %{ocaml_native_compiler}
|
||||||
%exclude %{_libdir}/ocaml/libvirt/*.a
|
%exclude %{_libdir}/ocaml/libvirt/*.a
|
||||||
@ -75,7 +71,7 @@ make install-byte
|
|||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc COPYING.LIB README TODO.libvirt ChangeLog html/*
|
%doc COPYING.LIB README TODO.libvirt
|
||||||
%ifarch %{ocaml_native_compiler}
|
%ifarch %{ocaml_native_compiler}
|
||||||
%{_libdir}/ocaml/libvirt/*.a
|
%{_libdir}/ocaml/libvirt/*.a
|
||||||
%{_libdir}/ocaml/libvirt/*.cmxa
|
%{_libdir}/ocaml/libvirt/*.cmxa
|
||||||
@ -85,6 +81,12 @@ make install-byte
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 13 2023 Richard W.M. Jones <rjones@redhat.com> - 0.6.1.7-1
|
||||||
|
- New upstream version 0.6.1.7
|
||||||
|
- Do not try parallel builds.
|
||||||
|
- Upstream now uses automake.
|
||||||
|
- Remove ChangeLog file and HTML docs, dropped upstream.
|
||||||
|
|
||||||
* Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 0.6.1.6-5
|
* Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 0.6.1.6-5
|
||||||
- Rebuild OCaml packages for F38
|
- Rebuild OCaml packages for F38
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ocaml-libvirt-0.6.1.6.tar.gz) = 9846b75f2107368eef1d538c5accbc5ac9472f59dd5e0e1e404c3a417e6f25fae4b076a912ff396f2211fda1fd1ef936f6d039e865c015747a79722addec9ab1
|
SHA512 (ocaml-libvirt-0.6.1.7.tar.gz) = ec4ebb69701b15a0c258e78f0e9eb9b1f2a75a86384392e8622ad7f4c85dfc598d51d95698835a2ea401b5647b3ad325ff820cbb7d0e524551ff07c26a54de2b
|
||||||
|
Loading…
Reference in New Issue
Block a user