Help files and code to launch them added
This commit is contained in:
@@ -18,7 +18,7 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: Productivity/Other
|
||||
Autoreqprov: on
|
||||
%define bldno 1.1.1
|
||||
Version: 1.5.127
|
||||
Version: 1.5.128
|
||||
Release: 0
|
||||
Summary: Novell Common Authentication Service Adapter (CASA)
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@@ -49,7 +49,7 @@ for credential storage and single sign-on.
|
||||
%package gui
|
||||
Summary: The CASA Console Utility
|
||||
Group: Productivity/Other
|
||||
Requires: CASA = %{version} gtk-sharp >= 1.0.9
|
||||
Requires: CASA = %{version} gtk-sharp >= 1.0.9 gnome-keyring >= 0.2.1 kdelibs3 >= 3.2.1
|
||||
Provides: CASA-gui
|
||||
|
||||
%description gui
|
||||
@@ -81,6 +81,8 @@ mkdir %{buildroot}%{prefix}/CASA/%{_lib}
|
||||
mkdir %{buildroot}%{prefix}/CASA/bin
|
||||
mkdir %{buildroot}%{prefix}/CASA/include
|
||||
mkdir %{buildroot}%{prefix}/CASA/images
|
||||
mkdir %{buildroot}%{prefix}/CASA/help
|
||||
mkdir %{buildroot}%{prefix}/CASA/help/en
|
||||
mkdir %{buildroot}%{prefix}/CASA/doc
|
||||
mkdir -p %{buildroot}/%{_lib}/security
|
||||
|
||||
@@ -100,6 +102,7 @@ install -m 755 %{binsource}/lux/ndbg/CASAManager.exe %{buildroot}%{prefix}/CASA/
|
||||
install -m 755 c_gui/CASAManager.sh %{buildroot}%{prefix}/CASA/bin
|
||||
install -m 755 c_gui/CASAManager.desktop %{buildroot}%{prefix}/CASA/
|
||||
cp -f c_gui/images/* %{buildroot}%{prefix}/CASA/images
|
||||
cp -f c_gui/help/en/* %{buildroot}%{prefix}/CASA/help/en
|
||||
install -m 755 c_micasad/startup/micasad %{buildroot}%{prefix}/CASA/bin
|
||||
install -m 755 c_micasad/startup/micasad.sh %{buildroot}%{prefix}/CASA/bin
|
||||
#install -m 755 c_clientlogin/novell-ncl-autologin.sh %{buildroot}%{prefix}/CASA/bin
|
||||
@@ -114,6 +117,7 @@ install -d %{buildroot}%{prefix}/CASA/bin
|
||||
install -d %{buildroot}%{prefix}/CASA/doc
|
||||
install -d %{buildroot}%{prefix}/CASA/include
|
||||
install -d %{buildroot}%{prefix}/CASA/images
|
||||
install -d %{buildroot}%{prefix}/CASA/help/en
|
||||
install -d %{buildroot}/%{_lib}/security
|
||||
|
||||
|
||||
@@ -290,4 +294,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{prefix}/CASA/images
|
||||
%dir %{prefix}/CASA/images/*
|
||||
|
||||
%dir %{prefix}/CASA/help/en
|
||||
%dir %{prefix}/CASA/help/en/*
|
||||
|
||||
%changelog -n CASA
|
||||
|
||||
Reference in New Issue
Block a user