cleanup menu

This commit is contained in:
Than Ngo 2004-09-26 20:36:44 +00:00
parent 9f6d62030d
commit 5021433c5a
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@
%define arts 1
Version: 3.3.0
Release: 3
Release: 4
Summary: K Desktop Environment - Libraries
Name: kdelibs
Url: http://www.kde.org/
@ -278,6 +278,7 @@ popd
%if %{redhatify}
rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/index.theme
mv $RPM_BUILD_ROOT/etc/xdg/menus/applications.menu $RPM_BUILD_ROOT/etc/xdg/menus/applications.menu.kde
echo "OnlyShowIn=KDE;" >> $RPM_BUILD_ROOT%{_datadir}/applications/kde/kresources.desktop
%endif
%clean
@ -381,6 +382,9 @@ exit 0
%doc %{_docdir}/HTML/en/kdelibs*
%changelog
* Sun Sep 26 2004 Than Ngo <than@redhat.com> 6:3.3.0-4
- cleanup menu
* Mon Sep 20 2004 Than Ngo <than@redhat.com> 3.3.0-3
- fix a bug in ksslopen #114835