]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot.spec
- rel 2; fix fd leak
[packages/dovecot.git] / dovecot.spec
CommitLineData
6865becd
JB
1#
2# Conditional build:
edd42453 3%bcond_with gssapi # with GSSAPI support
f4230487
JB
4%bcond_without ldap # without LDAP auth
5%bcond_without mysql # without MySQL auth
6%bcond_without pgsql # without PostgreSQL auth
b60b3e8a 7%bcond_without sqlite # without SQLite3 auth
f4230487 8%bcond_without sasl # without SASL auth
6865becd 9#
b8f6d56a 10Summary: IMAP and POP3 server written with security primarily in mind
7ad305a6 11Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie
b8f6d56a 12Name: dovecot
77ad1fc7 13Version: 1.1.2
23e830e1 14Release: 2
660b9616 15Epoch: 1
ba932ed4 16License: MIT (libraries), LGPL v2.1 (the rest)
b8f6d56a 17Group: Networking/Daemons
edd42453 18Source0: http://dovecot.org/releases/1.1/%{name}-%{version}.tar.gz
77ad1fc7 19# Source0-md5: fcebb6c099421049632b2f1f019f55cd
8d47df47
TO
20Source1: %{name}.pamd
21Source2: %{name}.init
22Source3: %{name}.sysconfig
23Patch0: %{name}-config.patch
23e830e1 24Patch1: %{name}-fd.patch
027cb77c 25URL: http://dovecot.org/
0928494a
JB
26BuildRequires: autoconf
27BuildRequires: automake
f4230487 28%{?with_sasl:BuildRequires: cyrus-sasl-devel >= 2.0}
b7e03084 29BuildRequires: gettext-devel
edd42453 30%{?with_gssapi:BuildRequires: krb5-devel}
0928494a 31BuildRequires: libtool
f4230487 32%{?with_mysql:BuildRequires: mysql-devel}
2e75e92c 33%{?with_ldap:BuildRequires: openldap-devel >= 2.3.3}
6ceb4d17 34BuildRequires: openssl-devel >= 0.9.7d
6865becd 35BuildRequires: pam-devel
b7e03084 36BuildRequires: pkgconfig
f4230487 37%{?with_pgsql:BuildRequires: postgresql-devel}
930a78ad 38BuildRequires: sed >= 4.0
a0260ad9 39%{?with_sqlite:BuildRequires: sqlite3-devel}
8d47df47 40Requires(post,preun): /sbin/chkconfig
c1df1ed1
KK
41Requires(postun): /usr/sbin/groupdel
42Requires(postun): /usr/sbin/userdel
43Requires(pre): /bin/id
44Requires(pre): /usr/bin/getgid
45Requires(pre): /usr/sbin/groupadd
46Requires(pre): /usr/sbin/useradd
50c4e802 47Requires: pam >= 0.79.0
c1df1ed1 48Provides: group(dovecot)
8d47df47 49Provides: imapdaemon
660b9616 50Provides: user(dovecot)
b8f6d56a
JB
51BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
52
53%description
54Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems,
55written with security primarily in mind. Although it's written with C,
56it uses several coding techniques to avoid most of the common
57pitfalls.
58
59Dovecot can work with standard mbox and maildir formats and it's fully
60compatible with UW-IMAP and Courier IMAP servers as well as mail
61clients accessing the mailboxes directly. It's also planned to support
62storing mails in SQL databases.
63
64Dovecot is easy to set up and doesn't require special maintenance.
65Only thing you need is to get the authentication working properly - if
66your users are in /etc/passwd there's hardly anything you have to do.
67
68Dovecot should be pretty fast, mostly because of index files that
69Dovecot maintains; instead of having to scan through all the data in
8d47df47
TO
70mailbox, Dovecot can get most of the wanted information from index
71with little effort.
b8f6d56a
JB
72
73Status:
ddfebb5d 74- should be quite ready for use with normal IMAP clients
3fcc147b
KK
75- complete IMAP4rev1 and POP3 support
76- supports THREAD, SORT and IDLE extensions, required by many IMAP
77 webmails
78- complete TLS/SSL support
ddfebb5d 79- IPv6 ready
80- shared mailboxes aren't yet supported
3fcc147b
KK
81- Maildir++ quota is supported, bad hard filesystem quota can be
82 problematic
b8f6d56a 83
db6f7644
JR
84%description -l pl.UTF-8
85Dovecot to serwer IMAP i POP3 dla systemów linuksowych/uniksowych,
86pisany głównie z myślą o bezpieczeństwie. Chociaż jest pisany w C,
87używa kilku technik kodowania zapobiegających większości popularnych
88pułapek.
0928494a 89
db6f7644
JR
90Dovecot może działać ze standardowymi formatami mbox i maildir, jest
91całkowicie kompatybilny z serwerami UW-IMAP i Courier IMAP, a także z
92klientami pocztowymi bezpośrednio dostającymi się do skrzynek.
93Planowana jest także obsługa przechowywania listów w bazach SQL.
0928494a 94
db6f7644
JR
95Dovecot jest łatwy do skonfigurowania i nie wymaga specjalnego
96nadzoru. Wystarczy tylko doprowadzić do działania uwierzytelnianie -
97jeśli użytkownicy są w /etc/passwd, to właściwie nie trzeba nic
98zmieniać.
0928494a 99
db6f7644 100Dovecot powinien być w miarę szybki, głównie z powodu plików
0928494a 101indeksowych utrzymywanych przez serwer; zamiast potrzeby skanowania
db6f7644
JR
102wszystkich danych w skrzynce, Dovecot może małym kosztem uzyskać
103większość potrzebnych informacji z indeksu.
0928494a
JB
104
105Stan:
db6f7644
JR
106- powinien być gotowy do użycia ze zwykłymi klientami IMAP
107- pełna obsługa IMAP4rev1 i POP3
108- obsługa rozszerzeń THREAD, SORT i IDLE, wymaganych przez wiele
3fcc147b 109 webmaili IMAP
db6f7644
JR
110- obsługa IPv6
111- pełna obsługa TLS/SSL
112- quota Maildir++ jest obsługiwana, ale twarda quota na systemach
113 plików może być problematyczna
0928494a 114
ee9bfb11 115%package devel
d3be9b82
JB
116Summary: Development package for dovecot plugins
117Summary(pl.UTF-8): Pakiet programistyczny do tworzenia wtyczek dla dovecota
1f7b33f9 118Group: Development/Libraries
e208bc1e 119# doesn't require base
ee9bfb11
JS
120
121%description devel
d3be9b82
JB
122Development package for dovecot plugins.
123
124%description devel -l pl.UTF-8
125Pakiet programistyczny do tworzenia wtyczek dla dovecota.
ee9bfb11 126
b8f6d56a
JB
127%prep
128%setup -q
8d47df47 129%patch0 -p1
23e830e1 130%patch1 -p1
77217d94 131
3fcc147b 132%{__sed} -i 's,/usr/lib/dovecot,%{_libdir}/dovecot,g' dovecot-example.conf
b8f6d56a
JB
133
134%build
06cf0ac5 135touch config.rpath
b8f6d56a
JB
136%{__libtoolize}
137%{__aclocal}
138%{__autoconf}
139%{__autoheader}
140%{__automake}
6865becd 141%configure \
ba932ed4 142 --disable-static \
6865becd 143 %{?debug:--enable-debug} \
ba932ed4 144 --enable-header-install \
f4230487
JB
145 %{?with_ldap:--with-ldap} \
146 %{?with_mysql:--with-mysql} \
147 %{?with_pgsql:--with-pgsql} \
148 %{?with_sasl:--with-cyrus-sasl2} \
a0260ad9 149 %{?with_sqlite:--with-sqlite} \
edd42453 150 %{?with_gssapi:--with-gssapi} \
6865becd 151 --with-ssl=openssl \
c19c6ee3
AM
152 --with-ssl-dir=/var/lib/openssl \
153 --sysconfdir=/etc/%{name}
b8f6d56a
JB
154
155%{__make}
156
157%install
158rm -rf $RPM_BUILD_ROOT
8d47df47 159install -d $RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,sysconfig,security}
e7291b43
KK
160install -d $RPM_BUILD_ROOT{%{_libdir},%{_bindir}}
161install -d $RPM_BUILD_ROOT{/var/lib/dovecot,/var/run/dovecot/login}
b8f6d56a
JB
162
163%{__make} install \
442c32c1 164 moduledir=%{_libdir}/%{name}/plugins \
b8f6d56a
JB
165 DESTDIR=$RPM_BUILD_ROOT
166
c19c6ee3 167mv -f $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/{dovecot-example.conf,dovecot.conf}
b8f6d56a 168
8d47df47
TO
169install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/%{name}
170install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
171install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
172
173touch $RPM_BUILD_ROOT/etc/security/blacklist.imap
174
ba932ed4 175rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins{,/imap}/*.la
ee9bfb11 176
ba932ed4 177# devel
edd42453
AG
178for folder in deliver imap lib lib-imap lib-mail lib-storage; do
179 install -d $RPM_BUILD_ROOT%{_includedir}/%{name}/$folder
180 install -p -m644 src/$folder/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/$folder/
181done
d3be9b82 182for dir in lib lib-imap lib-mail lib-storage; do
ba932ed4
JB
183 install -d $RPM_BUILD_ROOT%{_libdir}/%{name}-devel/src/$dir
184 install -p -m644 src/$dir/*.a $RPM_BUILD_ROOT%{_libdir}/%{name}-devel/src/$dir
ee9bfb11 185done
7034c8c5 186mv $RPM_BUILD_ROOT%{_libdir}/%{name}/dovecot-config $RPM_BUILD_ROOT%{_libdir}/%{name}-devel
1f7b33f9 187
ba932ed4 188rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}/wiki
1f7b33f9 189
b8f6d56a
JB
190%clean
191rm -rf $RPM_BUILD_ROOT
192
c1df1ed1
KK
193%pre
194%groupadd -g 172 dovecot
195%useradd -u 172 -d /usr/share/empty -s /bin/false -c "Dovecot server" -g dovecot dovecot
196
8d47df47
TO
197%post
198/sbin/chkconfig --add dovecot
199if [ -f /var/lock/subsys/dovecot ]; then
200 /etc/rc.d/init.d/dovecot restart >&2
201else
202 echo "Run \"/etc/rc.d/init.d/dovecot start\" to start dovecot daemon."
203fi
204
205%preun
206if [ "$1" = "0" ]; then
207 if [ -f /var/lock/subsys/dovecot ]; then
208 /etc/rc.d/init.d/dovecot stop >&2
209 fi
210 /sbin/chkconfig --del dovecot
211fi
212
c1df1ed1
KK
213%postun
214if [ "$1" = "0" ]; then
215 %userremove dovecot
216 %groupremove dovecot
217fi
218
b8f6d56a
JB
219%files
220%defattr(644,root,root,755)
221# COPYING contains some notes, not actual LGPL text
caf88cd1 222%doc AUTHORS COPYING ChangeLog NEWS README TODO doc/*.txt doc/*.c*f doc/wiki/*.txt
8d47df47 223%attr(755,root,root) %{_sbindir}/%{name}
442c32c1 224%attr(755,root,root) %{_sbindir}/%{name}pw
c19c6ee3
AM
225%attr(750,root,root) %dir %{_sysconfdir}/%{name}
226%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf
bc671450
AG
227%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}-ldap-example.conf
228%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}-sql-example.conf
c5c6a170 229%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/%{name}
230%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.imap
231%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
8d47df47 232%attr(754,root,root) /etc/rc.d/init.d/%{name}
d3be9b82 233%dir %{_libdir}/%{name}
ee9bfb11
JS
234%attr(755,root,root) %{_libdir}/%{name}/checkpassword-reply
235%attr(755,root,root) %{_libdir}/%{name}/deliver
236%attr(755,root,root) %{_libdir}/%{name}/dict
237%attr(755,root,root) %{_libdir}/%{name}/dovecot-auth
238%attr(755,root,root) %{_libdir}/%{name}/gdbhelper
239%attr(755,root,root) %{_libdir}/%{name}/idxview
240%attr(755,root,root) %{_libdir}/%{name}/imap
241%attr(755,root,root) %{_libdir}/%{name}/imap-login
edd42453
AG
242%attr(755,root,root) %{_libdir}/%{name}/convert-tool
243%attr(755,root,root) %{_libdir}/%{name}/expire-tool
244%attr(755,root,root) %{_libdir}/%{name}/listview
ee9bfb11 245%attr(755,root,root) %{_libdir}/%{name}/logview
77ad1fc7 246%attr(755,root,root) %{_libdir}/%{name}/maildirlock
ee9bfb11
JS
247%attr(755,root,root) %{_libdir}/%{name}/pop3
248%attr(755,root,root) %{_libdir}/%{name}/pop3-login
249%attr(755,root,root) %{_libdir}/%{name}/rawlog
250%attr(755,root,root) %{_libdir}/%{name}/ssl-build-param
d3be9b82 251%dir %{_libdir}/%{name}/plugins
ee9bfb11
JS
252%attr(755,root,root) %{_libdir}/%{name}/plugins/*.so
253%dir %{_libdir}/%{name}/plugins/imap
254%attr(755,root,root)%{_libdir}/%{name}/plugins/imap/*.so
255%dir %{_libdir}/%{name}/plugins/lda
256%attr(755,root,root) %{_libdir}/%{name}/plugins/lda/*.so
257%dir %{_libdir}/%{name}/plugins/pop3
258%attr(755,root,root) %{_libdir}/%{name}/plugins/pop3/*.so
e7291b43 259%dir /var/lib/dovecot
c1df1ed1
KK
260%dir /var/run/dovecot
261%attr(750,root,dovecot) %dir /var/run/dovecot/login
ee9bfb11
JS
262
263%files devel
264%defattr(644,root,root,755)
ba932ed4 265%{_libdir}/%{name}-devel
ee9bfb11 266%{_includedir}/%{name}
This page took 0.122374 seconds and 4 git commands to generate.