CASA_auth_token_nonjava: rename CASA_auth_token_devel to CASA_auth_token-devel

This commit is contained in:
soochoi 2006-08-15 16:56:04 +00:00
parent f6d6e8e6d3
commit 169e3a389d

View File

@ -104,12 +104,12 @@ Authors:
-------- --------
Juan Carlos Luciani - jluciani@novell.com Juan Carlos Luciani - jluciani@novell.com
%package -n CASA_auth_token_devel %package -n CASA_auth_token-devel
Summary: Novell CASA Authentication Token Development Files Summary: Novell CASA Authentication Token Development Files
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: CASA-devel CASA_auth_token_native CASA_auth_token_jaas_support CASA_auth_token_pam_support CASA_auth_token_apache2_2_support CASA_auth_token_svc Requires: CASA-devel CASA_auth_token_native CASA_auth_token_jaas_support CASA_auth_token_pam_support CASA_auth_token_apache2_2_support CASA_auth_token_svc
%description -n CASA_auth_token_devel %description -n CASA_auth_token-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 single sign-on solution. scalable single sign-on solution.
@ -120,7 +120,7 @@ information contained in the tokens is configured on a per-service
basis. Because of this feature, we say that CASA_auth_token projects an basis. Because of this feature, we say that CASA_auth_token projects an
"Authenticated Identity". "Authenticated Identity".
The CASA_auth_token_devel package contains the files necessary for the The CASA_auth_token-devel package contains the files necessary for the
development of client and server applications that utilize the CASA development of client and server applications that utilize the CASA
(Common Authentication Service Adapter) authentication token (Common Authentication Service Adapter) authentication token
infrastructure for authentication. infrastructure for authentication.
@ -178,7 +178,7 @@ install -m 755 %{_lib}/%{cfg}/mod_authn_casa.so %{buildroot}%{prefix}/%{_lib}/mo
ln -sf mod_authn_casa.so.%{bldno} %{buildroot}%{prefix}/%{_lib}/mod_authn_casa.so ln -sf mod_authn_casa.so.%{bldno} %{buildroot}%{prefix}/%{_lib}/mod_authn_casa.so
ln -sf mod_authn_casa.so.%{bldno} %{buildroot}%{prefix}/%{_lib}/mod_authn_casa.so.1 ln -sf mod_authn_casa.so.%{bldno} %{buildroot}%{prefix}/%{_lib}/mod_authn_casa.so.1
## CASA_auth_token_devel ## ## CASA_auth_token-devel ##
# Header Files # Header Files
install -m 644 include/casa_c_authtoken.h %{buildroot}%{prefix}/include install -m 644 include/casa_c_authtoken.h %{buildroot}%{prefix}/include
install -m 644 include/casa_s_authtoken.h %{buildroot}%{prefix}/include install -m 644 include/casa_s_authtoken.h %{buildroot}%{prefix}/include
@ -249,20 +249,20 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/%{_lib}/mod_authn_casa.so.1 %{prefix}/%{_lib}/mod_authn_casa.so.1
## CASA_auth_token_devel ## ## CASA_auth_token-devel ##
%pre -n CASA_auth_token_devel %pre -n CASA_auth_token-devel
# Nothing to do in this pre script # Nothing to do in this pre script
%post -n CASA_auth_token_devel %post -n CASA_auth_token-devel
# Nothing to do in this post script # Nothing to do in this post script
%preun -n CASA_auth_token_devel %preun -n CASA_auth_token-devel
# Nothing to do in this preun script # Nothing to do in this preun script
%postun -n CASA_auth_token_devel %postun -n CASA_auth_token-devel
# Nothing to do in this postun script # Nothing to do in this postun script
%files -n CASA_auth_token_devel %files -n CASA_auth_token-devel
%defattr(-,root,root) %defattr(-,root,root)
%{prefix}/include/casa_c_authtoken.h %{prefix}/include/casa_c_authtoken.h
%{prefix}/include/casa_s_authtoken.h %{prefix}/include/casa_s_authtoken.h