packages: offlineimap/offlineimap.spec - up to 6.5.2 - update url - suggest...
atler
atler at pld-linux.org
Mon Jan 30 21:25:12 CET 2012
Author: atler Date: Mon Jan 30 20:25:12 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 6.5.2
- update url
- suggest python-sqlite for sqlite backend
- toggle doc bcond, works again
- package MANUAL.html
---- Files affected:
packages/offlineimap:
offlineimap.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: packages/offlineimap/offlineimap.spec
diff -u packages/offlineimap/offlineimap.spec:1.14 packages/offlineimap/offlineimap.spec:1.15
--- packages/offlineimap/offlineimap.spec:1.14 Sun Aug 14 13:26:25 2011
+++ packages/offlineimap/offlineimap.spec Mon Jan 30 21:25:07 2012
@@ -1,22 +1,23 @@
# $Revision$, $Date$
-%bcond_with doc
+%bcond_without doc
#
Summary: Mailboxes synchronization tool
Summary(pl.UTF-8): Narzędzie do synchroniczacji skrzynek pocztowych
Name: offlineimap
-Version: 6.3.4
+Version: 6.5.2
Release: 1
License: GPL v2
Group: Applications/Mail
-Source0: %{name}-%{version}.tar.gz
-# Source0-md5: d08f6d19058da01c4ab7a9cb5d9e730b
+Source0: http://github.com/downloads/spaetz/%{name}/%{name}-v%{version}.tar.gz
+# Source0-md5: 0ccb6b7e4723a414ea50abb27450a56f
Patch0: %{name}-docs.patch
-URL: https://github.com/nicolas33/offlineimap/
+URL: https://offlineimap.org
BuildRequires: rpm-pythonprov >= 4.1-13
%if %{with doc}
BuildRequires: docutils
BuildRequires: sphinx-pdg
%endif
+Suggests: python-sqlite
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,7 +43,7 @@
połączenia.
%prep
-%setup -q
+%setup -q -n spaetz-offlineimap-091272d
%patch0 -p1
%build
@@ -72,7 +73,7 @@
%defattr(644,root,root,755)
%doc offlineimap.conf*
%if %{with doc}
-%doc Changelog.html readme.html docs/{FAQ,INSTALL,UPGRADE}.html
+%doc Changelog.html readme.html docs/FAQ.html docs/INSTALL.html docs/MANUAL.html docs/UPGRADE.html
%{_mandir}/man1/offlineimap.1*
%endif
%attr(755,root,root) %{_bindir}/*
@@ -85,6 +86,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2012/01/30 20:25:07 atler
+- up to 6.5.2
+- update url
+- suggest python-sqlite for sqlite backend
+- toggle doc bcond, works again
+- package MANUAL.html
+
Revision 1.14 2011/08/14 11:26:25 atler
- up to 6.3.4
- doc bcond (turned off by default due to build problems in last release)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/offlineimap/offlineimap.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list