/README.BDIST_RPM

https://bitbucket.org/jpellerin/nose/ · text · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 5b679129bf81ac52f7ef4cdb4d8637df MD5 · raw file

  1. On some platforms, brp-compress zips man pages without distutils knowing about
  2. it. This results in an error when building an rpm for nose. The rpm build will
  3. report either that an unpackaged file was found, or that an expected package
  4. file was not found.
  5. If you see such an error when using the bdist_rpm command, uncomment the
  6. 'install_script' line in the '[bdist_rpm]' section of nose's setup.cfg
  7. file. This should fix the problem by fixing the man page filename in the
  8. generated rpm spec file.