]> git.pld-linux.org Git - packages/postfix.git/blame - postfix.spec
- converted to UTF-8
[packages/postfix.git] / postfix.spec
CommitLineData
49e46e0c
ER
1# TODO:
2# - check/fix 'polish' bcond
3# - add http://www.aurore.net/projects/postfix_memcached/
c41ca9c7 4#
6c202c7c 5# Conditional build:
a675fe53 6%bcond_without ldap # without LDAP map module
7%bcond_without mysql # without MySQL map module
8%bcond_without pgsql # without PostgreSQL map module
9%bcond_without sasl # without SMTP AUTH support
10%bcond_without ssl # without SSL/TLS support
d2e5a200 11%bcond_without cdb # without cdb map support
a984b3de 12%bcond_without vda # with VDA patch
91c5f300 13%bcond_with hir # with Beeth's header_if_reject patch
bf21c84b 14#%bcond_with polish # with double English+Polish messages
a675fe53 15#
aed7eb18 16Summary: Postfix Mail Transport Agent
23264879
JR
17Summary(cs.UTF-8): Postfix - program pro přepravu pošty (MTA)
18Summary(es.UTF-8): Postfix - Un MTA (Mail Transport Agent) de alto desempeño
19Summary(fr.UTF-8): Agent de transport de courrier Postfix
20Summary(pl.UTF-8): Serwer SMTP Postfix
21Summary(pt_BR.UTF-8): Postfix - Um MTA (Mail Transport Agent) de alto desempenho
22Summary(sk.UTF-8): Agent prenosu pošty Postfix
aed7eb18 23Name: postfix
37b96de0 24Version: 2.3.6
99356d6f 25%define vda_ver 2.3.1
a984b3de 26Release: 2
9e330f14 27Epoch: 2
4e46d0a4 28License: distributable
88cb24db 29Group: Networking/Daemons
9e330f14 30Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
37b96de0 31# Source0-md5: 24f3a076a2a1af0ca8dcb9bac3f145fa
a6206693 32Source1: %{name}.aliases
33Source2: %{name}.cron
34Source3: %{name}.init
efbd5023
JB
35Source4: %{name}.sysconfig
36Source5: %{name}.sasl
37Source6: %{name}.pamd
99356d6f
AF
38Source7: http://web.onda.com.br/nadal/postfix/VDA/%{name}-%{vda_ver}-vda.patch.gz
39# Source7-md5: fc7c1676ceecbfb414353af1dafe11de
39f13daf
TO
40Patch0: %{name}-config.patch
41Patch1: %{name}-conf_msg.patch
42Patch2: %{name}-dynamicmaps.patch
8a65cb50 43Patch3: %{name}-master.cf_cyrus.patch
d9d74ec2 44# from http://akson.sgh.waw.pl/~chopin/unix/postfix-2.1.5-header_if_reject.diff
8a65cb50
JB
45Patch4: %{name}-header_if_reject.patch
46#Patch5: %{name}-pl.patch
cc227ab6 47#Patch6: %{name}-size-check-before-proxy.patch
48#Patch7: %{name}-log-proxy-rejects.patch
49Patch8: %{name}-ident.patch
d9d74ec2
ER
50Patch9: %{name}-lib64.patch
51Patch10: %{name}-conf.patch
52Patch11: %{name}-dictname.patch
7003f448 53URL: http://www.postfix.org/
a675fe53 54%{?with_sasl:BuildRequires: cyrus-sasl-devel}
f5be0c4f 55BuildRequires: db-devel
435fe1e7
JB
56# getifaddrs() with IPv6 support
57BuildRequires: glibc-devel >= 6:2.3.4
a675fe53 58%{?with_mysql:BuildRequires: mysql-devel}
f9b0803c 59%{?with_ldap:BuildRequires: openldap-devel >= 2.3.0}
e5d6ba8a 60%{?with_ssl:BuildRequires: openssl-devel >= 0.9.8b}
9e330f14 61BuildRequires: pcre-devel
a675fe53 62%{?with_pgsql:BuildRequires: postgresql-devel}
88cb24db 63BuildRequires: rpmbuild(macros) >= 1.268
cc227ab6 64BuildRequires: sed >= 4.0
a675fe53 65%{?with_cdb:BuildRequires: tinycdb-devel}
cc227ab6 66%{?with_mysql:BuildRequires: zlib-devel}
6c202c7c 67Requires(post): /bin/hostname
04eda2b3
ER
68Requires(post,postun): /sbin/ldconfig
69Requires(post,preun): /sbin/chkconfig
70Requires(postun): /usr/sbin/groupdel
71Requires(postun): /usr/sbin/userdel
36d09b56 72Requires(pre): /bin/id
73Requires(pre): /usr/bin/getgid
74Requires(pre): /usr/sbin/groupadd
75Requires(pre): /usr/sbin/useradd
6193959a 76Requires: /sbin/chkconfig
760324a9
PG
77Requires: diffutils
78Requires: findutils
04eda2b3
ER
79Requires: rc-scripts
80Requires: sed
760324a9 81%{?with_cdb:Requires:tinycdb}
36d09b56 82Provides: group(postfix)
6c202c7c 83Provides: smtpdaemon
36d09b56 84Provides: user(postfix)
760324a9 85Obsoletes: courier
fe99dcaa 86Obsoletes: exim
191741b9 87Obsoletes: masqmail
e98b8c0f 88Obsoletes: nullmailer
191741b9
JB
89Obsoletes: omta
90Obsoletes: qmail
fe99dcaa 91Obsoletes: sendmail
92Obsoletes: sendmail-cf
93Obsoletes: sendmail-doc
191741b9 94Obsoletes: smail
760324a9 95Obsoletes: smtpdaemon
1e53d926 96Obsoletes: ssmtp
191741b9 97Obsoletes: zmailer
1b5a7762 98BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0effd84f
AM
99
100%description
9d1e23e4 101Postfix is attempt to provide an alternative to the widely-used
102Sendmail program. Postfix attempts to be fast, easy to administer, and
103hopefully secure, while at the same time being sendmail compatible
5e7152ef 104enough to not upset your users. This version has IPv6 support.
07119450 105
23264879 106%description -l es.UTF-8
d6c39c23 107Postfix es una alternativa para el mundialmente utilizado sendmail. Si
23264879 108desea tener un servidor SMTP *rápido*, debe instalar este paquete.
d6c39c23 109
23264879
JR
110%description -l fr.UTF-8
111Postfix (voir http://www.postfix.org/) se veut une alternative à
07119450 112sendmail, responsable de l'acheminement de 70% des courriers
23264879
JR
113électroniques sur Internet. IBM en a suppotré le développement, mais
114ne contrôle pas son évolution. Le but est d'installer Postfix sur le
115plus grand nombre de systèmes possible. Dans cette optique, il a été
116écrit pour être totalement sous le contrôle de l'utilisateur.
07119450 117
23264879 118%description -l it.UTF-8
9e330f14 119Postfix (http://www.postfix.org/) e' un'alternativa al programma
07119450 120sendmail utilizzato per la gestione del 70 per cento della posta
121Internet.
122
123Seppur IBM supporti lo sviluppo di Postfix, non controlla la sua
124evoluzione.
125
126Consultate la pagine web http://www.moongroup.com/how-to.phtml nella
127quale troverete le indicazioni per una corretta installazione e
128configurazione di questo programma.
129
23264879
JR
130%description -l pl.UTF-8
131Postfix jest próbą dostarczenia alternatywnego MTA w stosunku do
132szeroko używanego sendmaila. Postfix w zamierzeniu ma być szybki,
133łatwy w administrowaniu, bezpieczny oraz ma być na tyle kompatybilny z
134sendmailem by nie denerwować użytkowników. Ta wersja obsługuje IPv6.
07119450 135
23264879
JR
136%description -l pt_BR.UTF-8
137O Postfix é uma alternativa para o mundialmente utilizado sendmail. Se
138você deseja um servidor SMTP *rápido*, instale este pacote.
d6c39c23 139
23264879
JR
140%description -l sk.UTF-8
141Postfix (pozri http://www.postfix.org/) má za cieľ byť alternatívou k
142široko rozšírenému programu sendmail, zodpovednému za 70% všetkej
143elektronickej pošty doručenej na Internete.
07119450 144
23264879
JR
145Aj keď IBM podporovala vývoj Postfixu, zdržiava sa vplyvu na jeho
146vývoj. Cieľom je inštalácia Postfixu na čo najväčšom počte systémov.
147Do tohoto momentu je softvér poskytovaný bez ovplyvňovania, takže sa
148môže vyvíjať podľa jeho používateľov.
07119450 149
23264879
JR
150Určite si prečítajte http://www.moongroup.com/how-to.phtml, kde sú
151popísané kroky potrebné pred a po inštalácii Postfixu.
07119450 152
9e330f14 153%package devel
154Summary: Postfix loadable modules development package
23264879 155Summary(pl.UTF-8): Pakiet dla programistów ładowanych modułów do postfiksa
9e330f14 156Group: Development/Libraries
68087f44 157Requires: %{name} = %{epoch}:%{version}-%{release}
9e330f14 158
159%description devel
160Header files to build additional map types for Postfix.
161
23264879
JR
162%description devel -l pl.UTF-8
163Pliki nagłówkowe do tworzenia dodatkowych typów map dla Postfiksa.
9e330f14 164
165%package dict-ldap
166Summary: LDAP map support for Postfix
23264879 167Summary(pl.UTF-8): Obsługa map LDAP dla Postfiksa
9e330f14 168Group: Networking/Daemons
68087f44 169Requires: %{name} = %{epoch}:%{version}-%{release}
f9b0803c 170Requires: openldap >= 2.3.0
9e330f14 171
172%description dict-ldap
173This package provides support for LDAP maps in Postfix.
174
23264879
JR
175%description dict-ldap -l pl.UTF-8
176Ten pakiet dodaje obsługę map LDAP do Postfiksa.
9e330f14 177
178%package dict-mysql
179Summary: MySQL map support for Postfix
23264879 180Summary(pl.UTF-8): Obsługa map MySQL dla Postfiksa
9e330f14 181Group: Networking/Daemons
68087f44 182Requires: %{name} = %{epoch}:%{version}-%{release}
9e330f14 183
184%description dict-mysql
185This package provides support for MySQL maps in Postfix.
186
23264879
JR
187%description dict-mysql -l pl.UTF-8
188Ten pakiet dodaje obsługę map MySQL do Postfiksa.
9e330f14 189
9e330f14 190%package dict-pcre
191Summary: PCRE map support for Postfix
23264879 192Summary(pl.UTF-8): Obsługa map PCRE dla Postfiksa
9e330f14 193Group: Networking/Daemons
68087f44 194Requires: %{name} = %{epoch}:%{version}-%{release}
9e330f14 195
196%description dict-pcre
197This package provides support for PCRE maps in Postfix.
198
23264879
JR
199%description dict-pcre -l pl.UTF-8
200Ten pakiet dodaje obsługę map PCRE do Postfiksa.
0effd84f 201
8016f71d
JB
202%package dict-pgsql
203Summary: PostgreSQL map support for Postfix
23264879 204Summary(pl.UTF-8): Obsługa map PostgreSQL dla Postfiksa
8016f71d 205Group: Networking/Daemons
68087f44 206Requires: %{name} = %{epoch}:%{version}-%{release}
8016f71d
JB
207
208%description dict-pgsql
209This package provides support for PostgreSQL maps in Postfix.
210
23264879
JR
211%description dict-pgsql -l pl.UTF-8
212Ten pakiet dodaje obsługę map PostgreSQL do Postfiksa.
8016f71d 213
0effd84f 214%prep
8a65cb50 215%setup -q
3522e8d4 216%{?with_vda:zcat %{SOURCE7} | patch -p1 -s}
54206e36 217%patch0 -p1
cc227ab6 218%patch1 -p0
759823fd 219%patch2 -p1
8a65cb50
JB
220%patch3 -p1
221%{?with_hir:%patch4 -p0}
bf21c84b 222#%{?with_polish:%patch5 -p1}
cc227ab6 223#%patch6 -p1
224#%patch7 -p1 --obsolete ?
09835dec 225%patch8 -p1
cc227ab6 226sed -i '/scache_clnt_create/s/server/var_scache_service/' src/global/scache_clnt.c
99356d6f 227%if "%{_lib}" == "lib64"
d9d74ec2
ER
228%patch9 -p1
229%endif
230%patch10 -p1
231%patch11 -p1
0effd84f
AM
232
233%build
254543a9 234%{__make} -f Makefile.init makefiles
235%{__make} tidy
435fe1e7
JB
236%{__make} \
237 DEBUG="" \
63044aca 238 OPT="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
a675fe53 239 %{!?with_ldap:LDAPSO=""} \
240 %{!?with_mysql:MYSQLSO=""} \
241 %{!?with_pgsql:PGSQLSO=""} \
b0cc5ccb 242 CCARGS="%{?with_ldap:-DHAS_LDAP} -DHAS_PCRE %{?with_sasl:-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl} %{?with_mysql:-DHAS_MYSQL -I/usr/include/mysql} %{?with_pgsql:-DHAS_PGSQL -I/usr/include/postgresql} %{?with_ssl:-DUSE_TLS -I/usr/include/openssl} -DMAX_DYNAMIC_MAPS %{?with_cdb:-DHAS_CDB} -DHAVE_GETIFADDRS" \
cc227ab6 243 AUXLIBS="-ldb -lresolv %{?with_sasl:-lsasl} %{?with_ssl:-lssl -lcrypto} %{?with_cdb:-lcdb} -lpcre %{?with_ldap:-lldap -llber} %{?with_pgsql:-lpq} %{?with_mysql:-lmysqlclient -lz}"
0effd84f
AM
244
245%install
246rm -rf $RPM_BUILD_ROOT
97cdde6a 247install -d $RPM_BUILD_ROOT/etc/{cron.daily,rc.d/init.d,sysconfig,pam.d} \
1bf3b45d 248 $RPM_BUILD_ROOT%{_sysconfdir}/{mail,sasl} \
cc227ab6 249 $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}/postfix,%{_prefix}/lib}\
09055bff 250 $RPM_BUILD_ROOT{%{_includedir}/postfix,%{_mandir}/man{1,5,8}} \
8a65cb50 251 $RPM_BUILD_ROOT%{_var}/spool/postfix/{active,corrupt,deferred,maildrop,private,saved,bounce,defer,incoming,pid,public}
8d5f7ded 252
38f90f82 253rm -f {html,man}/Makefile.in conf/{LICENSE,main.cf.default}
254
38f90f82 255install bin/* $RPM_BUILD_ROOT%{_sbindir}
256install libexec/* $RPM_BUILD_ROOT%{_libdir}/postfix
7003f448 257install conf/* $RPM_BUILD_ROOT%{_sysconfdir}/mail
7ffb4b69
JK
258sed -e's,^daemon_directory = .*,daemon_directory = %{_libdir}/postfix,' \
259 conf/main.cf > $RPM_BUILD_ROOT%{_sysconfdir}/mail/main.cf
7003f448 260
9e330f14 261for f in dns global master util ; do
262 install lib/lib${f}.a $RPM_BUILD_ROOT%{_libdir}/libpostfix-${f}.so.1
263 ln -sf lib${f}.so.1 $RPM_BUILD_ROOT%{_libdir}/libpostfix-${f}.so
264done
265install lib/dict*.so $RPM_BUILD_ROOT%{_libdir}/postfix
266install include/*.h $RPM_BUILD_ROOT%{_includedir}/postfix
267
9d5846cd 268(cd man; tar cf - .) | (cd $RPM_BUILD_ROOT%{_mandir}; tar xf -)
8d5f7ded 269
7003f448 270install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mail/aliases
1bf3b45d 271install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/postfix
272install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/postfix
efbd5023
JB
273install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/postfix
274install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sasl/smtpd.conf
275install %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/smtp
0b930ef4 276install auxiliary/rmail/rmail $RPM_BUILD_ROOT%{_bindir}/rmail
8d5f7ded 277
cc227ab6 278ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT%{_bindir}/mailq
279ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT%{_bindir}/newaliases
280ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT/usr/lib/sendmail
8d5f7ded 281
9d5846cd 282touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/\
a6206693 283 {aliases,access,canonical,relocated,transport,virtual}{,.db}
0effd84f 284
6c202c7c 285> $RPM_BUILD_ROOT/var/spool/postfix/.nofinger
0effd84f 286
cc227ab6 287rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/mail/makedefs.out $RPM_BUILD_ROOT%{_mandir}/cat*
bf21c84b 288
ce5ea51e
JB
289%clean
290rm -rf $RPM_BUILD_ROOT
291
0effd84f 292%pre
38ee7751
ER
293%groupadd -g 62 postfix
294%groupadd -g 63 maildrop
295%useradd -u 62 -d /var/spool/postfix -s /bin/false -c "Postfix User" -g postfix postfix
92df9354 296
0effd84f 297%post
9e330f14 298/sbin/ldconfig
cc227ab6 299if ! grep -q "^postmaster:" %{_sysconfdir}/mail/aliases; then
300echo "Adding Entry for postmaster in %{_sysconfdir}/mail/aliases" >&2
301echo "postmaster: root" >>%{_sysconfdir}/mail/aliases
0effd84f 302fi
4e11d284 303if [ "$1" = "1" ]; then
38ee7751 304 # only on installation, not upgrade
5f30162e 305 if ! grep -q "^myhostname" %{_sysconfdir}/mail/main.cf; then
4e11d284
JB
306 postconf -e myhostname=`/bin/hostname -f`
307 fi
bf21c84b
JK
308else
309 postfix upgrade-configuration
13f4eff0
AF
310fi
311
0effd84f 312newaliases
c9643bf8 313/sbin/chkconfig --add postfix
88cb24db 314%service postfix restart "postfix daemon"
0effd84f 315
0effd84f 316%preun
c9643bf8 317if [ "$1" = "0" ]; then
88cb24db 318 %service postfix stop
c9643bf8 319 /sbin/chkconfig --del postfix
320fi
0effd84f 321
9d5846cd 322%postun
9e330f14 323/sbin/ldconfig
324if [ "$1" = "0" ]; then
36d09b56 325 %groupremove maildrop
326 %userremove postfix
327 %groupremove postfix
c9643bf8 328fi
9d5846cd 329
0effd84f
AM
330%files
331%defattr(644,root,root,755)
8a65cb50 332%doc html *README COMPATIBILITY HISTORY LICENSE RELEASE_NOTES TLS_*
bd7c0cf3 333%doc README_FILES/*README
bf21c84b 334%doc examples/smtpd-policy
9a9b0b98
JB
335%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/access
336%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/aliases
337%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/canonical
338%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/generic
339#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/pcre_table
340#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/regexp_table
341%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/relocated
342%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/transport
343%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/virtual
344%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/header_checks
3ccfe138 345#%ghost %{_sysconfdir}/mail/*.db
9d5846cd 346%dir %{_sysconfdir}/mail
9a9b0b98
JB
347%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/dynamicmaps.cf
348%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/main.cf
349%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/master.cf
350%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/postfix-script
9e330f14 351%attr(755,root,root) %{_sysconfdir}/mail/post-install
352%{_sysconfdir}/mail/postfix-files
1bf3b45d 353%attr(740,root,root) /etc/cron.daily/postfix
354%attr(754,root,root) /etc/rc.d/init.d/postfix
9a9b0b98 355%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/postfix
04eda2b3 356%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/smtp
9a9b0b98 357%{?with_sasl:%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sasl/smtpd.conf}
9e330f14 358%attr(755,root,root) %{_libdir}/libpostfix-*.so.*
9d5846cd
AM
359%attr(755,root,root) %{_bindir}/*
360%attr(755,root,root) %{_sbindir}/s*
9e330f14 361%attr(755,root,root) %{_sbindir}/postfix
6694854c
GS
362%attr(755,root,root) %{_sbindir}/postalias
363%attr(755,root,root) %{_sbindir}/postkick
9d5846cd
AM
364%attr(755,root,root) %{_sbindir}/postl*
365%attr(755,root,root) %{_sbindir}/postc*
366%attr(755,root,root) %{_sbindir}/postmap
9e330f14 367%attr(2755,root,maildrop) %{_sbindir}/postqueue
9d5846cd
AM
368%attr(755,root,root) %{_sbindir}/postsuper
369%attr(2755,root,maildrop) %{_sbindir}/postdrop
8a65cb50 370%attr(755,root,root) %{_sbindir}/qmqp-sink
9e330f14 371%attr(755,root,root) %{_sbindir}/qmqp-source
09055bff 372%attr(755,root,root) /usr/lib/sendmail
9e330f14 373%dir %{_libdir}/postfix
98693d0a 374%attr(755,root,root) %{_libdir}/postfix/[!d]*
8a65cb50 375%attr(755,root,root) %{_libdir}/postfix/discard
9d5846cd 376%attr(755,root,root) %dir %{_var}/spool/postfix
150a0aa3
JB
377%attr(700,postfix,root) %dir %{_var}/spool/postfix/active
378%attr(700,postfix,root) %dir %{_var}/spool/postfix/bounce
379%attr(700,postfix,root) %dir %{_var}/spool/postfix/corrupt
380%attr(700,postfix,root) %dir %{_var}/spool/postfix/defer
381%attr(700,postfix,root) %dir %{_var}/spool/postfix/deferred
382%attr(700,postfix,root) %dir %{_var}/spool/postfix/incoming
9d5846cd 383%attr(1730,postfix,maildrop) %dir %{_var}/spool/postfix/maildrop
150a0aa3
JB
384%attr(755,postfix,root) %dir %{_var}/spool/postfix/pid
385%attr(700,postfix,root) %dir %{_var}/spool/postfix/private
386%attr(710,postfix,maildrop) %dir %{_var}/spool/postfix/public
387%attr(700,postfix,root) %dir %{_var}/spool/postfix/saved
388%attr(644,postfix,root) %{_var}/spool/postfix/.nofinger
7003f448 389%{_mandir}/man*/*
9e330f14 390
391%files devel
392%defattr(644,root,root,755)
393%attr(755,root,root) %{_libdir}/libpostfix-*.so
394%{_includedir}/postfix
395
a675fe53 396%if %{with ldap}
9e330f14 397%files dict-ldap
398%defattr(644,root,root,755)
399%attr(755,root,root) %{_libdir}/postfix/dict_ldap.so
a853cfe3 400%endif
9e330f14 401
a675fe53 402%if %{with mysql}
9e330f14 403%files dict-mysql
404%defattr(644,root,root,755)
405%attr(755,root,root) %{_libdir}/postfix/dict_mysql.so
8acc733a 406%endif
9e330f14 407
408%files dict-pcre
409%defattr(644,root,root,755)
410%attr(755,root,root) %{_libdir}/postfix/dict_pcre.so
8016f71d 411
a675fe53 412%if %{with pgsql}
8016f71d
JB
413%files dict-pgsql
414%defattr(644,root,root,755)
415%attr(755,root,root) %{_libdir}/postfix/dict_pgsql.so
a853cfe3 416%endif
This page took 0.128017 seconds and 4 git commands to generate.