[getmail/f15] Update to 4.20.3.

Ricky Zhou (周家杰) ricky at fedoraproject.org
Wed Jun 1 03:10:41 UTC 2011


commit a3a50323b805cab2b72d63f4afbf3188689fdc45
Author: Ricky Zhou <ricky at fedoraproject.org>
Date:   Tue May 31 16:01:59 2011 -0400

    Update to 4.20.3.

 .gitignore   |    1 +
 getmail.spec |   30 ++++++++++++------------------
 sources      |    1 +
 3 files changed, 14 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2069370..e175bc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 getmail-4.20.0.tar.gz
 /getmail-4.20.2.tar.gz
+/getmail-4.20.3.tar.gz
diff --git a/getmail.spec b/getmail.spec
index c5e3f47..f9f31cb 100644
--- a/getmail.spec
+++ b/getmail.spec
@@ -1,19 +1,15 @@
-%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
 Summary: POP3, IMAP4 and SDPS mail retriever with Maildir delivery
 Name: getmail
-Version: 4.20.2
+Version: 4.20.3
 Release: 1%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://pyropus.ca/software/getmail/
 
-Source: http://pyropus.ca/software/getmail/old-versions/getmail-%{version}.tar.gz
+Source0: http://pyropus.ca/software/getmail/old-versions/getmail-%{version}.tar.gz
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch: noarch
-BuildRequires: python-devel >= 2.3.3
-Requires: python >= 2.3.3
+BuildRequires: python2-devel
 
 %description
 getmail is a secure, flexible, reliable and easy-to-use
@@ -28,19 +24,16 @@ Getmail is written entirely in python.
 %build
 
 %install
-%{__rm} -rf %{buildroot}
-%{__python} setup.py install --root="%{buildroot}"
+rm -rf %{buildroot}
+python setup.py install --root="%{buildroot}"
+rm docs/*.1
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files
 %defattr(-, root, root, 0755)
-#%doc docs/*
-%doc docs/BUGS docs/CHANGELOG docs/COPYING docs/THANKS docs/TODO 
-%doc docs/configuration.html docs/configuration.txt docs/documentation.html 
-%doc docs/documentation.txt docs/faq.html docs/faq.txt docs/getmaildocs.css 
-%doc docs/getmailrc-examples docs/troubleshooting.html docs/troubleshooting.txt
+%doc docs/*
 %{_mandir}/man1/getmail.1*
 %{_mandir}/man1/getmail_fetch.1*
 %{_mandir}/man1/getmail_maildir.1*
@@ -49,12 +42,13 @@ Getmail is written entirely in python.
 %{_bindir}/getmail_fetch
 %{_bindir}/getmail_maildir
 %{_bindir}/getmail_mbox
-%if 0%{?fedora} >= 9
-%{python_sitelib}/*egg-info
-%endif
+%{python_sitelib}/getmail*.egg-info
 %{python_sitelib}/getmailcore/
 
 %changelog
+* Mon May 31 2011 Ricky Zhou <ricky at fedoraproject.org> - 4.20.3-1
+- Upstream 4.20.3 release.
+
 * Mon May 02 2011 Ricky Zhou <ricky at fedoraproject.org> - 4.20.2-1
 - Upstream 4.20.2 release.
 
diff --git a/sources b/sources
index 4a11f0e..bbe92e7 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 a4f379a88ec18d0ab3f4860c2f213e36  getmail-4.20.2.tar.gz
+afb772745e91c9a7baa7d9337bc34df2  getmail-4.20.3.tar.gz


More information about the scm-commits mailing list