|
@@ -13,7 +13,7 @@ Summary: A widely used Mail Transport Agent (MTA).
|
|
Summary(ja): 広く使用されているメール配送エージェント (MTA)。
|
|
Summary(ja): 広く使用されているメール配送エージェント (MTA)。
|
|
Name: sendmail
|
|
Name: sendmail
|
|
Version: 8.14.5
|
|
Version: 8.14.5
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
URL: http://www.sendmail.org/
|
|
URL: http://www.sendmail.org/
|
|
License: Sendmail
|
|
License: Sendmail
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
@@ -185,12 +185,14 @@ cat >> devtools/Site/site.config.m4 << EOF
|
|
APPENDDEF(\`confENVDEF', \`-DSASL=2 -D_FFR_UNSAFE_SASL')dnl
|
|
APPENDDEF(\`confENVDEF', \`-DSASL=2 -D_FFR_UNSAFE_SASL')dnl
|
|
APPENDDEF(\`confLIBS', \`-lsasl2 -lcrypto')dnl
|
|
APPENDDEF(\`confLIBS', \`-lsasl2 -lcrypto')dnl
|
|
EOF
|
|
EOF
|
|
-%elseif %{with_sasl}
|
|
|
|
|
|
+%else
|
|
|
|
+%if %{with_sasl}
|
|
cat >> devtools/Site/site.config.m4 << EOF
|
|
cat >> devtools/Site/site.config.m4 << EOF
|
|
APPENDDEF(\`confENVDEF', \`-DSASL=1 -D_FFR_UNSAFE_SASL')dnl
|
|
APPENDDEF(\`confENVDEF', \`-DSASL=1 -D_FFR_UNSAFE_SASL')dnl
|
|
APPENDDEF(\`confLIBS', \`-lsasl -lcrypto')dnl
|
|
APPENDDEF(\`confLIBS', \`-lsasl -lcrypto')dnl
|
|
EOF
|
|
EOF
|
|
%endif
|
|
%endif
|
|
|
|
+%endif
|
|
|
|
|
|
%if %{with_tls}
|
|
%if %{with_tls}
|
|
cat >> devtools/Site/site.config.m4 << EOF
|
|
cat >> devtools/Site/site.config.m4 << EOF
|
|
@@ -335,10 +337,12 @@ chmod u+w $RPM_BUILD_ROOT/usr/bin/rmail
|
|
%if %{with_sasl2}
|
|
%if %{with_sasl2}
|
|
install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/sasl2
|
|
install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/sasl2
|
|
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_libdir}/sasl2/Sendmail.conf
|
|
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_libdir}/sasl2/Sendmail.conf
|
|
-%elseif %{with_sasl}
|
|
|
|
|
|
+%else
|
|
|
|
+%if %{with_sasl}
|
|
install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/sasl
|
|
install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/sasl
|
|
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_libdir}/sasl/Sendmail.conf
|
|
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_libdir}/sasl/Sendmail.conf
|
|
%endif
|
|
%endif
|
|
|
|
+%endif
|
|
|
|
|
|
install -m 644 %{SOURCE8} $RPM_BUILD_ROOT/etc/pam.d/smtp
|
|
install -m 644 %{SOURCE8} $RPM_BUILD_ROOT/etc/pam.d/smtp
|
|
|
|
|
|
@@ -486,9 +490,11 @@ exit 0
|
|
/etc/pam.d/smtp
|
|
/etc/pam.d/smtp
|
|
%if %{with_sasl2}
|
|
%if %{with_sasl2}
|
|
%config %{_libdir}/sasl2/Sendmail.conf
|
|
%config %{_libdir}/sasl2/Sendmail.conf
|
|
-%elseif %{with_sasl}
|
|
|
|
|
|
+%else
|
|
|
|
+%if %{with_sasl}
|
|
%config %{_libdir}/sasl/Sendmail.conf
|
|
%config %{_libdir}/sasl/Sendmail.conf
|
|
%endif
|
|
%endif
|
|
|
|
+%endif
|
|
|
|
|
|
%files cf
|
|
%files cf
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
@@ -509,6 +515,9 @@ exit 0
|
|
%{_docdir}/sendmail
|
|
%{_docdir}/sendmail
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.14.5-2
|
|
|
|
+- rebuilt with current environment.
|
|
|
|
+
|
|
* Tue May 31 2011 IWAI, Masaharu <iwai@alib.jp> 8.14.5-1
|
|
* Tue May 31 2011 IWAI, Masaharu <iwai@alib.jp> 8.14.5-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|
|
@@ -918,7 +927,7 @@ exit 0
|
|
* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
|
|
* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
|
|
- turn off daemon behaviour by default
|
|
- turn off daemon behaviour by default
|
|
|
|
|
|
-* Mon Jun 18 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
|
+* Sun Jun 18 2000 Bill Nottingham <notting@redhat.com>
|
|
- rebuild, fix dependencies
|
|
- rebuild, fix dependencies
|
|
|
|
|
|
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
|
|
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
|