]> code.delx.au - offlineimap/blob - offlineimap.spec
update spec file
[offlineimap] / offlineimap.spec
1 Name: offlineimap
2 Summary: Powerful IMAP/Maildir synchronization and reader support
3 Version: 4.0.13
4 Release: 2
5 License: GPL
6 Group: Applications/Internet
7 URL: http://quux.org:70/devel/offlineimap
8 Source0: %{name}_%{version}.tar.gz
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
10 Requires: python >= 2.2.1
11
12 %description
13 OfflineIMAP is a tool to simplify your e-mail reading. With
14 OfflineIMAP, you can read the same mailbox from multiple computers.
15 You get a current copy of your messages on each computer, and changes
16 you make one place will be visible on all other systems. For instance,
17 you can delete a message on your home computer, and it will appear
18 deleted on your work computer as well. OfflineIMAP is also useful if
19 you want to use a mail reader that does not have IMAP support, has poor
20 IMAP support, or does not provide disconnected operation.
21
22 %prep
23 %setup
24
25 %build
26 python setup.py build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 python setup.py install --root=$RPM_BUILD_ROOT
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(-,root,root,-)
37 %doc docs manual.* README COPY* ChangeLog* UPGRADING
38 /usr/bin/*
39 /usr/lib/python*
40
41 %changelog
42 * Mon May 15 2006 Adam Spiers <adam@spiers.net> 4.0.13-2
43 - Finally get savemessage_searchforheader right?
44
45 * Sun May 14 2006 Adam Spiers <adam@spiers.net> 4.0.13-1
46 - Updated for 4.0.13
47
48 * Sat Apr 29 2006 Adam Spiers <offlineimap@adamspiers.org> 4.0.11-2
49 - Add patch for Groupwise IMAP servers.
50
51 * Fri Apr 28 2006 Adam Spiers <offlineimap@adamspiers.org> 4.0.11-1
52 - Initial build.
53
54