From 9ad799f1bdc0b3d683c25a555f434b115e3da24c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Oct 24 2011 09:05:22 +0000 Subject: fix dir naming --- 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