https://bugzilla.redhat.com/show_bug.cgi?id=1446005

Robert-André Mauchin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #11 from Robert-André Mauchin <[email protected]> ---
 - 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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to