Patch #543498: Use License: field instead of Copyright:.

This commit is contained in:
Martin v. Löwis 2002-07-28 10:49:37 +00:00
parent 611a7101ca
commit e567114e47

View file

@ -348,7 +348,7 @@ class bdist_rpm (Command):
spec_file.append('Source0: %{name}-%{version}.tar.gz')
spec_file.extend([
'Copyright: ' + self.distribution.get_license(),
'License: ' + self.distribution.get_license(),
'Group: ' + self.group,
'BuildRoot: %{_tmppath}/%{name}-buildroot',
'Prefix: %{_prefix}', ])