5 |
Summary(fr): Abstraction des outils d'enregistrement de traces pour PHP |
Summary(fr): Abstraction des outils d'enregistrement de traces pour PHP |
6 |
Name: php-pear-Log |
Name: php-pear-Log |
7 |
Version: 1.9.13 |
Version: 1.9.13 |
8 |
Release: 1%{?dist} |
Release: 2%{?dist} |
9 |
License: PHP |
License: PHP |
10 |
Group: Development/Libraries |
Group: Development/Libraries |
11 |
Source: http://pear.php.net/get/Log-%{version}.tgz |
Source: http://pear.php.net/get/Log-%{version}.tgz |
12 |
Source2: xml2changelog |
Source2: xml2changelog |
13 |
|
Patch0: php-pear-Log-1.9.13-prevent-deprecated-messages.patch |
14 |
|
Patch1: php-pear-Log-1.9.13-update-checksum.patch |
15 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
16 |
URL: http://pear.php.net/package/Log |
URL: http://pear.php.net/package/Log |
17 |
|
|
48 |
%setup -c -q |
%setup -c -q |
49 |
%{_bindir}/php -n %{SOURCE2} package.xml >CHANGELOG |
%{_bindir}/php -n %{SOURCE2} package.xml >CHANGELOG |
50 |
mv package.xml %{pear_name}-%{version}/%{pear_name}.xml |
mv package.xml %{pear_name}-%{version}/%{pear_name}.xml |
51 |
|
%patch0 -p1 |
52 |
|
%patch1 -p1 |
53 |
|
|
54 |
|
|
55 |
%build |
%build |
111 |
|
|
112 |
|
|
113 |
%changelog |
%changelog |
114 |
|
* Mon Sep 19 2011 Jonathan Martens <smeserver-bugzilla@snetram.nl> 1.9.13-2 |
115 |
|
- Prevent deprecated messages when using PHP 5.3+ [SME: 6726] |
116 |
|
|
117 |
* Thu Dec 13 2007 Remi Collet <Fedora@FamilleCollet.com> 1.9.13-1 |
* Thu Dec 13 2007 Remi Collet <Fedora@FamilleCollet.com> 1.9.13-1 |
118 |
- update to 1.9.13 |
- update to 1.9.13 |
119 |
- add documentation in %%check (post install only) |
- add documentation in %%check (post install only) |