Removed hardcoded value 'CASA-1.5.0'
This commit is contained in:
parent
4158a69cc6
commit
8407cca2a4
@ -26,7 +26,7 @@ Source: %{name}-%{version}.tar.bz2
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: mono >= 1.1.8
|
Requires: mono >= 1.1.8
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
#NoSource: 0
|
NoSource: 0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
NOVELL Common Authentication Service Adapter (CASA).
|
NOVELL Common Authentication Service Adapter (CASA).
|
||||||
@ -54,7 +54,7 @@ to develop applications that require these.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp -r %{_topdir}/SOURCES/CASA-1.5.0/* %{buildroot}/
|
cp -r %{_topdir}/SOURCES/%{name}-%{version}/* %{buildroot}/
|
||||||
cd %{buildroot}/%{prefix}/src/
|
cd %{buildroot}/%{prefix}/src/
|
||||||
mk-cai-all
|
mk-cai-all
|
||||||
|
|
||||||
@ -95,7 +95,6 @@ cp -f %{buildroot}%{prefix}/src/c_micasad/startup/micasad %{buildroot}%{prefix}/
|
|||||||
cp -f %{buildroot}%{prefix}/src/c_micasad/startup/micasad.sh %{buildroot}%{prefix}/%{binsource}
|
cp -f %{buildroot}%{prefix}/src/c_micasad/startup/micasad.sh %{buildroot}%{prefix}/%{binsource}
|
||||||
#cp -f $PR/c_micasad/startup/micasad.sh $BR/pkg/BUILD
|
#cp -f $PR/c_micasad/startup/micasad.sh $BR/pkg/BUILD
|
||||||
|
|
||||||
#Poorna
|
|
||||||
mkdir -p %{buildroot}/%{_lib}/security
|
mkdir -p %{buildroot}/%{_lib}/security
|
||||||
cp -f %{buildroot}%{prefix}/src/%{_lib}/lux/ndbg/pam_micasa.so %{buildroot}/%{_lib}/security
|
cp -f %{buildroot}%{prefix}/src/%{_lib}/lux/ndbg/pam_micasa.so %{buildroot}/%{_lib}/security
|
||||||
#cp -f $PR/lib/lux/ndbg/pam_micasa.so $BR/pkg/BUILD/
|
#cp -f $PR/lib/lux/ndbg/pam_micasa.so $BR/pkg/BUILD/
|
||||||
|
Loading…
Reference in New Issue
Block a user