Get rid of mac files
This commit is contained in:
parent
8d39ec14c9
commit
8900f66cfa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user