pear-Log/pear-Log.spec

72 lines
2.1 KiB
RPMSpec
Raw Permalink Normal View History

Name: pear-Log
Version: 1.14.4
Release: 1mamba
Summary: Logging utilities for Pear, a PHP tools set
Group: Applications/Web
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pear.php.net/
Source: http://pear.php.net/get/Log-%{version}.tgz
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
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/*
%{_libdir}/php/examples/*
%{_libdir}/php/misc/log.sql
%{_libdir}/php/tests/*
%changelog
* Sun Mar 10 2024 Automatic Build System <autodist@openmamba.org> 1.14.4-1mamba
- automatic version update by autodist
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 1.14.3-1mamba
- automatic version update by autodist
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 1.14.2-1mamba
- automatic version update by autodist
* Fri Jan 12 2024 Automatic Build System <autodist@openmamba.org> 1.14.1-1mamba
- automatic version update by autodist
* Wed Jan 10 2024 Automatic Build System <autodist@openmamba.org> 1.14.0-1mamba
- automatic version update by autodist
* Sun May 08 2022 Automatic Build System <autodist@mambasoft.it> 1.13.3-1mamba
- automatic version update by autodist
* 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