automatic version update by autodist [release 2.1.2-1mamba;Fri Sep 26 2014]

This commit is contained in:
Automatic Build System 2024-01-05 17:00:29 +01:00
parent 612a964cc7
commit 9f355fa7f7

View File

@ -1,5 +1,5 @@
Name: qemu Name: qemu
Version: 2.1.1 Version: 2.1.2
Release: 1mamba Release: 1mamba
Summary: A generic and open source processor emulator Summary: A generic and open source processor emulator
Group: Applications/Emulators Group: Applications/Emulators
@ -166,9 +166,10 @@ make clean
#% else #% else
# --cc=%{_target_platform}-gcc34 \ # --cc=%{_target_platform}-gcc34 \
%endif %endif
--audio-drv-list=alsa \ --audio-drv-list="alsa pa" \
--enable-spice \ --enable-spice \
--enable-usb-redir --enable-usb-redir \
--enable-smartcard-nss
%make %make
@ -242,6 +243,7 @@ fi
%{_mandir}/man8/%{name}-nbd.8.gz %{_mandir}/man8/%{name}-nbd.8.gz
%doc COPYING COPYING.LIB %doc COPYING COPYING.LIB
#%ifnarch x86_64
%files -n libcacard %files -n libcacard
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libcacard.so.* %{_libdir}/libcacard.so.*
@ -255,12 +257,16 @@ fi
%{_libdir}/libcacard.so %{_libdir}/libcacard.so
%{_libdir}/pkgconfig/libcacard.pc %{_libdir}/pkgconfig/libcacard.pc
%doc LICENSE README %doc LICENSE README
#%endif
%files static %files static
%defattr(-,root,root) %defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/%{name}*.static %attr(0755,root,root) %{_bindir}/%{name}*.static
%changelog %changelog
* Fri Sep 26 2014 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
- automatic version update by autodist
* Thu Sep 11 2014 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba * Thu Sep 11 2014 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
- automatic version update by autodist - automatic version update by autodist