Update to 1.4.0 release
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
452519281a
commit
9eb809e12c
@ -1,24 +1,29 @@
|
||||
# -*- rpm-spec -*-
|
||||
|
||||
%global meson_version 0.49.0
|
||||
%global glib2_version 2.44.0
|
||||
%global libvirt_version 3.0.0
|
||||
%global libvirt_glib_version 0.0.7
|
||||
%global system_user libvirtdbus
|
||||
|
||||
Name: libvirt-dbus
|
||||
Version: 1.3.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: libvirt D-Bus API binding
|
||||
License: LGPLv2+
|
||||
URL: https://libvirt.org/
|
||||
Source0: https://libvirt.org/sources/dbus/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libtool
|
||||
BuildRequires: meson >= %{meson_version}
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: libvirt-devel >= %{libvirt_version}
|
||||
BuildRequires: libvirt-glib-devel >= %{libvirt_glib_version}
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
%if 0%{?rhel} == 7
|
||||
BuildRequires: python36-docutils
|
||||
%else
|
||||
BuildRequires: python3-docutils
|
||||
%endif
|
||||
|
||||
Requires: dbus
|
||||
Requires: glib2 >= %{glib2_version}
|
||||
@ -35,11 +40,11 @@ This package provides D-Bus API for libvirt
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%pre
|
||||
getent group %{system_user} >/dev/null || groupadd -r %{system_user}
|
||||
@ -49,7 +54,7 @@ getent passwd %{system_user} >/dev/null || \
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%doc README.md HACKING.md AUTHORS NEWS
|
||||
%doc AUTHORS.rst NEWS.rst
|
||||
%license COPYING
|
||||
%{_sbindir}/libvirt-dbus
|
||||
%{_datadir}/dbus-1/services/org.libvirt.service
|
||||
@ -60,6 +65,9 @@ exit 0
|
||||
%{_mandir}/man8/libvirt-dbus.8*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 05 2020 Pavel Hrdina <phrdina@redhat.com> - 1.4.0-1
|
||||
- Update to 1.4.0 release
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libvirt-dbus-1.3.0.tar.xz) = 44e31beedc5aeb5bcd032d3a9766b0380b2320f1ae78cbcfb316d7a9025fb33f1ff24fdc65c023f38c2408062e7d40e62392cbc756d1cf8f8644a086bc871544
|
||||
SHA512 (libvirt-dbus-1.4.0.tar.xz) = 978e3fc8de6f36e18cd3141440a36ff64cf214202388c753f519294e87b8b9beaf9cc1c0dc04a7506e3b0ac383ebbb57e38b95512839d57a70816e85e59a873d
|
||||
|
Loading…
Reference in New Issue
Block a user