From 537b80a4c45d97266a09ef80d81644710bbd64ea Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 21 Feb 2016 14:41:58 +0100 Subject: [PATCH] update-specfile: remove Requires: kde-workspace from many kde4->kde5 packages and fix kde download url --- etc/autodist/scripts/update-specfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/autodist/scripts/update-specfile b/etc/autodist/scripts/update-specfile index 3a32980..2d0f760 100755 --- a/etc/autodist/scripts/update-specfile +++ b/etc/autodist/scripts/update-specfile @@ -58,8 +58,11 @@ sed -i "s|^Vendor:.*|Vendor: openmamba|; s|^PreReq:[[:space:]]*/sbin/install-info|Requires(post):%{__install_info}|; s|^PreReq:[[:space:]]*%{__install_info}|Requires(post):%{__install_info}|; s|^PreReq:[[:space:]]*|Requires(pre): |; + s|^\(Requires:[[:space:]]*kde-workspace\)$|#\1|; s|http://.*.dl\.sourceforge\.net/|http://downloads.sourceforge.net/|; - s|ftp://ftp.kde.org/pub/kde/|http://download.kde.org/|" $SPECFILE + s|http://ftp.kde.org/stable/|http://download.kde.org/stable/|; + s|ftp://ftp.kde.org/pub/kde/|http://download.kde.org/|; + s|http://download.kde.org/stable/%{version}|http://download.kde.org/stable/applications/%{version}|" $SPECFILE #sed -i "s|^\(Source.*:[[:space:]]*ftp://ftp.kde.org/pub/kde/stable/.*.tar.\)bz2|\1xz|" $SPECFILE if [ $BUILDREQNUM -gt 0 ]; then