From 8900f66cfacc492e7150973f1c5c8021b0adaac4 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 2 Dec 2010 12:36:58 -0600 Subject: [PATCH] Get rid of mac files --- python-dns.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-dns.spec b/python-dns.spec index 89b0103..7ec3456 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -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