diff options
author | B Stack <bgstack15@gmail.com> | 2018-11-15 07:26:19 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-11-15 07:26:19 -0500 |
commit | 156f7537e3d2c3ff96d6a0073f19e1928303439d (patch) | |
tree | f90b7adc478d20df19b6a006814fff3e6bc08f8d /freefilesync/freefilesync.spec | |
parent | freefilesync 10.6-1 (diff) | |
download | stackrpms-156f7537e3d2c3ff96d6a0073f19e1928303439d.tar.gz stackrpms-156f7537e3d2c3ff96d6a0073f19e1928303439d.tar.bz2 stackrpms-156f7537e3d2c3ff96d6a0073f19e1928303439d.zip |
fix mkdir -p ../Build/Bin
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r-- | freefilesync/freefilesync.spec | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 824b0bf..63e75c8 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -3,7 +3,7 @@ %global dummy_package 0 Name: freefilesync Version: 10.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A file synchronization utility Group: Applications/File @@ -14,11 +14,10 @@ URL: http://www.freefilesync.org/ Source0: https://gitlab.com/opensource-tracking/%{pkgname}/-/archive/%{version}/%{pkgname}-%{version}.tar.gz Source1: %{pkgname}.desktop Source2: %{prog2name}.desktop -Patch0: ffs_include_lz.patch +Patch0: ffs_makefile.patch Patch1: ffs_no_check_updates.patch Patch2: ffs_no_wx311.patch Patch3: ffs_fedora.patch -Patch4: ffs_xdg_config_dir.patch Packager: B Stack <bgstack15@gmail.com> BuildRequires: boost-devel @@ -49,7 +48,6 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \ %patch1 -p1 %patch2 -p1 %patch3 -p1 -%patch4 -p1 # custom build parameters for packaging application in rpm %{__sed} \ @@ -134,7 +132,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %ghost %config %attr(666, -, -) %{_datadir}/%{pkgname}/GlobalSettings.xml %changelog -* Wed Nov 14 2018 B Stack <bgstack15@gmail.com> - 10.6-1 +* Thu Nov 15 2018 B Stack <bgstack15@gmail.com> - 10.6-2 - version bump * Tue Oct 16 2018 B Stack <bgstack15@gmail.com> - 10.5-1 |