In my spec file for rpm python packaging, I want to delete certain file types in certain directories:
for example, I want to exclude * .py source files in these directories:
lib/*.py
comm/*.py
I think I should do this in the% section of my specification file. Any suggestions?
source
share