From d2f27f1b3bab6d334742fcf23179ccc1aaf6b92a Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Fri, 4 Oct 2019 10:22:41 +0200 Subject: [PATCH] Replaced %% to % while uncommenting some lines --- nextcloud-client.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud-client.spec b/nextcloud-client.spec index 3187855..2d438b7 100644 --- a/nextcloud-client.spec +++ b/nextcloud-client.spec @@ -8,7 +8,7 @@ Summary: The Nextcloud Client # -libs are LGPLv2+, rest GPLv2 License: LGPLv2+ and GPLv2 Url: https://nextcloud.com/install/#install-clients -Source0: https://github.com/nextcloud/desktop/archive/desktop-%%{version}.tar.gz +Source0: https://github.com/nextcloud/desktop/archive/desktop-%{version}.tar.gz Source1: nextcloud.appdata.xml # The patch does 3 things: # - Depends on system lib for QtSingleApplication and QtLockedFile @@ -132,7 +132,7 @@ The nextcloud desktop client dolphin extension. %endif %prep -%setup -q -n desktop-%%{version} +%setup -q -n desktop-%{version} #rm -rf src/3rdparty/qtlockedfile src/3rdparty/qtsingleapplication