Get rid of mac files

This commit is contained in:
Jeffrey C. Ollie 2010-12-02 12:36:58 -06:00
parent 8d39ec14c9
commit 8900f66cfa
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ manipulation of DNS zones, messages, names, and records.
%prep
%setup0 -q -n dnspython-%{version}
# get rid of Mac goop
find . -name ._\* -delete
# strip executable permissions so that we don't pick up dependencies
# from documentation
find examples -type f | xargs chmod a-x