SPECS: python.spec - missing dirs
charles
charles at pld-linux.org
Wed Oct 12 00:35:27 CEST 2005
Author: charles Date: Tue Oct 11 22:35:27 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- missing dirs
---- Files affected:
SPECS:
python.spec (1.238 -> 1.239)
---- Diffs:
================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.238 SPECS/python.spec:1.239
--- SPECS/python.spec:1.238 Wed Sep 28 21:10:28 2005
+++ SPECS/python.spec Wed Oct 12 00:35:22 2005
@@ -792,10 +792,9 @@
%defattr(644,root,root,755)
# FIXME
%doc Python-Docs-%{version}
-%dir %{py_scriptdir}/test
-%attr(-,root,root) %{py_scriptdir}/test/*
-%attr(-,root,root) %{py_scriptdir}/email/test/*
-%attr(-,root,root) %{py_scriptdir}/bsddb/test/*
+%attr(-,root,root) %{py_scriptdir}/test
+%attr(-,root,root) %{py_scriptdir}/email/test
+%attr(-,root,root) %{py_scriptdir}/bsddb/test
%if %{with tkinter}
%files tkinter
@@ -815,6 +814,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.239 2005/10/11 22:35:22 charles
+- missing dirs
+
Revision 1.238 2005/09/28 19:10:28 arekm
- up to 2.4.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python.spec?r1=1.238&r2=1.239&f=u
More information about the pld-cvs-commit
mailing list