rpms/python3/devel python3.spec,1.5,1.6

dmalcolm dmalcolm at fedoraproject.org
Wed Jan 20 16:01:25 UTC 2010


Author: dmalcolm

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

Modified Files:
	python3.spec 
Log Message:
* Wed Jan 20 2010 David Malcolm <dmalcolm at redhat.com> - 3.1.1-18
- move lib2to3 from -tools subpackage to main package (bug 556667)



Index: python3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python3/devel/python3.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python3.spec	18 Jan 2010 17:59:07 -0000	1.5
+++ python3.spec	20 Jan 2010 16:01:25 -0000	1.6
@@ -24,7 +24,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.1
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: Python
 Group: Development/Languages
 Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -420,6 +420,8 @@ rm -fr $RPM_BUILD_ROOT
 %{pylibdir}/importlib/*.py*
 %dir %{pylibdir}/json
 %{pylibdir}/json/*.py*
+%{pylibdir}/lib2to3
+%exclude %{pylibdir}/lib2to3/tests
 %{pylibdir}/logging
 %{pylibdir}/multiprocessing
 %{pylibdir}/plat-linux2
@@ -464,8 +466,6 @@ rm -fr $RPM_BUILD_ROOT
 
 %files tools
 %defattr(-,root,root,755)
-%{pylibdir}/lib2to3
-%exclude %{pylibdir}/lib2to3/tests
 %{_bindir}/2to3*
 %{_bindir}/idle*
 %{pylibdir}/Tools
@@ -497,6 +497,9 @@ rm -fr $RPM_BUILD_ROOT
 %{pylibdir}/tkinter/test
 
 %changelog
+* Wed Jan 20 2010 David Malcolm <dmalcolm at redhat.com> - 3.1.1-18
+- move lib2to3 from -tools subpackage to main package (bug 556667)
+
 * Sun Jan 17 2010 David Malcolm <dmalcolm at redhat.com> - 3.1.1-17
 - patch Makefile.pre.in to avoid building static library (patch 6, bug 556092)
 



More information about the scm-commits mailing list