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

Jan Grulich jgrulich at fedoraproject.org
Wed Oct 24 05:59:01 UTC 2012


commit 0625a61a923bbc7d420ba69ac4221c46a8a2c576
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Wed Oct 24 07:58:45 2012 +0200

    Do not hardcode the version in the Source URL

 kdevelop.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kdevelop.spec b/kdevelop.spec
index 0e50999..7435c39 100644
--- a/kdevelop.spec
+++ b/kdevelop.spec
@@ -10,7 +10,7 @@ Release: 1%{?dist}
 License: GPLv2
 URL:     http://www.kdevelop.org/
 Group:   Development/Tools
-Source0: http://download.kde.org/stable/kdevelop/4.4.0/src/kdevelop-%{version}.tar.bz2
+Source0: http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # remove set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) line


More information about the scm-commits mailing list