[Patches] [ python-Patches-543498 ] s/Copyright/License/ in bdist_rpm.py

noreply@sourceforge.net noreply@sourceforge.net
Sun, 28 Jul 2002 03:50:38 -0700


Patches item #543498, was opened at 2002-04-14 00:07
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=543498&group_id=5470

Category: Distutils and setup.py
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Gustavo Niemeyer (niemeyer)
Assigned to: Nobody/Anonymous (nobody)
Summary: s/Copyright/License/ in bdist_rpm.py

Initial Comment:
The "Copyright" field in RPM spec files is obsolete. 
"License" should be used instead. 

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-07-28 12:50

Message:
Logged In: YES 
user_id=21627

It appears that you need rpm 3.x, which was release 1999. I
think this is safe enough to accept this patch; applied as
bdist_rpm.py 1.30.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2002-04-18 08:06

Message:
Logged In: YES 
user_id=21627

So what is the minimum version of the RPM software that
accepts the License: field? It is my understanding that
rpm(1) may blow up if it does not recognize a field.

----------------------------------------------------------------------

Comment By: Gustavo Niemeyer (niemeyer)
Date: 2002-04-14 18:46

Message:
Logged In: YES 
user_id=7887

The rpm.org site is much more obsolete than this tag  
<wink>.  
  
Here is an excerpt from a message of Jeff Johnson in  
rpm-list (subject is "Re: three questions about building  
rpms"):  
  
----  
[...] 
This is historical legacy. Originally rpm had  
        Copyright: GPL  
but everyone said  
        GPL is not a copyright.  
  
So, rpm changed the tag name to License:, and, for  
backward compatibility, used the same numeric value as  
RPMTAG_COPYRIGHT. Now, everyone gets to ask the next  
question  
  
        Which is it Copyright: or License:?  
  
and the answer is <shrug> :-)  
----  
  
Every distribution working with rpms, including redhat,  
has changed (or is changing) the tag to License.  
Copyright, as Jeff said by himself, is a misgiven name  
for that field.  
 

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2002-04-14 11:58

Message:
Logged In: YES 
user_id=21627

Can you provide a pointer that shows this obsoletion?

http://www.rpm.org/RPM-HOWTO/build.html#SPEC-FILE

still says Copyright.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=543498&group_id=5470