SPECS: php4-mcache.spec - hode errors from missing php-config
glen
glen at pld-linux.org
Thu Jul 14 17:15:12 CEST 2005
Author: glen Date: Thu Jul 14 15:15:12 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- hode errors from missing php-config
---- Files affected:
SPECS:
php4-mcache.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/php4-mcache.spec
diff -u SPECS/php4-mcache.spec:1.4 SPECS/php4-mcache.spec:1.5
--- SPECS/php4-mcache.spec:1.4 Mon Jun 27 11:03:28 2005
+++ SPECS/php4-mcache.spec Thu Jul 14 17:15:07 2005
@@ -7,7 +7,7 @@
Summary(pl): Rozszerzenie PHP mcache
Name: php4-%{_name}
Version: 1.2.0
-Release: 0.beta%{_beta}.1
+Release: 0.beta%{_beta}.2
Epoch: 0
License: PHP 2.02
Group: Development/Languages/PHP
@@ -22,7 +22,7 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _sysconfdir /etc/php4
-%define extensionsdir %(php-config --extension-dir)
+%define extensionsdir %(php-config --extension-dir 2>/dev/null)
%description
mcache is a PHP extension that aims to enable developers to easily and
@@ -101,6 +101,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2005/07/14 15:15:07 glen
+- hode errors from missing php-config
+
Revision 1.4 2005/06/27 09:03:28 glen
- fix license
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php4-mcache.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list