From: shadzik Date: Wed, 10 Jan 2007 04:24:18 +0000 (+0000) Subject: - reverted my last change X-Git-Tag: auto/th/postfix-2_3_6-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpostfix.git;a=commitdiff_plain;h=05dfd7f45b7b8335a61b9120662afeb80da1bfe9 - reverted my last change - seems to be a stupid idea due to missing mfapi.h and proper libmilter functions like mi_stop in this milter lib Changed files: postfix.spec -> 1.267 --- diff --git a/postfix.spec b/postfix.spec index a13ff24..adfbb21 100644 --- a/postfix.spec +++ b/postfix.spec @@ -23,7 +23,7 @@ Summary(sk): Agent prenosu po Name: postfix Version: 2.3.6 %define vda_ver 2.3.1 -Release: 0.1 +Release: 1 Epoch: 2 License: distributable Group: Networking/Daemons @@ -57,7 +57,7 @@ BuildRequires: db-devel BuildRequires: glibc-devel >= 6:2.3.4 %{?with_mysql:BuildRequires: mysql-devel} %{?with_ldap:BuildRequires: openldap-devel >= 2.3.0} -%{?with_ssl:BuildRequires: openssl-devel >= 0.9.8b} +#%{?with_ssl:BuildRequires: openssl-devel >= 0.9.8b} BuildRequires: pcre-devel %{?with_pgsql:BuildRequires: postgresql-devel} BuildRequires: rpmbuild(macros) >= 1.268 @@ -265,7 +265,6 @@ for f in dns global master util ; do done install lib/dict*.so $RPM_BUILD_ROOT%{_libdir}/postfix install include/*.h $RPM_BUILD_ROOT%{_includedir}/postfix -install lib/libmilter.a $RPM_BUILD_ROOT%{_libdir} (cd man; tar cf - .) | (cd $RPM_BUILD_ROOT%{_mandir}; tar xf -) @@ -393,7 +392,6 @@ fi %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libpostfix-*.so -%{_libdir}/libmilter.a %{_includedir}/postfix %if %{with ldap}