mirror of
https://abf.rosa.ru/djam/php-pear-HTTP_WebDAV_Client.git
synced 2025-02-23 16:52:54 +00:00
- fix major breakage by careless packager
SILENT: svn-revision: 742014
This commit is contained in:
parent
ee8da242af
commit
17aac7378c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Name: php-pear-%{upstream_name}
|
Name: php-pear-%{upstream_name}
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: %mkrel 2
|
Release: %mkrel 3
|
||||||
Summary: WebDAV stream wrapper class
|
Summary: WebDAV stream wrapper class
|
||||||
License: PHP License
|
License: PHP License
|
||||||
Group: Development/PHP
|
Group: Development/PHP
|
||||||
|
@ -51,7 +51,7 @@ pear install --nodeps --soft --force --register-only \
|
||||||
%if %mdkversion < 201000
|
%if %mdkversion < 201000
|
||||||
if [ "$1" -eq "0" ]; then
|
if [ "$1" -eq "0" ]; then
|
||||||
pear uninstall --nodeps --ignore-errors --register-only \
|
pear uninstall --nodeps --ignore-errors --register-only \
|
||||||
%{pear_name} >/dev/null || :
|
%{upstream_name} >/dev/null || :
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue