2024-01-06 08:28:46 +01:00
|
|
|
Name: pear-Auth_SASL
|
2024-01-06 08:28:47 +01:00
|
|
|
Version: 1.2.0
|
2024-01-06 08:28:46 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Abstraction of various SASL mechanism responses
|
|
|
|
Group: Applications/Web
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pear.php.net/package/Auth_SASL
|
|
|
|
Source: http://download.pear.php.net/package/Auth_SASL-%{version}.tgz
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: php
|
|
|
|
|
|
|
|
%description
|
|
|
|
Abstraction of various SASL mechanism responses.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
mkdir -p %{buildroot}%{_libdir}/php/
|
|
|
|
cp -a Auth_SASL-%{version}/Auth %{buildroot}%{_libdir}/php
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/php/Auth/SASL.php
|
|
|
|
%dir %{_libdir}/php/Auth/SASL
|
|
|
|
%{_libdir}/php/Auth/SASL/*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:28:47 +01:00
|
|
|
* Fri Dec 22 2023 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:28:46 +01:00
|
|
|
* Tue Oct 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- package created using the webbuild interface
|