rpms/php-ezc-Mail/devel .cvsignore, 1.4, 1.5 php-ezc-Mail.spec, 1.4, 1.5 sources, 1.4, 1.5

Guillaume Kulakowski llaumgui at fedoraproject.org
Thu Dec 24 16:41:25 UTC 2009


Author: llaumgui

Update of /cvs/pkgs/rpms/php-ezc-Mail/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26579/devel

Modified Files:
	.cvsignore php-ezc-Mail.spec sources 
Log Message:
Upstream 1.7


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Mail/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	30 Jun 2009 20:32:18 -0000	1.4
+++ .cvsignore	24 Dec 2009 16:41:25 -0000	1.5
@@ -1 +1 @@
-Mail-1.6.3.tgz
+Mail-1.7.tgz


Index: php-ezc-Mail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Mail/devel/php-ezc-Mail.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- php-ezc-Mail.spec	26 Jul 2009 18:03:03 -0000	1.4
+++ php-ezc-Mail.spec	24 Dec 2009 16:41:25 -0000	1.5
@@ -3,8 +3,8 @@
 %define channel components.ez.no
 
 Name:           php-ezc-Mail
-Version:        1.6.3
-Release:        2%{?dist}
+Version:        1.7
+Release:        1%{?dist}
 Summary:        Construct and/or parse Mail messages conforming to the mail standard
 
 Group:          Development/Libraries
@@ -19,7 +19,7 @@ BuildRequires:  php-channel(%{channel})
 Requires:       php-common >= 5.2.1
 Requires:       php-mcrypt
 Requires:       php-pecl-Fileinfo
-Requires:       php-pear(%{channel}/Base) >= 1.6.1
+Requires:       php-pear(%{channel}/Base) >= 1.8
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 
@@ -27,16 +27,18 @@ Provides:       php-pear(%{channel}/%{pe
 
 
 %description
-The component allows you construct and/or parse Mail messages conforming to
-the mail standard. It has support for attachments, multipart messages and HTML
-mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to
-retrieve e-mail.
+The Mail component provides functionality to send, retrieve and parse mail
+messages. If you require an easy way to send a mail, use the ezcMailComposer
+class, which allows you to send HTML mails with images, attachments and an
+optional text part. If you require more advanced mail messages, you can build
+the complete message yourself using the ezcMailPart  derived classes. You can
+retrieve mail messages from different sources using the supported transports.
 
 
 %prep
 %setup -q -c
-[ -f package2.xml ] || mv package.xml package2.xml
-mv package2.xml %{pear_name}-%{version}/%{name}.xml
+[ -f package2.xml ] || %{__mv} package.xml package2.xml
+%{__mv} package2.xml %{pear_name}-%{version}/%{name}.xml
 cd %{pear_name}-%{version}
 
 
@@ -47,26 +49,26 @@ cd %{pear_name}-%{version}
 
 %install
 cd %{pear_name}-%{version}
-rm -rf %{buildroot} docdir
+%{__rm} -rf %{buildroot} docdir
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Move documentation
-mv %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir
-rm -rf %{buildroot}%{pear_docdir}
+%{__mv} %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir
+%{__rm} -rf %{buildroot}%{pear_docdir}
 
 # rpmlint (W): wrong-file-end-of-line-encoding
 sed -i -e 's|\r||g' ./docdir/tutorial/test-mail.mail
 
 # Clean up unnecessary files
-rm -rf %{buildroot}%{pear_phpdir}/.??*
+%{__rm} -rf %{buildroot}%{pear_phpdir}/.??*
 
 # Install XML package description
-mkdir -p %{buildroot}%{pear_xmldir}
-install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
+%{__mkdir} -p %{buildroot}%{pear_xmldir}
+%{__install} -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
 %clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
 
 
 %post
@@ -91,14 +93,17 @@ fi
 
 
 %changelog
+* Thu Dec 24 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.7-1
+- Upstream 1.7
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Tue Jun 30 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.6.3-1
-- Update to 1.6.3
+- Upstream 1.6.3
 
 * Tue May 12 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.6.2-1
-- Update to 1.6.2
+- Upstream 1.6.2
 
 * Thu Apr 27 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.6.1-3
 - Requires php-pecl-Fileinfo


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Mail/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	30 Jun 2009 20:32:18 -0000	1.4
+++ sources	24 Dec 2009 16:41:25 -0000	1.5
@@ -1 +1 @@
-a49bffe0d742aecb5ab9762c31aca3ef  Mail-1.6.3.tgz
+c3062b68b48d7db623354f4900409e66  Mail-1.7.tgz




More information about the scm-commits mailing list