<html><body><div style="color:#000; background-color:#fff; font-family:verdana, helvetica, sans-serif;font-size:10pt">Is there a way to add all files recursively in the %files macro ?<br>I tried :<br><br>%dir %{python_sitelib}/%{name}<br>but that just adds the target directory in the rpm.<br><br>in my %install macro, i have:<br><br>mkdir -p -m 755 %{buildroot}/%{python_sitelib}/%{name}<br>python -m compileall pcore/<br>cp -r pcore/*.pyc %{buildroot}/%{python_sitelib}/%{name}<br><br><br>Thanks,<br>-Kamal.<br></div></body></html>