[colossus] Adkust for extra directory level in source tree

Bruno Wolff III bruno at fedoraproject.org
Sun Mar 25 04:09:39 UTC 2012


commit 016995f73f06dc4d769fc962b78762688afcadd6
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Mar 24 23:03:08 2012 -0500

    Adkust for extra directory level in source tree

 colossus.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/colossus.spec b/colossus.spec
index ad6cdd3..e8dcb6b 100644
--- a/colossus.spec
+++ b/colossus.spec
@@ -57,6 +57,8 @@ This package contains the API documentation for %{name}.
 
 %prep
 %setup -q -n %{name}-%{branch}-%{revdate}-%{rev}
+# With 0.13.x there is an extra direcory level
+mv Colossus/* Colossus/.??* .
 
 %build
 
@@ -156,6 +158,7 @@ touch --no-create %{_datadir}/pixmaps || :
 - Upstream update to 0.13.2
 - Release notes at http://colossus.sourceforge.net/docs/RecentChangesDetails.html
 - Some minor fixes and client/server cleanup
+- Adjust for extra directory level in source tree
 
 * Sun Feb 05 2012 Bruno Wolff III <bruno at wolff.to> - 0.13.0-1
 - Upstream update to 0.13.0


More information about the scm-commits mailing list