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

balsa.spec

index e9f755bb3ea56c4d5bbacb5b10ac1045fdb3c18a..0874a5edb6de019d38501e16e3a06807c0103213 100644 (file)
@@ -68,16 +68,17 @@ Suporta caixas de correio locais, POP3 a IMAP.
 %patch0 -p1
 
 %build
+rm -f {,libmutt/}missing
 %{__libtoolize}
 %{__gettextize}
-aclocal -I macros
+%{__aclocal} -I macros
 %{__autoconf}
-rm -f missing
 %{__automake}
-(cd libmutt
-aclocal
+cd libmutt
+%{__aclocal}
 %{__autoconf}
-automake -a -c)
+%{__automake}
+cd ..
 %configure \
        --enable-system-install \
        --enable-all \
This page took 0.091985 seconds and 4 git commands to generate.