2024-01-06 08:29:31 +01:00
|
|
|
Name: pear-Log
|
2024-01-06 08:29:32 +01:00
|
|
|
Version: 1.13.3
|
|
|
|
Release: 1mamba
|
2024-01-06 08:29:31 +01:00
|
|
|
Summary: Logging utilities for Pear, a PHP tools set
|
|
|
|
Group: Applications/Web
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:29:32 +01:00
|
|
|
URL: https://pear.php.net/
|
2024-01-06 08:29:31 +01:00
|
|
|
Source: http://pear.php.net/get/Log-%{version}.tgz
|
|
|
|
License: GPL
|
2024-01-06 08:29:32 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:29:31 +01:00
|
|
|
Requires: php >= 4.3.3
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Log framework provides an abstracted logging system.
|
|
|
|
It supports logging to console, file, syslog, SQL, mail, and mcal targets.
|
|
|
|
It also provides a subject - observer mechanism.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{_libdir}/
|
|
|
|
cd %{buildroot}%{_libdir}/
|
|
|
|
tar xzvf %{SOURCE0}
|
|
|
|
mv Log-%{version} php
|
|
|
|
rm package.xml
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != "/" ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/php/Log.php
|
|
|
|
%{_libdir}/php/Log/*
|
|
|
|
%{_libdir}/php/docs/*
|
2024-01-06 08:29:32 +01:00
|
|
|
%{_libdir}/php/examples/*
|
2024-01-06 08:29:31 +01:00
|
|
|
%{_libdir}/php/misc/log.sql
|
2024-01-06 08:29:32 +01:00
|
|
|
%{_libdir}/php/tests/*
|
2024-01-06 08:29:31 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:29:32 +01:00
|
|
|
* Sun May 08 2022 Automatic Build System <autodist@mambasoft.it> 1.13.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:29:31 +01:00
|
|
|
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 1.9.11-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Mon May 21 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.11-1mamba
|
|
|
|
- update to 1.9.11
|
|
|
|
|
|
|
|
* Tue Sep 09 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-1qilnx
|
|
|
|
- first build
|