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