rpms/python-libgmail/EL-5 python-libgmail.spec, NONE, 1.1 branch, 1.1, 1.2 sources, 1.1, 1.2

Michael Stahnke (stahnma) fedora-extras-commits at redhat.com
Mon Jan 28 04:44:40 UTC 2008


Author: stahnma

Update of /cvs/extras/rpms/python-libgmail/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv893/EL-5

Modified Files:
	branch sources 
Added Files:
	python-libgmail.spec 
Log Message:
Setup for all branches


--- NEW FILE python-libgmail.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define realname libgmail
Name:           python-%{realname}
Version:        0.1.8 
Release:        2%{?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 
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch 
BuildRequires:  python-devel

%description
Library to provide access to Gmail via Python.

%prep
%setup -q -n %{realname}-%{version}


%build
%{__python} setup.py build



%install
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

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README CHANGELOG
# For noarch packages: sitelib
%{python_sitelib}/*


%changelog
* Tue Dec 11 2007 Michael Stahnke <mastahnke at gmail.com> - 0.1.8-2
- Updated to proper license tag

* Mon Dec 10 2007 Michael Stahnke <mastahnke at gmail.com> - 0.1.8-1
- Initial Build


Index: branch
===================================================================
RCS file: /cvs/extras/rpms/python-libgmail/EL-5/branch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- branch	20 Jan 2008 18:22:04 -0000	1.1
+++ branch	28 Jan 2008 04:44:06 -0000	1.2
@@ -1 +1 @@
-EL-5
+F-8


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-libgmail/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jan 2008 18:21:16 -0000	1.1
+++ sources	28 Jan 2008 04:44:06 -0000	1.2
@@ -0,0 +1 @@
+58f694ae19733e68b97e7a54d96d2637  libgmail-0.1.8.tar.gz




More information about the fedora-extras-commits mailing list