[goobook] oops wrong place for sed

helloworld1 helloworld1 at fedoraproject.org
Thu Jul 28 19:52:01 UTC 2011


commit 57a2383ef8841e38e5a07fc5aba2eef6492fd18f
Author: liberty <liberty at libertyhost.fedora>
Date:   Thu Jul 28 12:51:37 2011 -0700

    oops wrong place for sed

 goobook.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/goobook.spec b/goobook.spec
index 9b5b5d2..56536f2 100644
--- a/goobook.spec
+++ b/goobook.spec
@@ -27,13 +27,12 @@ Goobook is a command-line interface to Google contacts. It includes
 * Adding new contacts (very basic) 
 
 %prep
-# Remove the argparse dependency
-sed -i '/argparse>=1.1/d' setup.py
-
 %setup -q -n %{name}-%{version}
 
 
 %build
+# Remove the argparse dependency
+sed -i '/argparse>=1.1/d' setup.py
 %{__python} setup.py build
 
 %install


More information about the scm-commits mailing list