- Bug 134096, add CASAManager.exe.config.
- Bug 136224, Document Readme for random crash on 64 bit. - Bug 136226, Launch kde-open on kde desktops, and gnome-open on gnome for help files - Bug 136221, Attempt to prevent installing 32bit rpms on 64 bit platforms as a workaround. - Added CASA_dbg.spec file to build debug RPMs on autobuild
This commit is contained in:
@@ -25,6 +25,11 @@ Source: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
requires: mono >= 1.1.7
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
%ifarch x86_64
|
||||
ExcludeArch: %ix86
|
||||
%else
|
||||
ExcludeArch: x86_64
|
||||
%endif
|
||||
#NoSource: 0
|
||||
|
||||
%description
|
||||
@@ -100,6 +105,7 @@ install -m 755 %{_lib}/lux/ndbg/Novell.CASA.DataEngines.KWallet.dll %{buildroot}
|
||||
install -m 755 %{binsource}/lux/ndbg/micasad.exe %{buildroot}%{prefix}/CASA/bin
|
||||
install -m 755 %{binsource}/lux/ndbg/CASAManager.exe %{buildroot}%{prefix}/CASA/bin
|
||||
install -m 755 c_gui/CASAManager.sh %{buildroot}%{prefix}/CASA/bin
|
||||
install -m 755 c_gui/CASAManager.exe.config %{buildroot}%{prefix}/CASA/bin
|
||||
install -m 755 c_gui/CASAManager.desktop %{buildroot}%{prefix}/CASA/
|
||||
cp -f c_gui/images/* %{buildroot}%{prefix}/CASA/images
|
||||
cp -f c_gui/help/en/* %{buildroot}%{prefix}/CASA/help/en
|
||||
@@ -142,6 +148,7 @@ ln -s ../CASA/bin/micasad.sh %{buildroot}%{prefix}/bin/micasad.sh
|
||||
ln -s ../CASA/bin/micasad %{buildroot}%{prefix}/bin/micasad
|
||||
ln -s ../CASA/bin/CASAManager.exe %{buildroot}%{prefix}/bin/CASAManager.exe
|
||||
ln -s ../CASA/bin/CASAManager.sh %{buildroot}%{prefix}/bin/CASAManager.sh
|
||||
ln -s ../CASA/bin/CASAManager.exe.config %{buildroot}%{prefix}/bin/CASAManager.exe.config
|
||||
|
||||
ln -s libmicasa.so.%{bldno} %{buildroot}%{prefix}/CASA/%{_lib}/libmicasa.so
|
||||
ln -s libmicasa.so.%{bldno} %{buildroot}%{prefix}/CASA/%{_lib}/libmicasa.so.1
|
||||
@@ -263,6 +270,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%dir %{prefix}/CASA/bin/
|
||||
%{prefix}/CASA/bin/CASAManager.sh
|
||||
%{prefix}/CASA/bin/CASAManager.exe.config
|
||||
%{prefix}/CASA/bin/CASAManager.exe
|
||||
%{prefix}/CASA/CASAManager.desktop
|
||||
%{prefix}/CASA/doc/License.txt
|
||||
|
||||
@@ -25,6 +25,11 @@ Source: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
requires: mono >= 1.1.7
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
%ifarch x86_64
|
||||
ExcludeArch: %ix86
|
||||
%else
|
||||
ExcludeArch: x86_64
|
||||
%endif
|
||||
#NoSource: 0
|
||||
|
||||
%description
|
||||
@@ -100,6 +105,7 @@ install -m 755 %{_lib}/lux/dbg/Novell.CASA.DataEngines.KWallet.dll %{buildroot}%
|
||||
install -m 755 %{binsource}/lux/dbg/micasad.exe %{buildroot}%{prefix}/CASA/bin
|
||||
install -m 755 %{binsource}/lux/dbg/CASAManager.exe %{buildroot}%{prefix}/CASA/bin
|
||||
install -m 755 c_gui/CASAManager.sh %{buildroot}%{prefix}/CASA/bin
|
||||
install -m 755 c_gui/CASAManager.exe.config %{buildroot}%{prefix}/CASA/bin
|
||||
install -m 755 c_gui/CASAManager.desktop %{buildroot}%{prefix}/CASA/
|
||||
cp -f c_gui/images/* %{buildroot}%{prefix}/CASA/images
|
||||
cp -f c_gui/help/en/* %{buildroot}%{prefix}/CASA/help/en
|
||||
@@ -142,6 +148,7 @@ ln -s ../CASA/bin/micasad.sh %{buildroot}%{prefix}/bin/micasad.sh
|
||||
ln -s ../CASA/bin/micasad %{buildroot}%{prefix}/bin/micasad
|
||||
ln -s ../CASA/bin/CASAManager.exe %{buildroot}%{prefix}/bin/CASAManager.exe
|
||||
ln -s ../CASA/bin/CASAManager.sh %{buildroot}%{prefix}/bin/CASAManager.sh
|
||||
ln -s ../CASA/bin/CASAManager.exe.config %{buildroot}%{prefix}/bin/CASAManager.exe.config
|
||||
|
||||
ln -s libmicasa.so.%{bldno} %{buildroot}%{prefix}/CASA/%{_lib}/libmicasa.so
|
||||
ln -s libmicasa.so.%{bldno} %{buildroot}%{prefix}/CASA/%{_lib}/libmicasa.so.1
|
||||
@@ -263,6 +270,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%dir %{prefix}/CASA/bin/
|
||||
%{prefix}/CASA/bin/CASAManager.sh
|
||||
%{prefix}/CASA/bin/CASAManager.exe.config
|
||||
%{prefix}/CASA/bin/CASAManager.exe
|
||||
%{prefix}/CASA/CASAManager.desktop
|
||||
%{prefix}/CASA/doc/License.txt
|
||||
|
||||
Reference in New Issue
Block a user