rpms/python-libgmail/EL-4 README.libgmail, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 python-libgmail.spec, 1.1, 1.2

Michal Nowak mnowak at fedoraproject.org
Wed Nov 26 12:21:51 UTC 2008


Author: mnowak

Update of /cvs/pkgs/rpms/python-libgmail/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26682/EL-4

Modified Files:
	.cvsignore python-libgmail.spec 
Added Files:
	README.libgmail import.log 
Log Message:
added enhanced README file



--- NEW FILE README.libgmail ---
libgmail is licensed under the GPL.
See the file named COPYING for more information.

Please refer to the libgmail website or project page at sourceforge if
you encounter problems using libgmail.
http://libgmail.sf.net/
http://sourceforge.net/projects/libgmail/

You can contact us by email:
libgmail-developer at lists.sf.net,
or, individually at
stas AT linux DOT isbeter DOT nl
wdaher AT mit DOT edu
follower AT myrealbox DOT com

-----------------------------------------------
Possible usage:

Run this:

  python libgmail.py

When you have the demos package installed you could do this:

  python demos/archive.py

or even this:

  python demos/sendmsg.py <account> <to address> <subject> <body>

or perhaps this:

  python demos/gmailsmtp.py # (Then connect to SMTP proxy on local port 8025)

or how about this:

  python demos/gmailftpd.py # (Then connect to FTP proxy on local port 8021,
                            #  after creating a label named 'ftp' and
                            #  applying it to some messages with attachments.)

or maybe this:

  python demos/gmailpopd.py # (Then connect to POP3 proxy on local port 8110)

for hours of fun!(*)

(*) Note: Fun may not last for hours. Use at your own risk, blah, blah, etc...

--- NEW FILE import.log ---
python-libgmail-0_1_8-3_fc10:EL-4:python-libgmail-0.1.8-3.fc10.src.rpm:1227702001


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-libgmail/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jan 2008 18:21:16 -0000	1.1
+++ .cvsignore	26 Nov 2008 12:21:20 -0000	1.2
@@ -0,0 +1 @@
+libgmail-0.1.8.tar.gz


Index: python-libgmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-libgmail/EL-4/python-libgmail.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-libgmail.spec	28 Jan 2008 04:43:59 -0000	1.1
+++ python-libgmail.spec	26 Nov 2008 12:21:20 -0000	1.2
@@ -2,14 +2,15 @@
 
 %define realname libgmail
 Name:           python-%{realname}
-Version:        0.1.8 
-Release:        2%{?dist}
+Version:        0.1.8
+Release:        3%{?dist}
 Summary:        Library to provide access to Gmail via Python 
 
 Group:          Development/Languages
 License:        GPLv2
 URL:            http://%{realname}.sourceforge.net 
 Source0:        http://dl.sf.net/sourceforge/%{realname}/%{realname}-%{version}.tar.gz 
+Source1:        README.libgmail
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch 
@@ -21,7 +22,6 @@
 %prep
 %setup -q -n %{realname}-%{version}
 
-
 %build
 %{__python} setup.py build
 
@@ -31,6 +31,7 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/libgmail.py
+install -m 0755 %{SOURCE1} %{_builddir}/
 
  
 %clean
@@ -45,6 +46,9 @@
 
 
 %changelog
+* Wed Nov 26 2008 Michal Nowak <mnowak at redhat.com> - 0.1.8-3
+- enhancing the README file to the one from python-libgmail-docs-0.3
+
 * Tue Dec 11 2007 Michael Stahnke <mastahnke at gmail.com> - 0.1.8-2
 - Updated to proper license tag
 




More information about the fedora-extras-commits mailing list