https://bugzilla.redhat.com/show_bug.cgi?id=1446005 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@xxxxxxxxx --- Comment #11 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- - Group: is not used in Fedora - qmake-qt5 → %qmake_qt5 - make %{?_smp_mflags} CFLAGS="%{optflags}" V=1 → %make_build V=1 - make install INSTALL_ROOT="%{buildroot}" → %make_install - Not needed anymore: %post /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - Requires hicolor-icon-theme to own the icon directories - Source: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz → Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz - Use PREFIX==%{_prefix} instead # FIXME: Avoid this with proper use of qmake. mv %{buildroot}/usr/local/* %{buildroot}/usr rmdir %{buildroot}/usr/local/ -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx