]> code.delx.au - offlineimap/blob - offlineimap.spec
Unify LocalStatus.py repository code with folder code
[offlineimap] / offlineimap.spec
1 Name: offlineimap
2 Summary: Powerful IMAP/Maildir synchronization and reader support
3 Version: 4.0.16
4 Release: 3
5 License: GPL
6 Group: Applications/Internet
7 URL: http://software.complete.org/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 --prefix=%{_prefix}
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 %{_prefix}/bin/*
39 %{_prefix}/lib/python*
40
41 %changelog
42 * Tue May 16 2006 Adam Spiers <adam@spiers.net> 4.0.13-3
43 - Force prefix to /usr
44
45 * Mon May 15 2006 Adam Spiers <adam@spiers.net> 4.0.13-2
46 - Finally get savemessage_searchforheader right?
47
48 * Sun May 14 2006 Adam Spiers <adam@spiers.net> 4.0.13-1
49 - Updated for 4.0.13
50
51 * Sat Apr 29 2006 Adam Spiers <offlineimap@adamspiers.org> 4.0.11-2
52 - Add patch for Groupwise IMAP servers.
53
54 * Fri Apr 28 2006 Adam Spiers <offlineimap@adamspiers.org> 4.0.11-1
55 - Initial build.
56
57