CASA-detect_lib64.patch was added.

This commit is contained in:
Cameron (Kamran) Mashayekhi
2006-02-14 17:16:01 +00:00
parent cd8ca86edd
commit 6e650e1b7f
2 changed files with 11 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ Release: 0
Summary: Novell Common Authentication Service Adapter (CASA)
Source: %{name}-%{version}.tar.bz2
#Patch: %{name}-%{version}.dif
Patch2: CASA-detect_lib64.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
requires: mono >= 1.1.13 mono-core >= 1.1.13
ExclusiveArch: %ix86 x86_64
@@ -66,8 +67,9 @@ to one another.
%prep
%setup -q
#%patch
%ifarch x86_64
%patch2
#%ifarch x86_64
%if %{_lib} == "lib64"
%define binsource bin64
%else
%define binsource bin