File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 26
26
27
27
%define name python
28
28
%define version 2.2.3
29
- %define release 1
29
+ %define release 2
30
30
%define __prefix /usr
31
31
%define libvers %(echo "%{version }" | awk -F. '{ printf "%s .%s ", $1, $2 }')
32
32
@@ -121,6 +121,11 @@ formats.
121
121
%endif
122
122
123
123
%changelog
124
+ * Wed Jul 16 2003 Sean Reifschneider <jafo-rpms@tummy.com>
125
+ [Release 2.2.3-2]
126
+ - Removing .cvsignore files in the build, so that they don't cause problems
127
+ with the packaged file list. Reported by David Hutchinson.
128
+
124
129
* Sun Oct 06 2002 Sean Reifschneider <jafo-rpms@tummy.com>
125
130
[Release 2.2.2b1-1]
126
131
- Updated for the 2.2.2b1 release.
@@ -201,6 +206,9 @@ formats.
201
206
./configure %{ipv6} %{pymalloc} --prefix=%{__prefix}
202
207
make
203
208
209
+ # remove .cvsignore files
210
+ find . -name .cvsignore | xargs rm -f
211
+
204
212
# fix paths
205
213
for file in \
206
214
Tools/scripts/pathfix.py \
You can’t perform that action at this time.
0 commit comments