package created using the webbuild interface [release 1.1.0-1mamba;Tue Oct 26 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 08:28:46 +01:00
parent 8bdda32c08
commit b36a783c21
2 changed files with 42 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# pear-Auth_SASL
Abstraction of various SASL mechanism responses.

40
pear-Auth_SASL.spec Normal file
View File

@ -0,0 +1,40 @@
Name: pear-Auth_SASL
Version: 1.1.0
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
* Tue Oct 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
- package created using the webbuild interface