[arts] move make cvs to %prep

Kevin Kofler kkofler at fedoraproject.org
Sat Mar 9 00:30:29 UTC 2013


commit 47aff23ba1ca7590293ab652936bd391b02d6f95
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sat Mar 9 01:30:10 2013 +0100

    move make cvs to %prep
    
    (for consistency with the other packages)

 arts.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/arts.spec b/arts.spec
index b3491ad..bfd025c 100644
--- a/arts.spec
+++ b/arts.spec
@@ -100,10 +100,9 @@ Install %{name}-devel if you intend to write applications using aRts.
 %patch300 -p1 -b .acinclude
 %patch301 -p1 -b .automake-version
 %patch302 -p1 -b .automake-add-missing
-
-%build
 make -f admin/Makefile.common cvs
 
+%build
 unset QTDIR && . /etc/profile.d/qt.sh
 
 %configure \


More information about the scm-commits mailing list