perl-Perl-OSType/.rpmlint
Paul Howarth c2efc33ea8 Drop EL-5 support and introduce build-condition for optional tests
- Drop EL-5 support
  - Drop BuildRoot: and Group: tags
  - Drop explicit buildroot cleaning in %install section
  - Drop explicit %clean section
  - Drop workaround for building with Test::More < 0.88
  - Spell checker is always hunspell now
- Introduce build-condition for optional tests
  - Desired for modularity
2017-04-05 18:48:33 +01:00

4 lines
145 B
Plaintext

from Config import *
addFilter("spelling-error %description -l en_US linux -> ");
addFilter("spelling-error %description -l en_US freebsd -> ");