]> code.delx.au - offlineimap/blob - offlineimap.spec
dee97dafc26c271b6b57b3173629adb72af699ae
[offlineimap] / offlineimap.spec
1 Name: offlineimap
2 Summary: Powerful IMAP/Maildir synchronization and reader support
3 Version: 4.0.13
4 Release: 1
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 --prefix=$RPM_BUILD_ROOT%{_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 /usr/bin/*
39 /usr/lib/python*
40
41 %changelog
42 * Sun May 14 2006 Adam Spiers <adam@spiers.net> 4.0.13-1
43 - Updated for 4.0.13
44
45 * Sat Apr 29 2006 Adam Spiers <offlineimap@adamspiers.org> 4.0.11-2
46 - Add patch for Groupwise IMAP servers.
47
48 * Fri Apr 28 2006 Adam Spiers <offlineimap@adamspiers.org> 4.0.11-1
49 - Initial build.
50
51