]> git.pld-linux.org Git - packages/dovecot-sieve.git/commitdiff
- lt/ac/am (with BRs) - fixed "/lib/cpp fails sanity check"
authorKarol Krenski <charles@pld-linux.org>
Tue, 19 May 2009 14:06:05 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot-sieve.spec -> 1.15

dovecot-sieve.spec

index 0ebdec0f46646d46ac1f1cf4be497f474fcbf6e5..3c49cc5c51ebcaaded32e7c7a418fcc9d4161375 100644 (file)
@@ -8,9 +8,12 @@ Group:         Daemons
 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)
 
@@ -32,6 +35,11 @@ Ta wtyczka dovecota wywodzi siÄ™ z serwera Cyrus IMAP w wersji 2.2.12.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-static \
        --with-dovecot=%{_libdir}/dovecot-devel
This page took 0.061905 seconds and 4 git commands to generate.