rpms/PyGreSQL/devel PyGreSQL.spec,1.1,1.2

Tom Lane tgl at fedoraproject.org
Sat Jan 9 04:58:03 UTC 2010


Author: tgl

Update of /cvs/pkgs/rpms/PyGreSQL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15079

Modified Files:
	PyGreSQL.spec 
Log Message:
Update %define to %global.


Index: PyGreSQL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyGreSQL/devel/PyGreSQL.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- PyGreSQL.spec	9 Jan 2010 04:55:11 -0000	1.1
+++ PyGreSQL.spec	9 Jan 2010 04:58:03 -0000	1.2
@@ -24,7 +24,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 
 BuildRequires:	postgresql-devel python-devel
 
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %description
 PostgreSQL is an advanced Object-Relational database management system.




More information about the fedora-extras-commits mailing list