File: offlineimap.spec

package info (click to toggle)
offlineimap 4.0.14
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 880 kB
  • ctags: 680
  • sloc: python: 4,370; makefile: 88; sh: 62
file content (57 lines) | stat: -rw-r--r-- 1,670 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Name: offlineimap
Summary: Powerful IMAP/Maildir synchronization and reader support
Version: 4.0.13
Release: 3
License: GPL
Group: Applications/Internet
URL: http://quux.org:70/devel/offlineimap
Source0: %{name}_%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: python >= 2.2.1

%description
OfflineIMAP is  a  tool  to   simplify   your   e-mail  reading.   With
OfflineIMAP,  you  can  read  the same mailbox from multiple computers.
You get a current copy of your messages on each computer,  and  changes
you make one place will be visible on all other systems.  For instance,
you can delete a message on your home  computer,  and  it  will  appear
deleted  on  your work computer as well.  OfflineIMAP is also useful if
you want to use a mail reader that does not have IMAP support, has poor
IMAP support, or does not provide disconnected operation.

%prep
%setup

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT --prefix=%{_prefix}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc docs manual.* README COPY* ChangeLog* UPGRADING
%{_prefix}/bin/*
%{_prefix}/lib/python*

%changelog
* Tue May 16 2006 Adam Spiers <adam@spiers.net> 4.0.13-3
- Force prefix to /usr

* Mon May 15 2006 Adam Spiers <adam@spiers.net> 4.0.13-2
- Finally get savemessage_searchforheader right?

* Sun May 14 2006 Adam Spiers <adam@spiers.net> 4.0.13-1
- Updated for 4.0.13

* Sat Apr 29 2006 Adam Spiers <offlineimap@adamspiers.org> 4.0.11-2
- Add patch for Groupwise IMAP servers.

* Fri Apr 28 2006 Adam Spiers <offlineimap@adamspiers.org> 4.0.11-1
- Initial build.