[mypaint] koji doesn't like the URL of Source2

Christoph Wickert cwickert at fedoraproject.org
Tue Jan 10 01:03:28 UTC 2012


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

    koji doesn't like the URL of Source2

 mypaint.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/mypaint.spec b/mypaint.spec
index 36940fe..7c77872 100644
--- a/mypaint.spec
+++ b/mypaint.spec
@@ -12,7 +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
-Source2:        http://mypaintatelier.googlecode.com/files/Concept%20Design.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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel, gtk2-devel, pygtk2-devel


More information about the scm-commits mailing list