projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa7dc57
)
Use .get_license()
author
Andrew M. Kuchling
<amk@amk.ca>
Fri, 10 Aug 2001 18:50:11 +0000
(18:50 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Fri, 10 Aug 2001 18:50:11 +0000
(18:50 +0000)
Lib/distutils/command/bdist_rpm.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/command/bdist_rpm.py
b/Lib/distutils/command/bdist_rpm.py
index 465949453378140488512a4758a0ae16fa728786..92de935825a8001bc22dae1113de10f1476e5b04 100644
(file)
--- a/
Lib/distutils/command/bdist_rpm.py
+++ b/
Lib/distutils/command/bdist_rpm.py
@@
-347,7
+347,7
@@
class bdist_rpm (Command):
spec_file.append('Source0: %{name}-%{version}.tar.gz')
spec_file.extend([
- 'Copyright: ' + self.distribution.get_licen
c
e(),
+ 'Copyright: ' + self.distribution.get_licen
s
e(),
'Group: ' + self.group,
'BuildRoot: %{_tmppath}/%{name}-buildroot',
'Prefix: %{_prefix}', ])