- Bug 147031: CASAManager should have a menu item - FIXED,

A menu item for CASAManager gets created within the NLD/SuSE
  main menu under the following categories,
  - System > Configuration > Novell CASA Manager
  - Utilities > Security > Novell CASA Manager
  - Internet > Administration > Novell CASA Manager
This commit is contained in:
smanojna 2006-02-17 16:01:37 +00:00
parent f70478eaf8
commit f93defc5fd
3 changed files with 19 additions and 4 deletions

View File

@ -1,4 +1,13 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 17 21:31:10 IST 2006 - smanojna@novell.com
- Bug 147031: CASAManager should have a menu item - FIXED,
A menu item for CASAManager gets created within the NLD/SuSE
main menu under the following categories,
- System > Configuration > Novell CASA Manager
- Utilities > Security > Novell CASA Manager
- Internet > Administration > Novell CASA Manager
-------------------------------------------------------------------
Thu Feb 16 11:43:36 MST 2006 - jnorman@novell.com Thu Feb 16 11:43:36 MST 2006 - jnorman@novell.com
- Add dependency to kdelibs3 back to CASA-gui rpm in spec file - Add dependency to kdelibs3 back to CASA-gui rpm in spec file

View File

@ -1,8 +1,12 @@
[Desktop Entry] [Desktop Entry]
Name=CASA Manager Encoding=UTF-8
Comment=Common Authenication Services Adapter Name=Novell CASA Manager
GenericName=Novell Common Authenication Services Adapter (CASA)
Comment=Novell CASA Management Console v1.6
TryExec=CASAManager.sh
Exec=/usr/bin/CASAManager.sh Exec=/usr/bin/CASAManager.sh
Icon=/usr/share/doc/packages/CASA/images/CASA_48.png Icon=/usr/share/doc/packages/CASA/images/CASA_48.png
Terminal=0 DocPath=/usr/share/doc/packages/CASA/help/en/Contents.htm
Terminal=false
Type=Application Type=Application
Categories=Application;Network;System Categories=Application;System;SystemSetup;Security;Utility;Network;X-Ximian-Main;X-Ximian-Toplevel

View File

@ -162,6 +162,7 @@ fi
%post gui %post gui
/sbin/ldconfig /sbin/ldconfig
cp -f /usr/share/doc/packages/CASA/CASAManager.desktop /usr/share/applications/
%preun %preun
%stop_on_removal micasad %stop_on_removal micasad
if [ "x$1" == "x0" ] if [ "x$1" == "x0" ]
@ -178,6 +179,7 @@ fi
%postun gui %postun gui
/sbin/ldconfig /sbin/ldconfig
rm -f /usr/share/applications/CASAManager.desktop
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT