Resolved inconsistencies between the spec files and the SuSE PDB entries

for package summaries and descriptions.
This commit is contained in:
Juan Carlos Luciani 2007-02-20 16:20:05 +00:00
parent 493ce1a9fe
commit 37c2d94ec9
3 changed files with 80 additions and 82 deletions

View File

@ -58,20 +58,19 @@ Group: Development/Libraries/C and C++
Requires: CASA-devel CASA_auth_token_client Requires: CASA-devel CASA_auth_token_client
%description -n CASA_auth_token_client-devel %description -n CASA_auth_token_client-devel
CASA_auth_token is an authentication token infrastructure with support CASA_auth_token is an authentication token infrastructure with support for
for multiple authentication mechanisms with an emphasis on providing a multiple authentication mechanisms with an emphasis on providing a scalable
scalable single sign-on solution. single sign-on solution.
A key feature of CASA_auth_token is that its authentication tokens A key feature of CASA_auth_token is that its authentication tokens contain
contain identity information about the entity being authenticated. This identity information about the entity being authenticated. This information is
information contained in the tokens is configured on a per-service made available to the consuming services. The amount of information contained in
basis. Because of this feature, we say that CASA_auth_token projects an the tokens is configured on a per-service basis. Because of this feature, we say
"Authenticated Identity". that CASA_auth_token projects an "Authenticated Identity".
The CASA_auth_token-client-devel package contains the files necessary The CASA_auth_token_client-devel package contains the files necessary for the
for the development of client applications that utilize the CASA development of client applications that utilize the CASA (Common Authentication
(Common Authentication Service Adapter) authentication token Service Adapter) authentication token infrastructure for authentication.
infrastructure for authentication.
Authors: Authors:
-------- --------

View File

@ -26,7 +26,7 @@ Autoreqprov: on
%define bldno @VERSION@ %define bldno @VERSION@
Version: @VERSION@ Version: @VERSION@
Release: 0 Release: 0
Summary: Novell Common Authentication Services Adapter Authentication Token Infrastructure "Java" (CASA_auth_token) Summary: Novell CASA Authentication Token Service
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: jre >= 1.5.0 Requires: jre >= 1.5.0
@ -37,40 +37,40 @@ PreReq: /usr/sbin/groupadd, /usr/sbin/useradd, /usr/sbin/userdel, /usr/bi
BuildArchitectures: noarch BuildArchitectures: noarch
%description %description
CASA_auth_token is an authentication token infrastructure with support for multiple CASA_auth_token is an authentication token infrastructure with support for
authentication mechanisms with an emphasis on providing a scalable single multiple authentication mechanisms with an emphasis on providing a scalable
sign-on solution. single sign-on solution.
A key feature of CASA_auth_token is that its authentication tokens contain identity A key feature of CASA_auth_token is that its authentication tokens contain
information about the entity being authenticated. This information is made available identity information about the entity being authenticated. This information is
to the consuming services. The amount of information contained in the tokens is made available to the consuming services. The amount of information contained in
configured on a per-service basis. Because of this feature, we say that CASA_auth_token the tokens is configured on a per-service basis. Because of this feature, we say
projects an "Authenticated Identity". that CASA_auth_token projects an "Authenticated Identity".
The CASA_auth_token_svc is the infrastructure component responsible for authenticating The CASA_auth_token_svc is the infrastructure component responsible for
entities using the native authentication mechanism and for issuing tokens that can later authenticating entities using the native authentication mechanism and for issuing
be used by applications to authenticate the entity o services that are CASA authentication tokens that can later be used by applications to authenticate the entity or
enabled. services that are CASA authentication enabled.
%package -n CASA_auth_token_jaas_support %package -n CASA_auth_token_jaas_support
Summary: Libraries needed for JAAS applications development. Summary: Novell CASA Authentication Token JAAS Support Components
Group: Applications/System Group: Applications/System
Requires: jre >= 1.5.0 Requires: jre >= 1.5.0
%description -n CASA_auth_token_jaas_support %description -n CASA_auth_token_jaas_support
CASA_auth_token is an authentication token infrastructure with support for multiple CASA_auth_token is an authentication token infrastructure with support for
authentication mechanisms with an emphasis on providing a scalable single multiple authentication mechanisms with an emphasis on providing a scalable
sign-on solution. single sign-on solution.
A key feature of CASA_auth_token is that its authentication tokens contain identity A key feature of CASA_auth_token is that its authentication tokens contain
information about the entity being authenticated. This information is made available identity information about the entity being authenticated. This information is
to the consuming services. The amount of information contained in the tokens is made available to the consuming services. The amount of information contained in
configured on a per-service basis. Because of this feature, we say that CASA_auth_token the tokens is configured on a per-service basis. Because of this feature, we say
projects an "Authenticated Identity". that CASA_auth_token projects an "Authenticated Identity".
The CASA_auth_token_jaas_support package contains the CASA (Common Authentication The CASA_auth_token_jaas_support package contains the CASA (Common Authentication
Services Adapter) authentication token infrastructure JAAS module and supporting libraries Services Adapter) authentication token infrastructure JAAS module and supporting
for token verification. libraries for token verification.
%prep %prep
%setup -q %setup -q

View File

