pear-Auth_SASL/pear-Auth_SASL.spec

41 lines
1.0 KiB
RPMSpec
Raw Normal View History

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