From bcc84588f90da63acef0e42ab2d4d899d1e0929f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 11:07:48 -0500 Subject: [PATCH] update URL, use autosetup --- kf5-kxmlrpcclient.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kf5-kxmlrpcclient.spec b/kf5-kxmlrpcclient.spec index 53346e6..9631709 100644 --- a/kf5-kxmlrpcclient.spec +++ b/kf5-kxmlrpcclient.spec @@ -6,7 +6,7 @@ Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 library for interaction with XML RPC services License: LGPLv2+ and BSD -URL: https://projects.kde.org/kxmlrpcclient +URL: https://quickgit.kde.org/?p=%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -38,7 +38,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{framework}-%{version} +%autosetup -n %{framework}-%{version} -p1 %build