]> git.pld-linux.org Git - packages/php-pear-Net_Curl.git/blame - php-pear-Net_Curl.spec
- rebuild with new PEAR provides/requires scripts
[packages/php-pear-Net_Curl.git] / php-pear-Net_Curl.spec
CommitLineData
6fe4f544 1%include /usr/lib/rpm/macros.php
72de1660 2%define _class Net
3%define _subclass Curl
03139529 4%define _status stable
6fe4f544 5%define _pearname %{_class}_%{_subclass}
03139529 6
a4e55d5f
PG
7Summary: %{_pearname} - an OO interface to the cURL extension
8Summary(pl): %{_pearname} - obiektowy interfejs do rozszerzenia cURL
6fe4f544 9Name: php-pear-%{_pearname}
03139529 10Version: 0.2
780e04bd 11Release: 2
03139529 12License: PHP
6fe4f544
PG
13Group: Development/Languages/PHP
14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
03139529 15# Source0-md5: 5c8009258f2ac631a36adfbe8fab0fa5
33e5f0d3 16URL: http://pear.php.net/package/Net_Curl/
0a952a47 17BuildRequires: rpm-php-pearprov >= 4.0.2-98
141ea1e2 18Requires: php-pear
6fe4f544
PG
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Net_Curl is an object oriented interface which abstracts away the
24messy parts of dealing with PHP's cURL extension.
25
2e005b95 26In PEAR status of this package is: %{_status}.
03139529 27
6fe4f544 28%description -l pl
8107f2a5
JB
29