rhel 5 wants vendor to be specified on desktop file bits

This commit is contained in:
David Brown 2015-04-07 22:26:03 -07:00
parent eba30499fd
commit 7264d85463

View File

@ -395,8 +395,8 @@ install -p -m 755 contrib/init.d/pbs_server %{buildroot}%{_initrddir}/pbs_serv
# This is really trivial, but cleans up an rpmlint warning
sed -i -e 's|%{_lib}/../||' %{buildroot}%{_bindir}/xpbs
desktop-file-install --dir %{buildroot}%{_datadir}/applications xpbs.desktop
desktop-file-install --dir %{buildroot}%{_datadir}/applications xpbsmon.desktop
desktop-file-install --dir %{buildroot}%{_datadir}/applications --vendor=adaptivecomputing.com xpbs.desktop
desktop-file-install --dir %{buildroot}%{_datadir}/applications --vendor=adaptivecomputing.com xpbsmon.desktop
install -d %{buildroot}%{_datadir}/pixmaps
install -p -m0644 xpbs.png xpbsmon.png %{buildroot}%{_datadir}/pixmaps
%endif