SPECS: php4-pecl-http.spec - updated to 1.0.1 - proper License - e...

adamg adamg at pld-linux.org
Mon Jun 26 16:09:29 CEST 2006


Author: adamg                        Date: Mon Jun 26 14:09:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.1
- proper License
- extended description

---- Files affected:
SPECS:
   php4-pecl-http.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/php4-pecl-http.spec
diff -u SPECS/php4-pecl-http.spec:1.13 SPECS/php4-pecl-http.spec:1.14
--- SPECS/php4-pecl-http.spec:1.13	Sat Nov 19 21:18:55 2005
+++ SPECS/php4-pecl-http.spec	Mon Jun 26 16:09:22 2006
@@ -1,19 +1,19 @@
 # $Revision$, $Date$
 %define		_modname	http
 %define		_fmodname	pecl_http
-%define		_status		beta
+%define		_status		stable
 %define		_sysconfdir	/etc/php4
 %define		extensionsdir	%(php-config --extension-dir 2>/dev/null)
 
 Summary:	%{_modname} - extended HTTP support
 Summary(pl):	%{_modname} - rozszerzona obsługa protokołu HTTP
 Name:		php4-pecl-%{_modname}
-Version:	0.18.1
+Version:	1.0.1
 Release:	1
-License:	PHP 3.0
+License:	BSD
 Group:		Development/Languages/PHP
 Source0:	http://pecl.php.net/get/%{_fmodname}-%{version}.tgz
-# Source0-md5:	17168c78aff93dcddae9dc1bf4cb1dc6
+# Source0-md5:	3246a4a1fb9297f91abd8585ee98ae7d
 URL:		http://pecl.php.net/package/pecl_http/
 BuildRequires:	mhash-devel
 BuildRequires:	php4-devel >= 3:4.3.0
@@ -24,7 +24,18 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Currently implemented features:
+This HTTP extension aims to provide a convenient and powerful set of
+functionality for one of PHPs major applications.
+
+It eases handling of HTTP urls, dates, redirects, headers and
+messages, provides means for negotiation of clients preferred language
+and charset, as well as a convenient way to send any arbitrary data
+with caching and resuming capabilities.
+
+It provides powerful request functionality, if built with CURL
+support. Parallel requests are available for PHP 5 and greater.
+
+Currently implemented features include:
 - Building absolute URIs
 - RFC compliant HTTP redirects
 - RFC compliant HTTP date handling
@@ -42,7 +53,19 @@
 In PECL status of this extension is: %{_status}.
 
 %description -l pl
-Aktualnie zaimplementowane możliwości:
+To rozszerzenie HTTP ma na celu dostarczenie wygodnego i potężnego
+zestawu funkcjonalności do jednego z najważniejszych zastosowań PHP.
+
+Ułatwia obsługę adresów HTTP, dat, przekierowań, nagłówków i
+wiadmości, dostarcza sposób do negocjacji preferowana języka i strony
+kodowej klienta, jak również wygodnego sposobu do wysyłania dowolnego
+rodzaju danych z możliwością keszowania oraz wznawiania transferów.
+
+Rozszerzenie dostracza potężne możliwości zapytań, jeśli zbudowane
+jest ze wsparciem dla CURL. Równoległe zapytania są dostępne od wersji
+PHP 5.
+
+Aktualnie zaimplementowane możliwości to między innymi:
 - tworzenie bezwzględnych URI
 - zgodne z RFC przekierowania HTTP
 - zgodna z RFC obsługa daty HTTP
@@ -92,7 +115,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc %{_fmodname}-%{version}/{docs,EXPERIMENTAL}
+%doc %{_fmodname}-%{version}/{KnownIssues.txt,docs}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/%{_modname}.ini
 %attr(755,root,root) %{extensionsdir}/%{_modname}.so
 
@@ -102,6 +125,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/06/26 14:09:22  adamg
+- updated to 1.0.1
+- proper License
+- extended description
+
 Revision 1.13  2005/11/19 20:18:55  adamg
 - updated to 0.18.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php4-pecl-http.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list