SPECS: python.spec - The interpreter works fine without the readli...
saq
saq at pld-linux.org
Mon Aug 8 15:17:32 CEST 2005
Author: saq Date: Mon Aug 8 13:17:32 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- The interpreter works fine without the readline module, so moving it to
-modules. It makes way more sense there.
---- Files affected:
SPECS:
python.spec (1.232 -> 1.233)
---- Diffs:
================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.232 SPECS/python.spec:1.233
--- SPECS/python.spec:1.232 Wed May 11 04:55:04 2005
+++ SPECS/python.spec Mon Aug 8 15:17:26 2005
@@ -554,9 +554,6 @@
%attr(755,root,root) %{_bindir}/python
%{_mandir}/man1/*
-# readline support for python binary
-%attr(755,root,root) %{py_dyndir}/readline.so
-
%files modules
%defattr(644,root,root,755)
%exclude %{py_scriptdir}/UserDict.py[co]
@@ -636,6 +633,7 @@
%attr(755,root,root) %{py_dyndir}/parser.so
%attr(755,root,root) %{py_dyndir}/pwd.so
%attr(755,root,root) %{py_dyndir}/pyexpat.so
+%attr(755,root,root) %{py_dyndir}/readline.so
%attr(755,root,root) %{py_dyndir}/regex.so
%attr(755,root,root) %{py_dyndir}/resource.so
%attr(755,root,root) %{py_dyndir}/select.so
@@ -818,6 +816,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.233 2005/08/08 13:17:26 saq
+- The interpreter works fine without the readline module, so moving it to
+ -modules. It makes way more sense there.
+
Revision 1.232 2005/05/11 02:55:04 pluto
- release 2 for rebuild for x86-64 target.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python.spec?r1=1.232&r2=1.233&f=u
More information about the pld-cvs-commit
mailing list