mirror of
https://abf.rosa.ru/djam/php-pear-HTTP_WebDAV_Server.git
synced 2025-02-23 14:22:55 +00:00
Dropped empty post macros
This commit is contained in:
parent
1ff40c2eb6
commit
06e00dbd09
1 changed files with 1 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Name: php-pear-%{upstream_name}
|
Name: php-pear-%{upstream_name}
|
||||||
Version: 0.99.1
|
Version: 0.99.1
|
||||||
Release: %mkrel 16
|
Release: 17
|
||||||
Summary: WebDAV Server Baseclass
|
Summary: WebDAV Server Baseclass
|
||||||
License: PHP License
|
License: PHP License
|
||||||
Group: Development/PHP
|
Group: Development/PHP
|
||||||
|
@ -18,7 +18,6 @@ Requires(preun): php-pear
|
||||||
Requires: php-pear-HTTP >= 1.0
|
Requires: php-pear-HTTP >= 1.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: php-pear
|
BuildRequires: php-pear
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mostly RFC2518 compliant helper class for WebDAV server
|
Mostly RFC2518 compliant helper class for WebDAV server
|
||||||
|
@ -29,7 +28,6 @@ implementation.
|
||||||
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml
|
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
cd %{upstream_name}-%{version}
|
cd %{upstream_name}-%{version}
|
||||||
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
|
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
|
||||||
|
@ -42,7 +40,6 @@ install -d %{buildroot}%{_datadir}/pear/packages
|
||||||
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages
|
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue