From 45b2727a791e9d7d8ff1444a305773ce4e63e1ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 27 Nov 2004 23:15:22 +0000 Subject: [PATCH] - drop warning under py2.3 - require python-modules for warnings module - rel 2 - STBR Changed files: archivemail.spec -> 1.13 --- archivemail.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/archivemail.spec b/archivemail.spec index 7758310..caf7ab0 100644 --- a/archivemail.spec +++ b/archivemail.spec @@ -4,15 +4,18 @@ Summary: Archive and compress old email Summary(pl): Archiwizowanie starej poczty Name: archivemail Version: 0.6.1 -Release: 1 +Release: 2 License: GPL Group: Applications/Mail Source0: http://dl.sourceforge.net/archivemail/%{name}-%{version}.tar.gz # Source0-md5: aaf071effc9576cc14f3b0eee1d2321e +Patch0: %{name}-python23.patch URL: http://archivemail.sourceforge.net/ BuildRequires: python-devel >= 2.0 BuildRequires: rpm-pythonprov %pyrequires_eq python +# for warnings.py +Requires: python-modules BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -50,6 +53,7 @@ skrzynek pocztowych: IMAP, Maildir, MH oraz mbox. %prep %setup -q +%patch0 %build # Nothing to be done here. -- 2.43.0