File CASA-kwallet.spec of Package CASA-kwallet
#
# spec file for package CASA-kwallet (Version 1.7.758 )
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: CASA-kwallet
%define cfg Release
%define debug_opt ""
Url: http://www.novell.com/products
BuildRequires: kdelibs3-devel libgcc libstdc++ mono-devel
%define prefix /usr/share/doc/packages
%define bin_prefix /usr
License: LGPL v2.1 or later
Group: Productivity/Security
AutoReqProv: on
%define bldno 1.1.1
Version: 1.7.758
Release: 242
Summary: CASA Aggregation and Distribution KWallet plugin
Source: %{name}-%{version}.tar.bz2
#Patch: %{name}-%{version}.diff
Patch: gcc-4.3.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
CASAK-kwallet (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
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%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