CASA/yast2-CASA/yast2-CASA.spec.in
Juan Carlos Luciani 7a1eec39e5 Yast module spec files changes so that we stop including our icons as
part of our yast packages since the icons are now part of the openSUSE
themes.

CASA-auth-token-svc changes are to allow the package to install and run
under openSUSE11.
2008-05-29 20:37:23 +00:00

81 lines
1.9 KiB
RPMSpec

#
# spec file for package yast2-CASA (Version @VERSION@)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org
#
# norootforbuild
@HEADER-COMMENT@
Name: yast2-CASA
%if %suse_version == 1030
BuildRequires: yast2-devel-doc yast2-devtools update-desktop-files libstdc++ libgcc
%else
BuildRequires: yast2-devel yast2-devtools update-desktop-files libstdc++ libgcc
%endif
Version: @VERSION@
Release: 0
License: LGPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
prefix: /usr
Requires: yast2 CASA > 1.6.400
Summary: Configuration for Novell CASA (Common Authentication Services Adapter)
%description
Novell CASA (Common Authentication Services Adapter) YaST Configuration module. This module
is designed to assist system administrators to configure and eanble CASA through Yast after
system installation.
@PREP@
@BUILD@
@INSTALL@
chmod 555 $RPM_BUILD_ROOT/usr/share/applications/install_casa_yast_icons
@CLEAN@
%post
echo "yast2-CASA post install script"
echo "installing the Novell CASA YaST icon files"
/usr/share/applications/install_casa_yast_icons install rpm
exit 0
%preun
if [ "$1" = 0 ]; then
echo "yast2-CASA pre uninstall script"
echo "removing the Novell CASA YaST icon files"
/usr/share/applications/install_casa_yast_icons uninstall rpm
fi
exit 0
%files
%defattr(-,root,root)
%dir @yncludedir@/CASA
/usr/share/applications/install_casa_yast_icons
%if %suse_version < 1030
/usr/share/pixmaps/CASA_22.png
/usr/share/pixmaps/CASA_32.png
/usr/share/pixmaps/CASA_48.png
%endif
@yncludedir@/CASA/*
@clientdir@/CASA.ycp
@clientdir@/CASA_*.ycp
@moduledir@/NovellCasa.*
@desktopdir@/CASA.desktop
%doc @docdir@