rpms/qt4/EL-4 qt4.spec,1.35,1.36

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Mar 26 17:25:44 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/qt4/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7626

Modified Files:
	qt4.spec 
Log Message:
s/target_arch/target_cpu/



Index: qt4.spec
===================================================================
RCS file: /cvs/extras/rpms/qt4/EL-4/qt4.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- qt4.spec	26 Mar 2007 17:01:34 -0000	1.35
+++ qt4.spec	26 Mar 2007 17:25:10 -0000	1.36
@@ -13,7 +13,7 @@
 Summary: Qt toolkit
 Name:	 qt4
 Version: 4.2.3
-Release: 6%{?dist}.1
+Release: 6%{?dist}.2
 
 License: GPL/QPL
 Group: 	 System Environment/Libraries
@@ -125,7 +125,7 @@
 
 %if "%{?sqlite:1}" != "-no-sql-sqlite"
 # el4/ppc doesn't have sqlite-devel, wtf? -- Rex
-%if "%{?rhel}" != "4" || "%{?_target_arch}" != "ppc"
+%if "%{?rhel}" != "4" || "%{?_target_cpu}" != "ppc"
 %define _system_sqlite -system-sqlite
 BuildRequires: sqlite-devel
 %endif




More information about the fedora-extras-commits mailing list