Author: hawk Date: Sun Mar 15 17:35:23 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.61.2, patch0 seems obsolete, make -j1 is required or it will fail to build
---- Files affected: SPECS: courier.spec (1.159 -> 1.160) ---- Diffs: ================================================================ Index: SPECS/courier.spec diff -u SPECS/courier.spec:1.159 SPECS/courier.spec:1.160 --- SPECS/courier.spec:1.159 Fri Mar 13 21:20:08 2009 +++ SPECS/courier.spec Sun Mar 15 18:35:18 2009 @@ -19,12 +19,12 @@ Summary: Courier mail server Summary(pl.UTF-8): Serwer poczty Courier Name: courier -Version: 0.59.0 -Release: 2 +Version: 0.61.2 +Release: 1 License: GPL Group: Networking/Daemons Source0: http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2 -# Source0-md5: ca554bc8f814684ea8ddcbee5fc8a688 +# Source0-md5: fdd7a26614cba68aa223e481bd7d5eb4 Patch0: %{name}-openssl-path.patch Patch1: %{name}-withoutfam.patch Patch2: %{name}-maildir.patch @@ -35,7 +35,7 @@ URL: http://www.courier-mta.org/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: courier-authlib-devel >= 0.57 +BuildRequires: courier-authlib-devel >= 0.61 BuildRequires: expect %{?with_fam:BuildRequires: fam-devel} BuildRequires: gettext-devel @@ -258,7 +258,7 @@ %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %{!?with_fam:%patch1 -p1} %patch2 -p1 %patch3 -p1 @@ -315,8 +315,8 @@ --with-mailuid=2 \ --with-mailgid=2 -%{__make} -%{!?with_tests:%{__make} check} +%{__make} -j1 +%{!?with_tests:%{__make} -j1 check} %install rm -rf $RPM_BUILD_ROOT @@ -325,7 +325,7 @@ $RPM_BUILD_ROOT{%{_prefix}/lib,%{_cgibindir},%{_webapps}/courier-webmail,%{_sysconfdir}/hosteddomains} \ $RPM_BUILD_ROOT{/etc/cron.hourly,%{_certsdir}} -%{__make} install \ +%{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT # fix pam problem @@ -658,7 +658,6 @@ %dir %{_libdir} %dir %{_libdir}/courier %dir %{_datadir} -%{_datadir}/rootcerts %attr(755,root,root) %dir %{_datadir}/courierwebadmin %{_datadir}/courierwebadmin/admin-15* %dir %{_libdir}/filters @@ -908,6 +907,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.160 2009/03/15 17:35:18 hawk +- updated to 0.61.2, patch0 seems obsolete, make -j1 is required or it will + fail to build + Revision 1.159 2009/03/13 20:20:08 hawk - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/courier.spec?r1=1.159&r2=1.160&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
