[sugar-chat] fix dir naming

Peter Robinson pbrobinson at fedoraproject.org
Mon Oct 24 09:05:24 UTC 2011


commit 9ad799f1bdc0b3d683c25a555f434b115e3da24c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Oct 24 10:05:22 2011 +0100

    fix dir naming

 .gitignore      |    7 +------
 sugar-chat.spec |    2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc21551..7204db4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1 @@
-Chat-66.tar.bz2
-/Chat-67.tar.bz2
-/Chat-68.tar.bz2
-/Chat-70.tar.bz2
-/Chat-71.tar.bz2
-/Chat-73.tar.bz2
+/Chat-*.tar.bz2
diff --git a/sugar-chat.spec b/sugar-chat.spec
index 90f13a0..4bb60dd 100644
--- a/sugar-chat.spec
+++ b/sugar-chat.spec
@@ -21,7 +21,7 @@ BuildArch: noarch
 The chat activity provides a chat client for the Sugar interface.
 
 %prep
-%setup -q -n chat-%{version}
+%setup -q -n Chat-%{version}
 
 %build
 python ./setup.py build


More information about the scm-commits mailing list