SPECS: python-libgmail.spec - updated to 0.1.0 (note: s/constants....

charles charles at pld-linux.org
Tue Aug 16 12:21:03 CEST 2005


Author: charles                      Date: Tue Aug 16 10:21:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.1.0 (note: s/constants.py/lgconstants.py/)
- removed outdated -{cvs,redirect}.patch, updated -path.patch
- rel. 1

---- Files affected:
SPECS:
   python-libgmail.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/python-libgmail.spec
diff -u SPECS/python-libgmail.spec:1.9 SPECS/python-libgmail.spec:1.10
--- SPECS/python-libgmail.spec:1.9	Wed Jul 27 19:54:27 2005
+++ SPECS/python-libgmail.spec	Tue Aug 16 12:20:55 2005
@@ -4,16 +4,15 @@
 Summary:	libgmail - Python binding for Google's Gmail service
 Summary(pl):	libgmail - wiązania Pythona do usługi Google Gmail
 Name:		python-%{module}
-Version:	0.0.8
-Release:	2
-License:	GPL
+Version:	0.1.0
+Release:	1
+License:	GPL v2
 Group:		Development/Languages/Python
-Source0:	http://dl.sourceforge.net/%{module}/%{module}-%{version}.tgz
-# Source0-md5:	6bfd82f39b959a6e92fa73fa19ed4eba
+Source0:	http://dl.sourceforge.net/%{module}/%{module}-%{version}.tar.gz
+# Source0-md5:	c1fb52be4284e8c404254b609dcef427
 Patch0:		%{name}-path.patch
-Patch1:		%{name}-cvs.patch
-Patch2:		%{name}-redirect.patch
 URL:		http://libgmail.sourceforge.net/
+BuildRequires:	rpm-pythonprov
 %pyrequires_eq	python-modules
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,35 +28,30 @@
 %prep
 %setup -q -n %{module}-%{version}
 %patch0 -p0
-%patch1 -p1
-%patch2 -p1
 
 %build
 %{py_comp} .
-%{py_comp} constants.py
+%{py_comp} lgconstants.py
 %{py_ocomp} .
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT{%{py_sitescriptdir},%{_bindir},%{_examplesdir}/%{name}-%{version},%{_datadir}/%{name}}
+install -d $RPM_BUILD_ROOT{%{py_sitescriptdir},%{_examplesdir}/%{name}-%{version}}
 
 install libgmail.py[co] $RPM_BUILD_ROOT%{py_sitescriptdir}
+install lgconstants.py[co] $RPM_BUILD_ROOT%{py_sitescriptdir}
 
-install mkconstants.py $RPM_BUILD_ROOT%{_bindir}
-install constants.py[co] $RPM_BUILD_ROOT%{py_sitescriptdir}
-
-install demos/*.py $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+#install demos/*.py $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ANNOUNCE CHANGELOG README
-%{_bindir}/mkconstants.py
+%doc CHANGELOG README
 %{py_sitescriptdir}/*.py[co]
-%{_examplesdir}/%{name}-%{version}
+#%{_examplesdir}/%{name}-%{version}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -65,6 +59,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/08/16 10:20:55  charles
+- updated to 0.1.0 (note: s/constants.py/lgconstants.py/)
+- removed outdated -{cvs,redirect}.patch, updated -path.patch
+- rel. 1
+
 Revision 1.9  2005/07/27 17:54:27  charles
 - added -redirect.patch (a change in an url redirection of the Gmail
    service caused problems with login
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-libgmail.spec?r1=1.9&r2=1.10&f=u




More information about the pld-cvs-commit mailing list