diff --git a/qt-virt-manager.spec b/qt-virt-manager.spec index 0f63e7e..e05979b 100644 --- a/qt-virt-manager.spec +++ b/qt-virt-manager.spec @@ -4,7 +4,7 @@ Name: qt-virt-manager Version: 0.27.50 Release: 1%{?dist} Summary: Qt Virtual Machine Manager -Group: Applications/System + License: GPLv2+ URL: http://f1ash.github.io/%{name} Source0: https://github.com/F1ash/%{name}/archive/%{version}.tar.gz @@ -26,13 +26,13 @@ Requires: libvirt-daemon-driver-qemu # spice-server exist in libvirt-daemon-driver-qemu Requires in Fedora #Requires: spice-server Requires: spice-vdagent -Requires: xorg-x11-drv-qxl # for scrubbing (optional) Requires: scrub # for ssh-transported remote connections (optional) Requires: nc6 BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtmultimedia-devel BuildRequires: qt5-qtsvg-devel BuildRequires: qtermwidget-qt5-devel >= 0.6.0-2 @@ -77,6 +77,7 @@ popd %check desktop-file-validate %{buildroot}/%{_datadir}/applications/%{binname}.desktop + %post /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : @@ -98,32 +99,34 @@ fi %{_datadir}/%{binname}/ %{_datadir}/icons/hicolor/256x256/apps/virtual-engineering.png + %changelog * Wed May 11 2016 Raphael Groner - 0.27.50-1 - new version, qt5 only * Sun Mar 20 2016 Fl@sh - 0.25.47-1 -- fixed RHBZ#1319386; +- fixed RHBZ #1319386; - version updated; - -* Sun Mar 06 2016 Fl@sh - 0.22.45-1 -- changed URL and fixed grammar mistakes; -- added icon cache update; + +* Thu Mar 10 2016 Fl@sh - 0.22.45-1 +- changed URL, BR and %%build for libcacard using after F23 release; - version updated; -* Tue Feb 09 2016 Fl@sh - 0.22.43-1 -- added WITH_LIBCACARD build parameter; -- version updated; +* Thu Feb 04 2016 Fedora Release Engineering - 0.22.42-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild -* Tue Dec 15 2015 Fl@sh - 0.22.42-1 -- added libcacard-devel BR; -- added qt5-qtmultimedia, hicolor-icon-theme to R; -- set version control for qemu and libcacard-devel; -- version updated; +* Thu Dec 17 2015 Rex Dieter 0.22.42-2 +- BR: qt5-qtmultimedia-devel (#1292612) -* Thu Nov 5 2015 Fl@sh - 0.21.40-1 -- erased libcacard-devel BR; -- version updated; +* Thu Dec 17 2015 Raphael Groner - 0.22.42-1 +- new version + +* Mon Oct 12 2015 Raphael Groner - 0.16.38-3 +- rename sub packages + +* Mon Oct 12 2015 Raphael Groner - 0.16.38-2 +- adjust for review, based on upstream's proposal +- use suffixed binaries * Sun Sep 20 2015 Fl@sh - 0.16.38-1 - improved spec for using SPICE, Qemu/KVM, ssh connections;