@ -38,21 +38,21 @@ PreReq: /usr/sbin/groupadd, /usr/sbin/useradd, /usr/sbin/userdel, /usr/bin/gete
%description %description
CASA_auth_token is an authentication token infrastructure with support CASA_auth_token is an authentication token infrastructure with support
for multiple authentication mechanisms with an emphasis on providing a for multiple authentication mechanisms with an emphasis on providing a scalable
scalable single sign-on solution. single sign-on solution.
A key feature of CASA_auth_token is that its authentication tokens A key feature of CASA_auth_token is that its authentication tokens contain
contain identity information about the entity being authenticated. This identity information about the entity being authenticated. This information is
information is made available to the consuming services. The amount of made available to the consuming services. The amount of information contained in
information contained in the tokens is configured on a per-service the tokens is configured on a per-service basis. Because of this feature, we say
basis. Because of this feature, we say that CASA_auth_token projects an that CASA_auth_token projects an "Authenticated Identity".
"Authenticated Identity".
The CASA_auth_token_server package contains the authentication token The CASA_auth_token_server package contains the CASA (Common Authentication
verification library for C/C++ applications. It is recommended that Services Adapter) authentication token infrastructure lower level libraries for
this library not be invoked directly by applications, instead it is token verification from native code ("C"). It is recomended that this library
recomended that appplication invoke its services through the support not be invoked directly by applications, instead it is recomended that
modules provided to integrate with PAM or the Apache Web Server. appplication invoke its services through the support modules provided to
integrate with PAM or the Apache Web Server.
Authors: Authors:
-------- --------
@ -66,18 +66,18 @@ Requires: CASA_auth_token_server pam
%description -n CASA_auth_token_pam_support %description -n CASA_auth_token_pam_support
CASA_auth_token is an authentication token infrastructure with support CASA_auth_token is an authentication token infrastructure with support
for multiple authentication mechanisms with an emphasis on providing a for multiple authentication mechanisms with an emphasis on providing a scalable
scalable single sign-on solution. single sign-on solution.
A key feature of CASA_auth_token is that its authentication tokens A key feature of CASA_auth_token is that its authentication tokens contain
contain identity information about the entity being authenticated. This identity information about the entity being authenticated. This information is
information contained in the tokens is configured on a per-service made available to the consuming services. The amount of information contained in
basis. Because of this feature, we say that CASA_auth_token projects an the tokens is configured on a per-service basis. Because of this feature, we say
"Authenticated Identity". that CASA_auth_token projects an "Authenticated Identity".
The CASA_auth_token_pam_support package contains the CASA (Common The CASA_auth_token_pam_support package contains the CASA (Common Authentication
Authentication Services Adapter) authentication token infrastructure Services Adapter) authentication token infrastructure PAM module for token
PAM module for token verification. verification.
Authors: Authors:
-------- --------
@ -91,22 +91,22 @@ Requires: apache2 CASA_auth_token_server
%description -n CASA_auth_token_apache2_2_support %description -n CASA_auth_token_apache2_2_support
CASA_auth_token is an authentication token infrastructure with support CASA_auth_token is an authentication token infrastructure with support
for multiple authentication mechanisms with an emphasis on providing a for multiple authentication mechanisms with an emphasis on providing a scalable
scalable single sign-on solution. single sign-on solution.
A key feature of CASA_auth_token is that its authentication tokens A key feature of CASA_auth_token is that its authentication tokens contain
contain identity information about the entity being authenticated. This identity information about the entity being authenticated. This information is
information contained in the tokens is configured on a per-service made available to the consuming services. The amount of information contained in
basis. Because of this feature, we say that CASA_auth_token projects an the tokens is configured on a per-service basis. Because of this feature, we say
"Authenticated Identity". that CASA_auth_token projects an "Authenticated Identity".
The CASA_auth_token_apache2_2_support package contains the CASA (Common The CASA_auth_token_apache2_2_support package contains the CASA (Common
Authentication Services Adapter) authentication token infrastructure Authentication Services Adapter) authentication token infrastructure Apache
Apache v2.2 authentication provider module for token verification. The v2.2 authentication provider module for token verification. The module expects
module expects that users authenticate utilizing the HTTP Basic that users authenticate utilizing the HTTP Basic authentication scheme and that
authentication scheme and that the password utilized consist of a CASA the password utilized consist of a CASA authentication token. Information about
authentication token. Information about the authenticated identity is the authenticated identity is made available to other Apache modules via the
environment variable. Apache request environment variable.
Authors: Authors:
-------- --------
@ -120,19 +120,18 @@ Requires: CASA-devel CASA_auth_token_server CASA_auth_token_jaas_support C
%description -n CASA_auth_token_server-devel %description -n CASA_auth_token_server-devel
CASA_auth_token is an authentication token infrastructure with support CASA_auth_token is an authentication token infrastructure with support
for multiple authentication mechanisms with an emphasis on providing a for multiple authentication mechanisms with an emphasis on providing a scalable
scalable single sign-on solution. single sign-on solution.
A key feature of CASA_auth_token is that its authentication tokens A key feature of CASA_auth_token is that its authentication tokens contain
contain identity information about the entity being authenticated. This identity information about the entity being authenticated. This information is
information contained in the tokens is configured on a per-service made available to the consuming services. The amount of information contained in
basis. Because of this feature, we say that CASA_auth_token projects an the tokens is configured on a per-service basis. Because of this feature, we say
"Authenticated Identity". that CASA_auth_token projects an "Authenticated Identity".
The CASA_auth_token_server-devel package contains the files necessary for the The CASA_auth_token_server-devel package contains the files necessary for the
development of server applications that utilize the CASA (Common development of server applications that utilize the CASA (Common Authentication
Authentication Service Adapter) authentication token infrastructure for Service Adapter) authentication token infrastructure for authentication.
authentication.
Authors: Authors:
-------- --------