From: Martin v. Löwis Date: Tue, 5 Aug 2003 06:30:45 +0000 (+0000) Subject: Patch #772696: Delete .cvsignore files. X-Git-Tag: 2.2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2c5dc702af7a0a2d13bb148f26cd9c058b6efc5;p=thirdparty%2FPython%2Fcpython.git Patch #772696: Delete .cvsignore files. --- diff --git a/Misc/RPM/python-2.2.spec b/Misc/RPM/python-2.2.spec index d3a3efaf2d09..192a76bd46b6 100644 --- a/Misc/RPM/python-2.2.spec +++ b/Misc/RPM/python-2.2.spec @@ -26,7 +26,7 @@ %define name python %define version 2.2.3 -%define release 1 +%define release 2 %define __prefix /usr %define libvers %(echo "%{version}" | awk -F. '{ printf "%s.%s", $1, $2 }') @@ -121,6 +121,11 @@ formats. %endif %changelog +* Wed Jul 16 2003 Sean Reifschneider +[Release 2.2.3-2] +- Removing .cvsignore files in the build, so that they don't cause problems + with the packaged file list. Reported by David Hutchinson. + * Sun Oct 06 2002 Sean Reifschneider [Release 2.2.2b1-1] - Updated for the 2.2.2b1 release. @@ -201,6 +206,9 @@ formats. ./configure %{ipv6} %{pymalloc} --prefix=%{__prefix} make +# remove .cvsignore files +find . -name .cvsignore | xargs rm -f + # fix paths for file in \ Tools/scripts/pathfix.py \