rebuilt with virglrenderer [release 8.2.0-2mamba;Mon Dec 25 2023]
This commit is contained in:
parent
af920990da
commit
d88db354b3
49
qemu.spec
49
qemu.spec
@ -1,6 +1,6 @@
|
||||
Name: qemu
|
||||
Version: 8.2.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A generic and open source processor emulator
|
||||
Group: Applications/Emulators
|
||||
Vendor: openmamba
|
||||
@ -23,6 +23,7 @@ Patch5: qemu-1.4.1-texinfo-5.patch
|
||||
Patch6: qemu-1.7.0-virtfs-ftbfs.patch
|
||||
Patch7: qemu-5.2.0-STATX_MNT_ID-missing-workaround.patch
|
||||
License: GPL, LGPL
|
||||
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libSDL2-devel
|
||||
@ -35,35 +36,41 @@ BuildRequires: libcacard-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libepoxy-devel
|
||||
BuildRequires: libfdt-devel
|
||||
BuildRequires: libfuse3-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libkeyutils-devel
|
||||
BuildRequires: liblzo-devel
|
||||
BuildRequires: libmesa-devel
|
||||
BuildRequires: libmultipath-tools-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libndctl-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: libnfs-devel
|
||||
BuildRequires: libnuma-devel
|
||||
BuildRequires: libpam-devel
|
||||
BuildRequires: libpipewire-devel
|
||||
BuildRequires: libpixman-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libsasl2-devel
|
||||
BuildRequires: libsdl2_image-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsnappy-devel
|
||||
BuildRequires: libsndio-devel
|
||||
BuildRequires: libspice-devel
|
||||
BuildRequires: libssh-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: libusbredir-devel
|
||||
BuildRequires: libvirglrenderer-devel
|
||||
BuildRequires: libvte-devel
|
||||
%ifarch x86_64 %{ix86}
|
||||
BuildRequires: libxen-devel
|
||||
@ -72,19 +79,15 @@ BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-sphinx_rtd_theme-py3
|
||||
BuildRequires: python-sphinxcontrib-jquery-py3
|
||||
BuildRequires: libmultipath-tools-devel >= 0.9.1
|
||||
BuildRequires: libadplug-devel >= 1.5.1
|
||||
BuildRequires: libbrltty-devel >= 6.1
|
||||
BuildRequires: libfdt-devel
|
||||
BuildRequires: libglib-static >= 2.34.1-2mamba
|
||||
BuildRequires: spice-protocol-devel
|
||||
#BuildRequires: libcelt051-devel
|
||||
BuildRequires: libmultipath-tools-devel >= 0.9.1
|
||||
BuildRequires: libopenssl-static
|
||||
BuildRequires: libbrltty-devel >= 6.1
|
||||
#% if "%{_build_cpu}" != "ppc"
|
||||
#BuildRequires: gcc34
|
||||
#% endif
|
||||
BuildRequires: python-sphinx_rtd_theme-py3
|
||||
BuildRequires: python-sphinxcontrib-jquery-py3
|
||||
BuildRequires: spice-protocol-devel
|
||||
Conflicts: kvm
|
||||
%systemd_requires
|
||||
|
||||
@ -248,39 +251,28 @@ rm -f %{buildroot}%{_datadir}/qemu/palcode-clipper
|
||||
find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
:
|
||||
|
||||
%post -n libcacard
|
||||
/sbin/ldconfig
|
||||
:
|
||||
|
||||
%postun -n libcacard
|
||||
/sbin/ldconfig
|
||||
:
|
||||
%post -n libcacard -p /sbin/ldconfig
|
||||
%postun -n libcacard -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}*
|
||||
%{_bindir}/elf2dmp
|
||||
%exclude %{_bindir}/qemu-ga
|
||||
#%{_bindir}/ivshmem-client
|
||||
#%{_bindir}/ivshmem-server
|
||||
%exclude %{_bindir}/%{name}*.static
|
||||
%{_datadir}/applications/qemu.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/qemu.png
|
||||
%{_datadir}/icons/hicolor/*/apps/qemu.bmp
|
||||
%{_datadir}/icons/hicolor/scalable/apps/qemu.svg
|
||||
%{_libexecdir}/qemu-bridge-helper
|
||||
#%{_libexecdir}/qemu-pr-helper
|
||||
%{_libexecdir}/vhost-user-gpu
|
||||
%{_libexecdir}/virtfs-proxy-helper
|
||||
#%{_libexecdir}/virtiofsd
|
||||
%{_datadir}/%{name}
|
||||
%{_binfmtdir}/*.conf
|
||||
%{_includedir}/qemu-plugin.h
|
||||
%{_docdir}/%{name}
|
||||
#%{_datadir}/qemu/hppa-firmware.img
|
||||
#%{_datadir}/qemu/palcode-clipper
|
||||
%{_mandir}/man1/qemu*.1*
|
||||
%{_mandir}/man1/virtfs-proxy-helper.1*
|
||||
#%{_mandir}/man1/virtiofsd.1*
|
||||
%exclude %{_mandir}/man7/qemu-ga-ref.7*
|
||||
%{_mandir}/man7/qemu-*.7*
|
||||
%{_mandir}/man8/qemu-*.8*
|
||||
@ -304,6 +296,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%attr(0755,root,root) %{_bindir}/%{name}*.static
|
||||
|
||||
%changelog
|
||||
* Mon Dec 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 8.2.0-2mamba
|
||||
- rebuilt with virglrenderer
|
||||
|
||||
* Wed Dec 20 2023 Automatic Build System <autodist@mambasoft.it> 8.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user