summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2007-07-04 13:30:05 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit45905ae88c3ec65883ae81ab826903c68880a126 (patch)
tree7f8f60cf7539853a3f127c0c4eb75b0bef02649a
parent22247afc032e0c860a7e68b7ab65bb6e0f82ed3a (diff)
downloadphp-pear-PEAR-45905ae88c3ec65883ae81ab826903c68880a126.zip
php-pear-PEAR-45905ae88c3ec65883ae81ab826903c68880a126.tar.gz
- strict mode fix; rel 2auto/ac/php-pear-PEAR-1_6_1-2
Changed files: php-pear-PEAR.spec -> 1.138
-rw-r--r--php-pear-PEAR.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/php-pear-PEAR.spec b/php-pear-PEAR.spec
index 94f1395..21b309b 100644
--- a/php-pear-PEAR.spec
+++ b/php-pear-PEAR.spec
@@ -18,7 +18,7 @@ Summary: PEAR Base System
Summary(pl.UTF-8): Podstawowy system PEAR
Name: php-pear-%{_pearname}
Version: 1.6.1
-Release: 1
+Release: 2
Epoch: 1
License: PHP 3.0
Group: Development/Languages/PHP
@@ -29,6 +29,7 @@ Source1: http://pear.php.net/get/Console_Getopt-1.2.tgz
Source2: http://pear.php.net/get/Structures_Graph-1.0.2.tgz
# Source2-md5: 2664e2d024048f982e12fad4d1bfbb87
Patch0: %{name}-sysconfdir.patch
+Patch1: %{name}-strict.patch
Patch5: %{name}-FHS.patch
URL: http://pear.php.net/package/PEAR
BuildRequires: /usr/bin/php
@@ -127,6 +128,7 @@ oraz klasy dla PHP 5:
%pear_package_setup -z -D -n %{_pearname}-%{version}%{?_rc}
%patch0 -p1
+%patch1 -p1
%{?with_FHS:%patch5 -p1}
find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v