File qca-sasl.spec of Package qca-sasl
#
# spec file for package qca-sasl (Version 1.0)
#
# Copyright (c) 2004 SUSE LINUX AG, 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://www.suse.de/feedback/
#
# norootforbuild
Name: qca-sasl
BuildRequires: cyrus-sasl-devel libdrm-devel libjpeg-devel qca-devel qt3-devel update-desktop-files
License: LGPL
Group: Development/Libraries/C and C++
Summary: Qt Cryptographic Architecture SASL Plugin
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://delta.affinix.com/qca/
Version: 1.0
Release: 3
Source: %name-%version.tar.bz2
%description
This package provides an SASL plugin for the generic Qt cryptographic
architecture, using Cyrus SASL 2.
Authors:
--------
Justin Karneges <justin@affinix.com>
%prep
%setup -q
%build
./configure
make
%install
make install INSTALL_ROOT=$RPM_BUILD_ROOT/usr/lib/qt3/%_lib/usr/
%files
%defattr(-,root,root)
%doc README COPYING
/usr/lib/qt3/plugins/crypto/*
%changelog -n qca-sasl
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Aug 31 2004 - adrian@suse.de
- remove wrong rename of plugin
* Thu Aug 05 2004 - adrian@suse.de
- initial package of version 1.0