SPECS: python-docutils.spec - minor

glen glen at pld-linux.org
Thu Oct 5 12:21:14 CEST 2006


Author: glen                         Date: Thu Oct  5 10:21:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- minor

---- Files affected:
SPECS:
   python-docutils.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/python-docutils.spec
diff -u SPECS/python-docutils.spec:1.12 SPECS/python-docutils.spec:1.13
--- SPECS/python-docutils.spec:1.12	Wed Oct  4 20:36:23 2006
+++ SPECS/python-docutils.spec	Thu Oct  5 12:21:09 2006
@@ -1,12 +1,10 @@
 # $Revision$, $Date$
-
-%define		module	docutils
-
 # TODO:
-#	- consider renaming the spec to distutils.spec and separate
-#	python-docutils subpackage (this package includes utilities in
-#	%%{_bindir} and python-* packages should contain Python modules only)
+# - consider renaming the spec to distutils.spec and separate
+#   python-docutils subpackage (this package includes utilities in
+#   %{_bindir} and python-* packages should contain Python modules only)
 
+%define		module	docutils
 Summary:	Text documents processing for Python
 Summary(pl):	Moduły Pythona do przetwarzania dokumentów tekstowych
 Name:		python-%{module}
@@ -69,7 +67,7 @@
 find $RPM_BUILD_ROOT%{py_sitescriptdir} -name "*.py" | xargs rm
 
 cd $RPM_BUILD_ROOT%{_bindir}
-for f in * ; do
+for f in *.py; do
 	mv $f ${f%%.py} 
 done
 
@@ -81,7 +79,7 @@
 %doc README.txt HISTORY.txt COPYING.txt FAQ.txt
 %attr(755,root,root) %{_bindir}/*
 %{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/roman.py*
+%{py_sitescriptdir}/roman.py[co]
 %dir %{_examplesdir}/%{name}-%{version}
 %{_examplesdir}/%{name}-%{version}/*
 
@@ -91,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/10/05 10:21:09  glen
+- minor
+
 Revision 1.12  2006/10/04 18:36:23  patrys
 - package roman.py*
 - rel. 2
@@ -120,7 +121,7 @@
 - all installed executables included in the package
 
 Revision 1.4  2004/07/28 08:03:15  troll
-- removed %%include /usr/lib/rpm/macros.python
+- removed %include /usr/lib/rpm/macros.python
 
 Revision 1.3  2004/05/31 17:18:18  qboosh
 - removed bogus CFLAGS (noarch, no compiled C code here)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-docutils.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list