SPECS: awesome-status.spec - swap the ./configure and CFLAGS order

uzsolt uzsolt at pld-linux.org
Tue Sep 9 21:35:26 CEST 2008


Author: uzsolt                       Date: Tue Sep  9 19:35:26 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- swap the ./configure and CFLAGS order

---- Files affected:
SPECS:
   awesome-status.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/awesome-status.spec
diff -u SPECS/awesome-status.spec:1.2 SPECS/awesome-status.spec:1.3
--- SPECS/awesome-status.spec:1.2	Tue Sep  9 21:29:00 2008
+++ SPECS/awesome-status.spec	Tue Sep  9 21:35:21 2008
@@ -38,7 +38,7 @@
 sed -i "s|doc/awesome-status/|doc/awesome-status-%{version}/|g" Makefile
 
 %build
-./configure --prefix=$RPM_BUILD_ROOT%{_prefix} CFLAGS=%{rpmcflags}
+CFLAGS="%{rpmcflags}" ./configure --prefix=$RPM_BUILD_ROOT%{_prefix} 
 %{__make}
 
 %install
@@ -59,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/09/09 19:35:21  uzsolt
+- swap the ./configure and CFLAGS order
+
 Revision 1.2  2008/09/09 19:29:00  uzsolt
 - added CFLAGS to ./configure
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/awesome-status.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list