diff --git a/xpra.spec b/xpra.spec index 80a69fd..4aa454d 100644 --- a/xpra.spec +++ b/xpra.spec @@ -30,7 +30,7 @@ Name: xpra Version: 2.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Remote display server for applications and desktops License: GPLv2+ and BSD and LGPLv3+ and MIT @@ -168,7 +168,8 @@ rm -f %{buildroot}%{_datadir}/icons/xpra-mdns.png install -pm 644 xdg/xpra-mdns.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ #replace old file with horrible WindowsXP old image -rm -f %{buildroot}%{_datadir}/metainfo/xpra.appdata.xml +rm -rf %{buildroot}%{_datadir}/appdata +mkdir -p %{buildroot}%{_datadir}/metainfo install -pm 644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/ #Install nvenc.keys file @@ -261,6 +262,9 @@ fi %{_datadir}/xpra/www %changelog +* Thu Dec 21 2017 Antonio Trande - 2.2.1-2 +- Remove unused directory + * Thu Dec 21 2017 Antonio Trande - 2.2.1-1 - Update to 2.2.1 - Appdata file moved into metainfo data directory