]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc cyrus-imapd-2_0_16-9
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:19 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-imapd.spec -> 1.59

cyrus-imapd.spec

index ef00b460a40581112d3ef7ca20175bbad507dccc..68832f79c9a45a7f5f99cabff4e7921ce42424c9 100644 (file)
@@ -160,15 +160,15 @@ Perlowy interfejs do biblioteki cyrus-imapd.
 %build
 cd makedepend
 rm -f aclocal.m4
-aclocal
+%{__aclocal}
 %{__autoconf}
 %configure
 %{__make}
 PATH=$PATH:`pwd`; export PATH
 cd ..
 rm -f aclocal.m4
-aclocal -I cmulocal
-autoheader
+%{__aclocal} -I cmulocal
+%{__autoheader}
 %{__autoconf}
 %configure \
        --with-auth=unix \
This page took 0.031489 seconds and 4 git commands to generate.