Buchan Milne wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Stefan van der Eijk wrote:
>
>> On Topic:
>> Is there a way to exclude files from a %files list? Quite some of these
>> duplicate because for instance the files for the icewm-light theme is also
>> included in icewm. Would be nice if these files can excluded from a job.
>>
>> %files -n package1
>> %{_bindir}/* !%{_binddir}/dont_want_this_here
>>
>> %files -n package1
>> %{_binddir}/dont_want_this_here
>>
>> to avoid duplication = save ISO space.
>>
>
> %exclude?
> %files -n package1
> %{_bindir}/*
> %exclude %{_binddir}/dont_want_this_here
>
> Regards,
> Buchan
Is that just how you'd want the syntax to look, or is that an actual currently working
possibility?
If there was some such functionality, I could add one more popular plugin to my
SquirrelMail package.