]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot.spec
- up to 2.2.30.1
[packages/dovecot.git] / dovecot.spec
CommitLineData
6865becd
JB
1#
2# Conditional build:
3ee251c0 3%bcond_without gssapi # without 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
f5d18128 9%bcond_without tests # tests
8e04a4c1 10
b8f6d56a 11Summary: IMAP and POP3 server written with security primarily in mind
7ad305a6 12Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie
b8f6d56a 13Name: dovecot
779e8734 14Version: 2.2.30.1
a69fbb1a 15Release: 1
660b9616 16Epoch: 1
ba932ed4 17License: MIT (libraries), LGPL v2.1 (the rest)
b8f6d56a 18Group: Networking/Daemons
946ce37d 19Source0: http://dovecot.org/releases/2.2/%{name}-%{version}.tar.gz
779e8734 20# Source0-md5: d5927c2a00440df40208b6bd415a92c1
8d47df47
TO
21Source1: %{name}.pamd
22Source2: %{name}.init
23Source3: %{name}.sysconfig
1fd90052 24Source4: %{name}.tmpfiles
8d47df47 25Patch0: %{name}-config.patch
469a4531 26Patch1: %{name}-rpath.patch
dbd55700 27
5a0821ca 28Patch3: %{name}-disableSSLv3.patch
027cb77c 29URL: http://dovecot.org/
0928494a
JB
30BuildRequires: autoconf
31BuildRequires: automake
d9e4e4b3 32BuildRequires: bzip2-devel
b9750edc 33BuildRequires: clucene-core-devel >= 2.3.3.4
b8cf09c1 34BuildRequires: curl-devel
f4230487 35%{?with_sasl:BuildRequires: cyrus-sasl-devel >= 2.0}
b8cf09c1 36BuildRequires: expat-devel
06acc771 37BuildRequires: gettext-tools
1ab66923 38%{?with_gssapi:BuildRequires: heimdal-devel}
d9e4e4b3 39BuildRequires: libcap-devel
d5662119 40BuildRequires: libicu-devel
b8cf09c1
AM
41BuildRequires: libstemmer-devel
42BuildRequires: libexttextcat-devel
0928494a 43BuildRequires: libtool
b8cf09c1 44BuildRequires: lz4-devel
f4230487 45%{?with_mysql:BuildRequires: mysql-devel}
2e75e92c 46%{?with_ldap:BuildRequires: openldap-devel >= 2.3.3}
6ceb4d17 47BuildRequires: openssl-devel >= 0.9.7d
6865becd 48BuildRequires: pam-devel
b7e03084 49BuildRequires: pkgconfig
f4230487 50%{?with_pgsql:BuildRequires: postgresql-devel}
9f0e9eb5 51BuildRequires: rpmbuild(macros) >= 1.647
930a78ad 52BuildRequires: sed >= 4.0
a0260ad9 53%{?with_sqlite:BuildRequires: sqlite3-devel}
d5662119 54BuildRequires: xz-devel
d9e4e4b3 55BuildRequires: zlib-devel
8d47df47 56Requires(post,preun): /sbin/chkconfig
c1df1ed1
KK
57Requires(postun): /usr/sbin/groupdel
58Requires(postun): /usr/sbin/userdel
59Requires(pre): /bin/id
60Requires(pre): /usr/bin/getgid
61Requires(pre): /usr/sbin/groupadd
62Requires(pre): /usr/sbin/useradd
147a541c 63Requires: %{name}-libs = %{epoch}:%{version}-%{release}
50c4e802 64Requires: pam >= 0.79.0
c1df1ed1 65Provides: group(dovecot)
8d47df47 66Provides: imapdaemon
23beb95b 67Provides: pop3daemon
660b9616 68Provides: user(dovecot)
23beb95b
JB
69# heimdal-daemons in PLD contained only "popper" (kerberized POP3 daemon)
70%{?with_gssapi:Obsoletes: heimdal-daemons}
b8f6d56a
JB
71BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
72
4bf55e2e
JR
73%define no_install_post_check_so 1
74
b8f6d56a
JB
75%description
76Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems,
77written with security primarily in mind. Although it's written with C,
78it uses several coding techniques to avoid most of the common
79pitfalls.
80
81Dovecot can work with standard mbox and maildir formats and it's fully
82compatible with UW-IMAP and Courier IMAP servers as well as mail
83clients accessing the mailboxes directly. It's also planned to support
84storing mails in SQL databases.
85
86Dovecot is easy to set up and doesn't require special maintenance.
87Only thing you need is to get the authentication working properly - if
88your users are in /etc/passwd there's hardly anything you have to do.
89
90Dovecot should be pretty fast, mostly because of index files that
91Dovecot maintains; instead of having to scan through all the data in
8d47df47
TO
92mailbox, Dovecot can get most of the wanted information from index
93with little effort.
b8f6d56a
JB
94
95Status:
ddfebb5d 96- should be quite ready for use with normal IMAP clients
3fcc147b
KK
97- complete IMAP4rev1 and POP3 support
98- supports THREAD, SORT and IDLE extensions, required by many IMAP
99 webmails
100- complete TLS/SSL support
ddfebb5d 101- IPv6 ready
102- shared mailboxes aren't yet supported
3fcc147b
KK
103- Maildir++ quota is supported, bad hard filesystem quota can be
104 problematic
b8f6d56a 105
db6f7644
JR
106%description -l pl.UTF-8
107Dovecot to serwer IMAP i POP3 dla systemów linuksowych/uniksowych,
108pisany głównie z myślą o bezpieczeństwie. Chociaż jest pisany w C,
109używa kilku technik kodowania zapobiegających większości popularnych
110pułapek.
0928494a 111
db6f7644
JR
112Dovecot może działać ze standardowymi formatami mbox i maildir, jest
113całkowicie kompatybilny z serwerami UW-IMAP i Courier IMAP, a także z
114klientami pocztowymi bezpośrednio dostającymi się do skrzynek.
115Planowana jest także obsługa przechowywania listów w bazach SQL.
0928494a 116
db6f7644
JR
117Dovecot jest łatwy do skonfigurowania i nie wymaga specjalnego
118nadzoru. Wystarczy tylko doprowadzić do działania uwierzytelnianie -
119jeśli użytkownicy są w /etc/passwd, to właściwie nie trzeba nic
120zmieniać.
0928494a 121
db6f7644 122Dovecot powinien być w miarę szybki, głównie z powodu plików
0928494a 123indeksowych utrzymywanych przez serwer; zamiast potrzeby skanowania
db6f7644
JR
124wszystkich danych w skrzynce, Dovecot może małym kosztem uzyskać
125większość potrzebnych informacji z indeksu.
0928494a
JB
126
127Stan:
db6f7644
JR
128- powinien być gotowy do użycia ze zwykłymi klientami IMAP
129- pełna obsługa IMAP4rev1 i POP3
130- obsługa rozszerzeń THREAD, SORT i IDLE, wymaganych przez wiele
3fcc147b 131 webmaili IMAP
db6f7644
JR
132- obsługa IPv6
133- pełna obsługa TLS/SSL
134- quota Maildir++ jest obsługiwana, ale twarda quota na systemach
135 plików może być problematyczna
0928494a 136
23beb95b
JB
137%package libs
138Summary: Dovecot shared libraries
139Summary(pl.UTF-8): Współdzielone biblioteki Dovecota
140Group: Development/Libraries
141
142%description libs
143Dovecot shared libraries.
144
145%description libs -l pl.UTF-8
146Współdzielone biblioteki Dovecota.
147
ee9bfb11 148%package devel
f4f4ea9e 149Summary: Development package for Dovecot plugins
150Summary(pl.UTF-8): Pakiet programistyczny do tworzenia wtyczek dla Dovecota
1f7b33f9 151Group: Development/Libraries
7fbaf96b 152Requires: %{name}-libs = %{epoch}:%{version}-%{release}
ee9bfb11
JS
153
154%description devel
f4f4ea9e 155Development package for Dovecot plugins.
d3be9b82
JB
156
157%description devel -l pl.UTF-8
f4f4ea9e 158Pakiet programistyczny do tworzenia wtyczek dla Dovecota.
ee9bfb11 159
b8f6d56a
JB
160%prep
161%setup -q
8d47df47 162%patch0 -p1
469a4531 163%patch1 -p1
dbd55700
AM
164
165%patch3 -p1
77217d94 166
301d0b92 167%{__sed} -i 's,/usr/lib/dovecot,%{_libdir}/dovecot,g' doc/example-config/*.conf doc/example-config/conf.d/*.conf
b8f6d56a
JB
168
169%build
06cf0ac5 170touch config.rpath
b8f6d56a 171%{__libtoolize}
bcf4891d 172%{__aclocal} -I .
b8f6d56a
JB
173%{__autoconf}
174%{__autoheader}
175%{__automake}
6865becd 176%configure \
916a5fbe 177 ac_cv_prog_VALGRIND=no \
b8cf09c1 178 CPPFLAGS="%{rpmcppflags} -I/usr/include/libstemmer" \
ba932ed4 179 --disable-static \
6865becd 180 %{?debug:--enable-debug} \
3082a74f 181 %{?with_ldap:--with-ldap=yes} \
f4230487
JB
182 %{?with_mysql:--with-mysql} \
183 %{?with_pgsql:--with-pgsql} \
a0260ad9 184 %{?with_sqlite:--with-sqlite} \
ff3fede5 185 %{?with_gssapi:--with-gssapi=plugin} \
b8cf09c1
AM
186 --with-lucene \
187 --with-stemmer \
188 --with-solr \
ff3fede5
AM
189 --with-sql=plugin \
190 --with-pam \
d9e4e4b3
AM
191 --with-zlib \
192 --with-bzlib \
193 --with-libcap \
6865becd 194 --with-ssl=openssl \
d3f43412 195 --with-moduledir=%{_libdir}/%{name}/plugins \
d9e4e4b3 196 --with-ssldir=/var/lib/openssl \
5152fa81 197 --sysconfdir=%{_sysconfdir} \
9f0e9eb5 198 --with-systemdsystemunitdir=%{systemdunitdir}
b8f6d56a
JB
199
200%{__make}
201
f5d18128
AM
202%{?with_tests:%{__make} check}
203
b8f6d56a
JB
204%install
205rm -rf $RPM_BUILD_ROOT
1fd90052
JR
206install -d $RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,sysconfig,security} \
207 $RPM_BUILD_ROOT{/var/lib/dovecot,/var/run/dovecot/login} \
208 $RPM_BUILD_ROOT/usr/lib/tmpfiles.d
b8f6d56a
JB
209
210%{__make} install \
211 DESTDIR=$RPM_BUILD_ROOT
212
d3f43412 213mv -f $RPM_BUILD_ROOT%{_datadir}/doc/%{name}/example-config/* $RPM_BUILD_ROOT%{_sysconfdir}/dovecot
b8f6d56a 214
8e04a4c1
ER
215cp -a %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/%{name}
216install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
217cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
1fd90052 218install %{SOURCE4} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf
8d47df47
TO
219
220touch $RPM_BUILD_ROOT/etc/security/blacklist.imap
221
4aef4380 222find $RPM_BUILD_ROOT%{_libdir}/%{name} -name '*.la' | xargs rm
bb75c55c 223
1fd90052
JR
224%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
225%{__rm} -r $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/README
1f7b33f9 226
b8f6d56a
JB
227%clean
228rm -rf $RPM_BUILD_ROOT
229
c1df1ed1
KK
230%pre
231%groupadd -g 172 dovecot
232%useradd -u 172 -d /usr/share/empty -s /bin/false -c "Dovecot server" -g dovecot dovecot
74a997c5
AM
233%groupadd -g 254 dovenull
234%useradd -u 254 -d /usr/share/empty -s /bin/false -c "Dovecot server" -g dovenull dovenull
c1df1ed1 235
8d47df47
TO
236%post
237/sbin/chkconfig --add dovecot
0182c7a5 238%service dovecot restart
9f0e9eb5 239%systemd_post dovecot.socket dovecot.service
8d47df47
TO
240
241%preun
242if [ "$1" = "0" ]; then
65d55d28 243 %service dovecot stop
8d47df47
TO
244 /sbin/chkconfig --del dovecot
245fi
9f0e9eb5 246%systemd_preun dovecot.service dovecot.socket
8d47df47 247
c1df1ed1
KK
248%postun
249if [ "$1" = "0" ]; then
250 %userremove dovecot
251 %groupremove dovecot
74a997c5
AM
252 %userremove dovenull
253 %groupremove dovenull
c1df1ed1 254fi
9f0e9eb5 255%systemd_reload
c1df1ed1 256
bc5d3bcd
AM
257%post libs -p /sbin/ldconfig
258%postun libs -p /sbin/ldconfig
259
a6b782c0
JR
260%triggerin -- pam
261# restart devocot if pam is upgraded
262# (dovecot is linked with old libpam but tries to open modules linked with new libpam)
263if [ "$2" != 1 ]; then
264 %service -q dovecot restart
265fi
266
28c2da72
JR
267%triggerpostun -- dovecot < 1:2.0.0
268# upgrading dovecot < 1.1
fdaf3880
PG
269echo "Configuration change default_mail_env -> mail_location"
270%{__sed} -i -e "s/^default_mail_env/mail_location/" /etc/dovecot/dovecot.conf
28c2da72 271# upgrading dovecot < 2.0
b897a7bd 272i=0
687a6849
AM
273for a in /etc/dovecot/dovecot-db-example.conf \
274 /etc/dovecot/dovecot-dict-sql-example.conf \
275 /etc/dovecot/dovecot-ldap-example.conf \
276 /etc/dovecot/dovecot-sql-example.conf \
277 /etc/dovecot/dovecot.conf; do
278 if [ -f "$a" ]; then
b897a7bd
AM
279 [ "$i" -eq 0 ] && echo "Read http://wiki2.dovecot.org/Upgrading/2.0"
280 i=1
687a6849 281 echo "Trying to migrate $a config file to dovecot 2."
8c43f42b 282 cp -a "$a" "$a-1.2.org"
d31b09de
AM
283 :> "$a.log"
284 chmod 600 "$a.log"
8c43f42b 285 # convert config and prefix stderr lines with #
d31b09de 286 %{_bindir}/doveconf -n -c "$a-1.2.org" > "$a" 2> "$a.log" || :
687a6849
AM
287 fi
288done
8c43f42b
AM
289if [ "$i" -eq 1 ]; then
290 echo "Please verify contents of %{_sysconfdir}/%{name}/* files."
291fi
fdaf3880 292
9f0e9eb5
AF
293%triggerpostun -- %{name} < 1:2.2.4-2
294%systemd_trigger dovecot.service dovecot.socket
295
b8f6d56a
JB
296%files
297%defattr(644,root,root,755)
298# COPYING contains some notes, not actual LGPL text
caf88cd1 299%doc AUTHORS COPYING ChangeLog NEWS README TODO doc/*.txt doc/*.c*f doc/wiki/*.txt
bb75c55c
AM
300%attr(755,root,root) %{_bindir}/doveadm
301%attr(755,root,root) %{_bindir}/doveconf
302%attr(755,root,root) %{_bindir}/dsync
8d47df47 303%attr(755,root,root) %{_sbindir}/%{name}
15872051 304%attr(751,root,root) %dir %{_sysconfdir}/%{name}
c19c6ee3 305%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf
bb75c55c
AM
306%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.ext
307%attr(751,root,root) %dir %{_sysconfdir}/%{name}/conf.d
308%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/conf.d/*.conf
309%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/conf.d/*.ext
c5c6a170 310%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/%{name}
311%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.imap
312%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
8d47df47 313%attr(754,root,root) /etc/rc.d/init.d/%{name}
3b993680 314%attr(755,root,root) %{_libdir}/%{name}/aggregator
bb75c55c
AM
315%attr(755,root,root) %{_libdir}/%{name}/anvil
316%attr(755,root,root) %{_libdir}/%{name}/auth
ee9bfb11 317%attr(755,root,root) %{_libdir}/%{name}/checkpassword-reply
bb75c55c 318%attr(755,root,root) %{_libdir}/%{name}/config
86cbda6a 319%attr(755,root,root) %{_libdir}/%{name}/decode2text.sh
ee9bfb11
JS
320%attr(755,root,root) %{_libdir}/%{name}/deliver
321%attr(755,root,root) %{_libdir}/%{name}/dict
bb75c55c
AM
322%attr(755,root,root) %{_libdir}/%{name}/director
323%attr(755,root,root) %{_libdir}/%{name}/dns-client
324%attr(755,root,root) %{_libdir}/%{name}/doveadm-server
325%attr(755,root,root) %{_libdir}/%{name}/dovecot-lda
ee9bfb11 326%attr(755,root,root) %{_libdir}/%{name}/gdbhelper
ee9bfb11 327%attr(755,root,root) %{_libdir}/%{name}/imap
d5662119 328%attr(755,root,root) %{_libdir}/%{name}/imap-hibernate
ee9bfb11 329%attr(755,root,root) %{_libdir}/%{name}/imap-login
946ce37d
AZ
330%attr(755,root,root) %{_libdir}/%{name}/imap-urlauth
331%attr(755,root,root) %{_libdir}/%{name}/imap-urlauth-login
332%attr(755,root,root) %{_libdir}/%{name}/imap-urlauth-worker
86cbda6a
AM
333%attr(755,root,root) %{_libdir}/%{name}/indexer
334%attr(755,root,root) %{_libdir}/%{name}/indexer-worker
7e318864 335%attr(755,root,root) %{_libdir}/%{name}/ipc
1ceccb88 336%attr(755,root,root) %{_libdir}/%{name}/libdcrypt_openssl.so
bb75c55c
AM
337%attr(755,root,root) %{_libdir}/%{name}/lmtp
338%attr(755,root,root) %{_libdir}/%{name}/log
77ad1fc7 339%attr(755,root,root) %{_libdir}/%{name}/maildirlock
ee9bfb11
JS
340%attr(755,root,root) %{_libdir}/%{name}/pop3
341%attr(755,root,root) %{_libdir}/%{name}/pop3-login
156868fd 342%attr(755,root,root) %{_libdir}/%{name}/quota-status
ee9bfb11 343%attr(755,root,root) %{_libdir}/%{name}/rawlog
3b993680 344%attr(755,root,root) %{_libdir}/%{name}/replicator
bb75c55c
AM
345%attr(755,root,root) %{_libdir}/%{name}/script
346%attr(755,root,root) %{_libdir}/%{name}/script-login
347%attr(755,root,root) %{_libdir}/%{name}/ssl-params
86cbda6a
AM
348%attr(755,root,root) %{_libdir}/%{name}/stats
349%attr(755,root,root) %{_libdir}/%{name}/xml2text
d3be9b82 350%dir %{_libdir}/%{name}/plugins
ee9bfb11 351%attr(755,root,root) %{_libdir}/%{name}/plugins/*.so
ff3fede5 352%dir %{_libdir}/%{name}/plugins/auth
8e04a4c1 353%attr(755,root,root) %{_libdir}/%{name}/plugins/auth/*.so
ff3fede5 354%dir %{_libdir}/%{name}/plugins/dict
8e04a4c1 355%attr(755,root,root) %{_libdir}/%{name}/plugins/dict/*.so
bb75c55c 356%dir %{_libdir}/%{name}/plugins/doveadm
8e04a4c1 357%attr(755,root,root) %{_libdir}/%{name}/plugins/doveadm/*.so
29cabdb6
AM
358%dir %{_libdir}/%{name}/plugins/stats
359%attr(755,root,root) %{_libdir}/%{name}/plugins/stats/*.so
360%{_datadir}/dovecot
9f0e9eb5
AF
361%{systemdunitdir}/dovecot.service
362%{systemdunitdir}/dovecot.socket
1fd90052 363/usr/lib/tmpfiles.d/%{name}.conf
e7291b43 364%dir /var/lib/dovecot
c1df1ed1 365%dir /var/run/dovecot
aade0d64 366%attr(750,root,dovenull) %dir /var/run/dovecot/login
ee9bfb11 367
bb75c55c
AM
368%{_mandir}/man1/deliver.1*
369%{_mandir}/man1/dove*.1*
370%{_mandir}/man1/dsync.1*
371%{_mandir}/man7/doveadm-search-query.7*
372
7fbaf96b 373%files libs
374%defattr(644,root,root,755)
375%dir %{_libdir}/%{name}
283503bf 376
8e04a4c1 377%attr(755,root,root) %{_libdir}/%{name}/libdovecot.so.0.0.0
946ce37d 378%attr(755,root,root) %{_libdir}/%{name}/libdovecot-compression.so.0.0.0
283503bf 379%attr(755,root,root) %{_libdir}/%{name}/libdovecot-dsync.so.0.0.0
c00d3702 380%attr(755,root,root) %{_libdir}/%{name}/libdovecot-fts.so.0.0.0
8e04a4c1 381%attr(755,root,root) %{_libdir}/%{name}/libdovecot-lda.so.0.0.0
6bde1f23 382%{?with_ldap:%attr(755,root,root) %{_libdir}/%{name}/libdovecot-ldap.so.0.0.0}
8e04a4c1 383%attr(755,root,root) %{_libdir}/%{name}/libdovecot-login.so.0.0.0
30b6d006 384%attr(755,root,root) %{_libdir}/%{name}/libdovecot-sql.so.0.0.0
8e04a4c1
ER
385%attr(755,root,root) %{_libdir}/%{name}/libdovecot-storage.so.0.0.0
386# Note: we are in %{_libdir}/dovecot, ldconfig does not look into this
96e29b16 387# directory. This is why the following files are not %ghost
8e04a4c1 388%attr(755,root,root) %{_libdir}/%{name}/libdovecot.so.0
946ce37d 389%attr(755,root,root) %{_libdir}/%{name}/libdovecot-compression.so.0
283503bf 390%attr(755,root,root) %{_libdir}/%{name}/libdovecot-dsync.so.0
c00d3702 391%attr(755,root,root) %{_libdir}/%{name}/libdovecot-fts.so.0
8e04a4c1 392%attr(755,root,root) %{_libdir}/%{name}/libdovecot-lda.so.0
6bde1f23 393%{?with_ldap:%attr(755,root,root) %{_libdir}/%{name}/libdovecot-ldap.so.0}
8e04a4c1 394%attr(755,root,root) %{_libdir}/%{name}/libdovecot-login.so.0
30b6d006 395%attr(755,root,root) %{_libdir}/%{name}/libdovecot-sql.so.0
8e04a4c1 396%attr(755,root,root) %{_libdir}/%{name}/libdovecot-storage.so.0
23beb95b
JB
397
398%files devel
399%defattr(644,root,root,755)
400%attr(755,root,root) %{_libdir}/%{name}/libdovecot.so
401%attr(755,root,root) %{_libdir}/%{name}/libdovecot-compression.so
402%attr(755,root,root) %{_libdir}/%{name}/libdovecot-dsync.so
403%attr(755,root,root) %{_libdir}/%{name}/libdovecot-fts.so
404%attr(755,root,root) %{_libdir}/%{name}/libdovecot-lda.so
405%{?with_ldap:%attr(755,root,root) %{_libdir}/%{name}/libdovecot-ldap.so}
406%attr(755,root,root) %{_libdir}/%{name}/libdovecot-login.so
407%attr(755,root,root) %{_libdir}/%{name}/libdovecot-sql.so
408%attr(755,root,root) %{_libdir}/%{name}/libdovecot-storage.so
409%{_libdir}/%{name}/%{name}-config
410%{_includedir}/%{name}
411%{_aclocaldir}/dovecot.m4
This page took 0.139968 seconds and 4 git commands to generate.