52 lines
1.3 KiB
RPMSpec
52 lines
1.3 KiB
RPMSpec
|
Name: pear-Log
|
||
|
Version: 1.9.11
|
||
|
Release: 2mamba
|
||
|
Summary: Logging utilities for Pear, a PHP tools set
|
||
|
Group: Applications/Web
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://pear.php.net
|
||
|
Source: http://pear.php.net/get/Log-%{version}.tgz
|
||
|
License: GPL
|
||
|
Requires: php >= 4.3.3
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%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/tests/*
|
||
|
%{_libdir}/php/docs/*
|
||
|
%{_libdir}/php/misc/log.sql
|
||
|
|
||
|
%changelog
|
||
|
* 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
|