diff options
author | B Stack <bgstack15@gmail.com> | 2018-09-10 03:00:05 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-09-10 03:00:05 +0000 |
commit | e7907dad6a394f5c9b7e6b03a69102fddfdb9e48 (patch) | |
tree | 9d5b9343853e02e3378103a00ce863ebcabfa11e | |
parent | Merge branch 'fix-pm-el6' into 'master' (diff) | |
parent | bump to 10.4 (diff) | |
download | stackrpms-e7907dad6a394f5c9b7e6b03a69102fddfdb9e48.tar.gz stackrpms-e7907dad6a394f5c9b7e6b03a69102fddfdb9e48.tar.bz2 stackrpms-e7907dad6a394f5c9b7e6b03a69102fddfdb9e48.zip |
Merge branch 'ffs-10.4' into 'master'
bump to 10.4
See merge request bgstack15/stackrpms!5
-rw-r--r-- | freefilesync/freefilesync.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 7a17269..63d8d43 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -2,8 +2,8 @@ %global prog2name RealTimeSync %global dummy_package 0 Name: freefilesync -Version: 10.3 -Release: 3%{?dist} +Version: 10.4 +Release: 1%{?dist} Summary: A file synchronization utility Group: Applications/File @@ -21,6 +21,7 @@ Patch3: ffs_fedora.patch Packager: B Stack <bgstack15@gmail.com> BuildRequires: boost-devel +# WARNING: the build will FAIL if you have wxGTK3-devel installed. Only wxGTK2-devel should be on the build system. BuildRequires: compat-wxGTK3-gtk2-devel BuildRequires: gcc-c++ BuildRequires: desktop-file-utils @@ -66,7 +67,7 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \ %make_install -C %{pkgname}/Source/%{prog2name} %endif -# WORKHERE not sure why this is needed especially if we did it in the %prep +# make extra sure the files are not marked with executable find %{buildroot}%{_datadir}/%{pkgname} -type f -exec chmod -x '{}' \; || : # desktop files @@ -131,6 +132,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %ghost %config %attr(666, -, -) %{_datadir}/%{pkgname}/GlobalSettings.xml %changelog +* Mon Sep 10 2018 B Stack <bgstack15@gmail.com> - 10.4-1 +- version bump + * Wed Aug 29 2018 B Stack <bgstack15@gmail.com> - 10.3-3 - forked from phantomx release |