[python-dulwich] remove *.egg-info

Fabian Affolter fab at fedoraproject.org
Wed Feb 26 14:17:07 UTC 2014


commit 9fdfdbb46be7f5e74206405049617da6d62ddb63
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed Feb 26 15:17:38 2014 +0100

    remove *.egg-info

 python-dulwich.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/python-dulwich.spec b/python-dulwich.spec
index 66708d7..76929ef 100644
--- a/python-dulwich.spec
+++ b/python-dulwich.spec
@@ -27,6 +27,7 @@ Mrs. Git live in the Monty Python sketch.
 
 %prep
 %setup -q -n %{srcname}-%{version}
+rm -rf %{srcname}.egg-info
 
 %build
 CFLAGS="%{optflags}" %{__python2} setup.py build
@@ -39,7 +40,7 @@ CFLAGS="%{optflags}" %{__python2} setup.py build
 #nosetests test*.py
 
 %files
-%doc AUTHORS COPYING HACKING NEWS README docs/
+%doc COPYING NEWS README docs/
 %{_bindir}/dul-*
 %{_bindir}/%{srcname}
 %{python2_sitearch}/%{srcname}*


More information about the scm-commits mailing list