- Fix menu entry (#616115)

epel8
Christoph Wickert 15 years ago
parent 01d2cbe8ba
commit 88193aecb2

@ -1,6 +1,6 @@
Name: remmina
Version: 0.7.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Remote Desktop Client
Group: Applications/Internet
@ -42,6 +42,8 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor="" --delete-original \
--add-category="RemoteAccess" \
--remove-category="X-GNOME-NetworkSettings" \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
$RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
@ -74,6 +76,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/%{name}/
%changelog
* Mon Jun 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.5-2
- Fix menu entry (#616115)
* Wed May 05 2010 Damien Durand <splinux@fedoraproject.org> - 0.7.5-1
- Upstream release, 0.7.5
- Remove the old "DSO" patch

Loading…
Cancel
Save