CASA-detect_lib64.patch was added.
This commit is contained in:
parent
cd8ca86edd
commit
6e650e1b7f
@ -1,9 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 10:15:20 MST 2006 - smanojna@novell.com
|
||||
|
||||
- CASA-detect_lib64 patch suggested by Rudi Ortel has been applied.
|
||||
- CASA.spec was fixed to not try to create duplicate dirs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 09:57:43 IST 2006 - smanojna@novell.com
|
||||
|
||||
- Bug 133386: Remove install time dependency on keyring and
|
||||
kdewallet.
|
||||
- Bug 148102: CASA-gui requires kdelibs3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 08:50:22 MST 2006 - cmashayekhi@novell.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user