Re: some differences between "doc" stuff and "license" stuff

2015-03-09 Thread Michael Cronenworth
On 03/09/2015 04:58 AM, Florian Weimer wrote: Why? %license also sets a flag which can be queried from the RPM database. I was mistaken about what was happening. After checking another package the behavior has not changed. -- devel mailing list devel@lists.fedoraproject.org https://admin.fe

Re: some differences between "doc" stuff and "license" stuff

2015-03-09 Thread Florian Weimer
On 03/08/2015 07:44 PM, Michael Cronenworth wrote: > This automatic process is grabbing license files since most projects > have them in the /usr/share/doc and therefore negate the usefulness of > %license to separate out the license files. Why? %license also sets a flag which can be queried fro

Re: some differences between "doc" stuff and "license" stuff

2015-03-09 Thread Michael Schwendt
On Sun, 08 Mar 2015 13:44:26 -0500, Michael Cronenworth wrote: > On 03/08/2015 07:48 AM, Björn Persson wrote: > > · Files under /usr/share/doc are automatically tagged as documentation > > files even if "%doc" isn't used. Files under /usr/share/licenses are not > > automatically tagged as license

Re: some differences between "doc" stuff and "license" stuff

2015-03-08 Thread Michael Cronenworth
On 03/08/2015 07:48 AM, Björn Persson wrote: · Files under /usr/share/doc are automatically tagged as documentation files even if "%doc" isn't used. Files under /usr/share/licenses are not automatically tagged as license files, so they need to be preceded by "%license" in file lists. I noticed