From 9ebbb3ea81200dac2555da12da86b986c3e11ce3 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 29 Aug 2018 23:14:40 -0400 Subject: freefilesync: use gitlab mirror for source0 upstream does not allow open downloads of source, so use my mirror which does --- freefilesync/freefilesync.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'freefilesync/freefilesync.spec') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index dad3c74..7a17269 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -9,7 +9,9 @@ Summary: A file synchronization utility Group: Applications/File License: GPLv3 URL: http://www.freefilesync.org/ -Source0: http://www.freefilesync.org/download/%{pkgname}_%{version}_Source.zip +# upstream does not provide easy automatic downloads of the source, so use the mirror +#Source0: http://www.freefilesync.org/download/%{pkgname}_%{version}_Source.zip +Source0: https://gitlab.com/opensource-tracking/%{pkgname}/-/archive/%{version}/%{pkgname}-%{version}.tar.gz Source1: %{pkgname}.desktop Source2: %{prog2name}.desktop Patch0: ffs_include_lz.patch @@ -35,7 +37,7 @@ designed to save your time setting up and running backup jobs while having nice visual feedback along the way. %prep -%setup -c -n %{pkgname}-%{version} +%setup -n %{pkgname}-%{version} # fix text file line endings and permissions to unix find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \ -- cgit