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

Michal Nowak mnowak at fedoraproject.org
Wed Mar 18 14:52:50 UTC 2009


Author: mnowak

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

Modified Files:
	import.log python-libgmail.spec 
Removed Files:
	README.libgmail 
Log Message:
do not install README.libgmail



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-libgmail/EL-4/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	26 Nov 2008 12:21:20 -0000	1.1
+++ import.log	18 Mar 2009 14:52:19 -0000	1.2
@@ -1 +1,2 @@
 python-libgmail-0_1_8-3_fc10:EL-4:python-libgmail-0.1.8-3.fc10.src.rpm:1227702001
+python-libgmail-0_1_8-4_fc11:EL-4:python-libgmail-0.1.8-4.fc11.src.rpm:1237387835


Index: python-libgmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-libgmail/EL-4/python-libgmail.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-libgmail.spec	26 Nov 2008 12:21:20 -0000	1.2
+++ python-libgmail.spec	18 Mar 2009 14:52:19 -0000	1.3
@@ -3,14 +3,13 @@
 %define realname libgmail
 Name:           python-%{realname}
 Version:        0.1.8
-Release:        3%{?dist}
+Release:        4%{?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 
@@ -31,7 +30,6 @@
 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
@@ -40,12 +38,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README CHANGELOG
+%doc COPYING CHANGELOG
 # For noarch packages: sitelib
 %{python_sitelib}/*
 
 
 %changelog
+* Wed Mar 18 2009 Michal Nowak <mnowak at redhat.com> - 0.1.8-4
+- removed the README file in favour of the one from python-libgmail-docs
+
 * 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
 


--- README.libgmail DELETED ---




More information about the fedora-extras-commits mailing list