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

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

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



--- Comment #3 from Robert-André Mauchin <[email protected]> ---
 - Not needed anymore:

%post
update-desktop-database &> /dev/null || :


%postun
if [ $1 -eq 0 ] ; then
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
update-desktop-database &> /dev/null || :


 - Source0:    
https://github.com/johanmalm/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz

→

Source0:       
https://github.com/johanmalm/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz

 - Don't use the .gz extension for man pages but a glob * as compression may
change in the future


-- 
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to