Author: charles Date: Tue May 19 14:06:11 2009 GMT Module: packages Tag: HEAD ---- Log message: - lt/ac/am (with BRs) - fixed "/lib/cpp fails sanity check"
---- Files affected: packages/dovecot-sieve: dovecot-sieve.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: packages/dovecot-sieve/dovecot-sieve.spec diff -u packages/dovecot-sieve/dovecot-sieve.spec:1.14 packages/dovecot-sieve/dovecot-sieve.spec:1.15 --- packages/dovecot-sieve/dovecot-sieve.spec:1.14 Fri Apr 17 22:39:10 2009 +++ packages/dovecot-sieve/dovecot-sieve.spec Tue May 19 16:06:05 2009 @@ -9,9 +9,12 @@ Source0: http://dovecot.org/releases/sieve/%{name}-%{version}.tar.gz # Source0-md5: 7acf3d98974a515b868addbdb73054eb URL: http://www.dovecot.org/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: bison BuildRequires: dovecot-devel >= 1:1.1.1 BuildRequires: flex +BuildRequires: libtool %requires_eq_to dovecot dovecot-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -33,6 +36,11 @@ %setup -q %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --disable-static \ --with-dovecot=%{_libdir}/dovecot-devel @@ -66,6 +74,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2009/05/19 14:06:05 charles +- lt/ac/am (with BRs) - fixed "/lib/cpp fails sanity check" + Revision 1.14 2009/04/17 20:39:10 areq - rel 7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot-sieve/dovecot-sieve.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
