rpms/php-ezc-Archive/F-13 php-ezc-Archive.spec,1.4,1.5

Guillaume Kulakowski llaumgui at fedoraproject.org
Sat Mar 27 16:10:31 UTC 2010


Author: llaumgui

Update of /cvs/pkgs/rpms/php-ezc-Archive/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31938/F-13

Modified Files:
	php-ezc-Archive.spec 
Log Message:
Upstream 1.4.1


Index: php-ezc-Archive.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Archive/F-13/php-ezc-Archive.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- php-ezc-Archive.spec	24 Dec 2009 10:57:11 -0000	1.4
+++ php-ezc-Archive.spec	27 Mar 2010 16:10:31 -0000	1.5
@@ -1,19 +1,20 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
-%define pear_name Archive
-%define channel components.ez.no
+
+%global pear_name   Archive
+%global channel     components.ez.no
 
 Name:           php-ezc-Archive
-Version:        1.4
+Version:        1.4.1
 Release:        1%{?dist}
-Summary:        Create, modify, and extract archive files of various formats
+Summary:        A component for create, modify, and extract archive files of various formats
 
 Group:          Development/Libraries
 License:        BSD
 URL:            http://ezcomponents.org/
 Source0:        http://components.ez.no/get/%{pear_name}-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 
+BuildArch:      noarch
 BuildRequires:  php-pear >= 1:1.4.9-1.2
 BuildRequires:  php-channel(%{channel})
 Requires:       php-common >= 5.2.1
@@ -26,9 +27,10 @@ Provides:       php-pear(%{channel}/%{pe
 
 
 %description
-The component allows you to create, modify, and extract archive files of
-various formats.  The currently supported archives formats are Tar (with
-the flavours: ustar, v7, pax, and gnu) and Zip.
+The Archive component provides a generic API for creating and extracting
+archives. Currently, the Archive component supports the Tar and Zip formats.
+Compression algorithms, such as GZip or BZip2, are indirectly supported. The
+stream wrappers from PHP should be used to handle compressed archives.
 
 
 %prep
@@ -86,6 +88,9 @@ fi
 
 
 %changelog
+* Sat Mar 27 2010 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.4.1-1
+- Upstream 1.4.1
+
 * Thu Dec 24 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.4-1
 - Upstream 1.4
 



More information about the scm-commits mailing list