#
# spec file for package CASAKWALLET (Version 1.7.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org
#

# norootforbuild

# For debug build, please replace Release to Debug and set debug_opt to --enable-debug
%define cfg Release
%define debug_opt ""
                                 

Name:          @PACKAGE@ 
URL:          http://www.novell.com/products
BuildRequires:  mDNSResponder-devel kdelibs3-devel mono-devel libstdc++ libgcc 
%define prefix		/usr/share/doc/packages
%define bin_prefix	/usr
License:       LGPL
Group:         Productivity/Other
Autoreqprov:   on
%define	       bldno	1.1.1
Version:       @VERSION@ 
Release:       0
Summary:       CASA KWALLET Adapter (casakwallet)
Source:        %{name}-%{version}.tar.bz2
#Patch:	       %{name}-%{version}.diff
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
Requires:      CASA-gui >= 1.6.0 mono >= 1.1.13 mono-core >= 1.1.13 
PreReq:        %fillup_prereq %insserv_prereq
#ExclusiveArch: %ix86 x86_64
#NoSource:     0

%description
CASAKWALLET (CASA Kwallet) is the KWallet plugin for enabling the
CASA GUI to perform Aggregation and Distribution tasks for managing
KWallet through CASA in KDE desktop.

%prep
%setup -q
#%patch
%if %{_lib} == "lib64"
%define binsource bin64
%else
%define binsource bin
%endif


%build
export PATH=.:$PATH:/usr/%_lib/qt3/bin
%if %suse_version > 1000
export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -fstack-protector"
%endif 

./autogen.sh 
make

%install

mkdir -p %{buildroot}%{prefix}
mkdir -p %{buildroot}%{bin_prefix}/%{_lib}

install -m 755 %{_lib}/%{cfg}/libcasakwallet.so.%{bldno} %{buildroot}%{bin_prefix}/%{_lib}
ln -s libcasakwallet.so.%{bldno} %{buildroot}%{bin_prefix}/%{_lib}/libcasakwallet.so
ln -s libcasakwallet.so.%{bldno} %{buildroot}%{bin_prefix}/%{_lib}/libcasakwallet.so.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{bin_prefix}/%{_lib}/libcasakwallet.so.%{bldno}
%{bin_prefix}/%{_lib}/libcasakwallet.so
%{bin_prefix}/%{_lib}/libcasakwallet.so.1


%changelog -n CASKWALLET