File php5-pear-auth_sasl.spec of Package php5-pear-auth_sasl
#
# spec file for package php5-pear-auth_sasl (Version 1.0.2)
#
# 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
Name: php5-pear-auth_sasl
BuildRequires: php5-pear
%define peardir %{_datadir}/php5/PEAR
License: Other License(s), see package
Group: Productivity/Networking/Web/Servers
Version: 1.0.2
Release: 19
Summary: PEAR abstraction of various SASL mechanism responses
URL: http://pear.php.net/package/Auth_SASL
Requires: php5-pear
Provides: php-pear-auth_sasl
Source: http://pear.php.net/get/Auth_SASL-%{version}.tgz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This PEAR class provides code to generate responses to common SASL
mechanisms, including:
o Digest-MD5
o CramMD5
o Plain
o Anonymous
o Login (Pseudo mechanism)
Authors:
--------
Richard Heyes
Michael Bretterklieber <michael@bretterklieber.com>
Damian Alejandro Fernandez Sosa
%prep
%setup -c
%build
%install
mv package*.xml Auth_SASL-%{version}
cd Auth_SASL-%{version}
PHP_PEAR_PHP_BIN="/usr/bin/php5 -d memory_limit=50m" pear5 -v -d doc_dir=%{_docdir}/%{name} install --offline -R "$RPM_BUILD_ROOT" package.xml
rm -rf "$RPM_BUILD_ROOT"/%{peardir}/.{filemap,lock,registry,channels,depdb,depdblock}
%files
%defattr(-, root, root)
%{peardir}/Auth
%changelog -n php5-pear-auth_sasl
* Thu Oct 26 2006 - anosek@suse.cz
- fixed: pear is pulling packages from the network during autobuild
[#214347]
* Thu Aug 03 2006 - anosek@suse.cz
- updated to version 1.0.2
- fixed Auth_SASL_DigestMD5::getResponse() generates invalid response
- fixed suppress PHP 5 Notice Errors
- fixed realm isn't contained in challange
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 19 2006 - mmarek@suse.de
- fix filelist, remove temporary files created by pear installer
- unify php5-pear-*.spec files
- increase php's memory_limit during installation (parsing
xml needs more than default 8M sometimes)
* Mon Jan 16 2006 - mmarek@suse.cz
- created package to satisfy horde dependencies