SPECS: quodlibet.spec - no //

qboosh qboosh at pld-linux.org
Mon Sep 22 20:39:47 CEST 2008


Author: qboosh                       Date: Mon Sep 22 18:39:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no //

---- Files affected:
SPECS:
   quodlibet.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SPECS/quodlibet.spec
diff -u SPECS/quodlibet.spec:1.55 SPECS/quodlibet.spec:1.56
--- SPECS/quodlibet.spec:1.55	Mon Sep 22 14:39:35 2008
+++ SPECS/quodlibet.spec	Mon Sep 22 20:39:42 2008
@@ -65,12 +65,13 @@
 
 %build
 CFLAGS="%{rpmcflags}"; export CFLAGS
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install \
-	--prefix=$RPM_BUILD_ROOT/%{_prefix} \
+
+%{__python} setup.py install \
+	--prefix=$RPM_BUILD_ROOT%{_prefix} \
 	--optimize=2
 
 %find_lang %{name}
@@ -117,6 +118,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2008/09/22 18:39:42  qboosh
+- no //
+
 Revision 1.55  2008/09/22 12:39:35  wiget
 - start update to 2.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/quodlibet.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list