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