rpms/python3/devel macros.python3,1.1,1.2 python3.spec,1.6,1.7

dmalcolm dmalcolm at fedoraproject.org
Fri Jan 22 22:00:30 UTC 2010


Author: dmalcolm

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

Modified Files:
	macros.python3 python3.spec 
Log Message:
* Fri Jan 22 2010 David Malcolm <dmalcolm at redhat.com> - 3.1.1-19
- add %%py3dir macro to macros.python3 (to be used during unified python 2/3
builds for setting up the python3 copy of the source tree)



Index: macros.python3
===================================================================
RCS file: /cvs/pkgs/rpms/python3/devel/macros.python3,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- macros.python3	13 Jan 2010 21:25:18 -0000	1.1
+++ macros.python3	22 Jan 2010 22:00:30 -0000	1.2
@@ -1,3 +1,4 @@
 %__python3 /usr/bin/python3
 %python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
 %python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
+%py3dir %{_builddir}/python3-%{name}-%{version}-%{release}


Index: python3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python3/devel/python3.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- python3.spec	20 Jan 2010 16:01:25 -0000	1.6
+++ python3.spec	22 Jan 2010 22:00:30 -0000	1.7
@@ -24,7 +24,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.1
-Release: 18%{?dist}
+Release: 19%{?dist}
 License: Python
 Group: Development/Languages
 Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -497,6 +497,10 @@ rm -fr $RPM_BUILD_ROOT
 %{pylibdir}/tkinter/test
 
 %changelog
+* Fri Jan 22 2010 David Malcolm <dmalcolm at redhat.com> - 3.1.1-19
+- add %%py3dir macro to macros.python3 (to be used during unified python 2/3
+builds for setting up the python3 copy of the source tree)
+
 * Wed Jan 20 2010 David Malcolm <dmalcolm at redhat.com> - 3.1.1-18
 - move lib2to3 from -tools subpackage to main package (bug 556667)
 



More information about the scm-commits mailing list