SPECS: aquamarine.spec - BRs, move %{__make} to %build

shadzik shadzik at pld-linux.org
Sun Dec 3 20:25:20 CET 2006


Author: shadzik                      Date: Sun Dec  3 19:25:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BRs, move %{__make} to %build

---- Files affected:
SPECS:
   aquamarine.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/aquamarine.spec
diff -u SPECS/aquamarine.spec:1.6 SPECS/aquamarine.spec:1.7
--- SPECS/aquamarine.spec:1.6	Sun Dec  3 20:22:39 2006
+++ SPECS/aquamarine.spec	Sun Dec  3 20:25:15 2006
@@ -10,6 +10,8 @@
 Source0:	%{name}-%{_snap}.tar.gz
 # Source0-md5:	ff567dcd75dede824fe66ab1955d2f21
 URL:		http://www.beryl-project.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	kdebase-devel >= 9:3.5.0
 BuildRequires:	kdelibs-devel >= 9:3.5.0
 BuildRequires:	rpmbuild(macros) >= 1.129
@@ -25,9 +27,9 @@
 
 %prep
 %setup -q -n %{name}
-%{__make} -f admin/Makefile.common svn
 
 %build
+%{__make} -f admin/Makefile.common svn
 %configure \
 %if "%{_lib}" == "lib64"
 	--enable-libsuffix=64 \
@@ -56,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2006/12/03 19:25:15  shadzik
+- BRs, move %{__make} to %build
+
 Revision 1.6  2006/12/03 19:22:39  rotom
 - some fixes, thx ankry
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/aquamarine.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list