rpms/PyKDE/devel PyKDE.spec,1.11,1.12

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sun Aug 26 17:01:50 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/PyKDE/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24636

Modified Files:
	PyKDE.spec 
Log Message:
s/python_sitedir/python_sitearch/



Index: PyKDE.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyKDE/devel/PyKDE.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- PyKDE.spec	25 Aug 2007 22:14:44 -0000	1.11
+++ PyKDE.spec	26 Aug 2007 17:01:18 -0000	1.12
@@ -21,7 +21,7 @@
 
 BuildRequires: python-devel >= 2.3
 %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
-%global python_sitedir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
+%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
 ## python >=2.4 automatically uses python(abi)
 %if "%{?python_ver}" > "1" && "%{?python_ver}" < "2.4"
 Requires: python-abi = %{python_ver}
@@ -75,7 +75,7 @@
 %build
 unset QTDIR || : ; source /etc/profile.d/qt.sh
 
-%{__python} configure.py -L %{_lib} -d %{python_sitedir}
+%{__python} configure.py -L %{_lib} -d %{python_sitearch}
 
 # smp broken, do the best we can
 make -k %{?_smp_mflags} || make
@@ -97,7 +97,7 @@
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS
 %{_bindir}/*
 %{_libdir}/libkonsolepart.*
-%{python_sitedir}/*
+%{python_sitearch}/*
 
 %files devel
 %defattr(-,root,root,-)




More information about the fedora-extras-commits mailing list