Projects
Kolab:3.4:Updates
php-pear-HTTP-Request2
php5-pear-HTTP_Request2.spec
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php5-pear-HTTP_Request2.spec of Package php-pear-HTTP-Request2 (Revision 2)
Currently displaying revision
2
,
Show latest
# # spec file for package php5-pear-HTTP_Request2 # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: php5-pear-HTTP_Request2 %define pear_name HTTP_Request2 %define pear_sname HTTP_Request2 Summary: Provides an easy way to perform HTTP requests License: PHP-3.01 Group: Development/Libraries/PHP Version: 2.1.1 Release: 0 BuildArch: noarch Url: http://pear.php.net/package/%{pear_name} Source: %{pear_name}-%{version}.tgz # http_request2.patch: Patch CookieJar.php to not containg buildroot fragments Patch1: http_request2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: php >= 5.2 %if 0%{?sles_version} == 10 BuildRequires: php-macros %else BuildRequires: php-devel >= 5.2 %endif BuildRequires: php-pear >= 1.9.2 Requires: php >= 5.2 Requires: php-pear >= 1.9.2 Requires: php-pear-Net_URL2 >= 2.0.0 Provides: pear-%{pear_name} Provides: pear-%{pear_sname} = %{version} Provides: php-pear-%{pear_name} Provides: php-pear-%{pear_sname} = %{version} Provides: php-pear(%{pear_sname}) = %{version} Provides: php5-pear-%{pear_sname} = %{version} Obsoletes: pear-%{pear_sname} < %{version} Obsoletes: php-pear-%{pear_sname} < %{version} Obsoletes: php5-pear-%{pear_sname} < %{version} %description PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides cleaner API and pluggable Adapters: * Socket adapter, based on old HTTP_Request code, * Curl adapter, wraps around PHP's cURL extension, * Mock adapter, to use for testing packages dependent on HTTP_Request2. Supports POST requests with data and file uploads, basic and digest authentication, cookies, managing cookies across requests, proxies, gzip and deflate encodings, redirects, monitoring the request progress with Observers... %prep %setup -c %patch1 -p1 # Patch package.xml to lower the required PEAR version to enable build %if 0%{?suse_version} < 1200 && 0%{?sles_version} != 11 sed -i 's/1.9.2/1.9.1/g' package.xml %endif %build %install %{__mv} package*.xml %{pear_name}-%{version} cd %{pear_name}-%{version} PHP_PEAR_PHP_BIN="$(which php) -d memory_limit=50m" %{__pear} -v \ -d bin_dir=%{_bindir} \ -d data_dir=%{php_peardir}/data \ -d test_dir=%{peardir}/tests \ install --offline --nodeps -R "%{buildroot}" package.xml %{__install} -D -m 0644 package.xml %{buildroot}%{php_pearxmldir}/%{pear_name}.xml %{__rm} -rf %{buildroot}/{doc,tmp} %{__rm} -rf %{buildroot}%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock} cd .. %php_pear_gen_filelist %post if [ "$1" = "1" ]; then %{__pear} install --nodeps --soft --force --register-only %{php_pearxmldir}/%{pear_name}.xml fi if [ "$1" = "2" ]; then %{__pear} upgrade --offline --register-only %{php_pearxmldir}/%{pear_name}.xml fi %postun if [ "$1" = "0" ]; then %{__pear} uninstall --nodeps --ignore-errors --register-only pear.php.net/%{pear_name} fi %clean %{__rm} -rf %{buildroot} %files -f %{name}.files %defattr(-, root, root) %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.