[kdevplatform/f17] Do not hardcode the version in the Source URL

Jan Grulich jgrulich at fedoraproject.org
Wed Oct 24 05:56:30 UTC 2012


commit beb9ad6f8565a6709cac42a48ed0e6a9f2301c8f
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Wed Oct 24 07:55:34 2012 +0200

    Do not hardcode the version in the Source URL

 kdevplatform.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kdevplatform.spec b/kdevplatform.spec
index 5c06c0d..b00a7b2 100644
--- a/kdevplatform.spec
+++ b/kdevplatform.spec
@@ -7,7 +7,7 @@ Release:        1%{?dist}
 Group:          Development/Tools
 License:        GPLv2
 URL:            http://www.kde.org/
-Source0:        http://download.kde.org/stable/kdevelop/4.4.0/src/kdevplatform-%{version}.tar.bz2
+Source0:        http://download.kde.org/stable/kdevelop/%{version}/src/kdevplatform-%{version}.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 


More information about the scm-commits mailing list