[mypaint] koji still didn't like the file name

Christoph Wickert cwickert at fedoraproject.org
Tue Jan 10 01:21:12 UTC 2012


commit ce5bdcb6b359b7dc2a4560d648d9d22f2cf37da1
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Tue Jan 10 02:21:03 2012 +0100

    koji still didn't like the file name

 .gitignore   |    1 +
 mypaint.spec |    6 +++---
 sources      |    1 +
 3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c114f8..5e04548 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ mypaint-0.8.2.tar.bz2
 /mypaint-1.0.0.tar.bz2
 /Concept%20Design.zip
 /ramon2.zip
+/Concept_Design.zip
diff --git a/mypaint.spec b/mypaint.spec
index 7c77872..ded3a9d 100644
--- a/mypaint.spec
+++ b/mypaint.spec
@@ -12,9 +12,9 @@ License:        GPLv2+ and LGPLv2+ and CC-BY
 URL:            http://mypaint.intilinux.com/
 Source0:        http://download.gna.org/mypaint/%{name}-%{version}.tar.bz2
 Source1:        http://mypaintatelier.googlecode.com/files/ramon2.zip
-# we just use the basename because koji doesn't like the URL
-# http://mypaintatelier.googlecode.com/files/Concept%20Design.zip
-Source2:        Concept%20Design.zip
+# taken from http://mypaintatelier.googlecode.com/files/Concept%20Design.zip
+# but koji doesn't like sources with a whitespace, so we rename it
+Source2:        Concept_Design.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel, gtk2-devel, pygtk2-devel
diff --git a/sources b/sources
index c2cc7d6..611ef37 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
 dcd43933746a4579e7994f506e097823  mypaint-1.0.0.tar.bz2
 fdd6b6f028d1ce9240ea084403d15ec4  Concept%20Design.zip
 b7551bf926b4a6eba21e5c75de1bebab  ramon2.zip
+fdd6b6f028d1ce9240ea084403d15ec4  Concept_Design.zip


More information about the scm-commits mailing list