automatic version update by autodist [release 5.0.0-1mamba;Mon May 04 2020]
This commit is contained in:
parent
269bd7b347
commit
0db3cf4300
14
qemu.spec
14
qemu.spec
@ -1,6 +1,6 @@
|
||||
Name: qemu
|
||||
Version: 4.2.0
|
||||
Release: 2mamba
|
||||
Version: 5.0.0
|
||||
Release: 1mamba
|
||||
Summary: A generic and open source processor emulator
|
||||
Group: Applications/Emulators
|
||||
Vendor: openmamba
|
||||
@ -62,11 +62,12 @@ BuildRequires: libusbx-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libvte0-devel
|
||||
BuildRequires: libX11-devel
|
||||
%ifnarch arm
|
||||
BuildRequires: libxen-devel
|
||||
%endif
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libxen-devel >= 4.8.0-1mamba
|
||||
BuildRequires: libadplug-devel >= 1.5.1
|
||||
BuildRequires: libglib-static >= 2.34.1-2mamba
|
||||
BuildRequires: libspice-devel
|
||||
@ -150,7 +151,6 @@ This package contains static user mode emulators. In this mode, QEMU can launch
|
||||
--static \
|
||||
--disable-sdl \
|
||||
--disable-curl \
|
||||
--disable-bluez \
|
||||
--disable-system \
|
||||
--disable-strip \
|
||||
--disable-libnfs \
|
||||
@ -158,6 +158,7 @@ This package contains static user mode emulators. In this mode, QEMU can launch
|
||||
--disable-gnutls \
|
||||
--enable-linux-user
|
||||
|
||||
# --disable-bluez \
|
||||
# --disable-libssh2 \
|
||||
# --disable-smartcard-nss \
|
||||
# --disable-usb-redir \
|
||||
@ -266,11 +267,13 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_datadir}/icons/hicolor/*/apps/qemu.bmp
|
||||
%{_datadir}/icons/hicolor/scalable/apps/qemu.svg
|
||||
%{_libexecdir}/qemu-bridge-helper
|
||||
%{_libexecdir}/virtiofsd
|
||||
%{_datadir}/%{name}
|
||||
%{_binfmtdir}/*.conf
|
||||
%{_docdir}/%{name}
|
||||
%{_mandir}/man1/qemu*
|
||||
%{_mandir}/man1/virtfs-proxy-helper.1*
|
||||
%{_mandir}/man1/virtiofsd.1*
|
||||
%{_mandir}/man7/qemu-qmp-ref.7*
|
||||
%{_mandir}/man7/qemu-block-drivers.7*
|
||||
%{_mandir}/man7/qemu-cpu-models.7*
|
||||
@ -311,6 +314,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%attr(0755,root,root) %{_bindir}/%{name}*.static
|
||||
|
||||
%changelog
|
||||
* Mon May 04 2020 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.0-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user