Accepting request 283287 from home:ecsos
FreeFileSync is a free Open Source software that helps you synchronize files and synchronize folders for Windows, Linux and Mac OS X. It is designed to save your time setting up and running backup jobs while having nice visual feedback along the way. OBS-URL: https://build.opensuse.org/request/show/283287 OBS-URL: https://build.opensuse.org/package/show/network/FreeFileSync?expand=0&rev=1
This commit is contained in:
commit
9080bc5b58
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
5
FreeFileSync.changes
Normal file
5
FreeFileSync.changes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 24 14:11:30 UTC 2015 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
- initial version 6.13
|
||||||
|
|
11
FreeFileSync.desktop
Normal file
11
FreeFileSync.desktop
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=FreeFileSync
|
||||||
|
GenericName=Folder Synchronization Tool
|
||||||
|
Comment=Visual folder comparison and synchronization
|
||||||
|
Exec=FreeFileSync
|
||||||
|
Terminal=false
|
||||||
|
Icon=FreeFileSync
|
||||||
|
Type=Application
|
||||||
|
Categories=Utility;Archiving;
|
||||||
|
Version=1.0
|
||||||
|
|
3
FreeFileSync.png
Normal file
3
FreeFileSync.png
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b7fca63bbc35aa4baf2b7bb70ad1bba6c45c5a1099d40de39b45696237c0647
|
||||||
|
size 2154
|
70
FreeFileSync.spec
Normal file
70
FreeFileSync.spec
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
#
|
||||||
|
# spec file for package FreeFileSync
|
||||||
|
#
|
||||||
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
Name: FreeFileSync
|
||||||
|
Summary: Free backup software to synchronize files and folders
|
||||||
|
Version: 6.13
|
||||||
|
Release: 1
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Productivity/Networking/System
|
||||||
|
Url: http://freefilesync.sourceforge.net/
|
||||||
|
Source0: http://sourceforge.net/projects/freefilesync/files/%{name}/%{version}/%{name}_%{version}_Source.zip
|
||||||
|
Source1: %{name}.desktop
|
||||||
|
Source2: %{name}.png
|
||||||
|
Source3: zenXml_2.1-stripped.zip
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: unzip
|
||||||
|
BuildRequires: gcc-c++ >= 4.8
|
||||||
|
BuildRequires: boost-devel >= 1.54
|
||||||
|
BuildRequires: wxWidgets-3_0-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
|
||||||
|
%description
|
||||||
|
FreeFileSync is a free Open Source software that helps you synchronize files
|
||||||
|
and synchronize folders for Windows, Linux and Mac OS X. It is designed to save
|
||||||
|
your time setting up and running backup jobs while having nice visual feedback along the way.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -T -b 0 -c %{name}-%{version}
|
||||||
|
%setup -T -a 3 -c %{name}-%{version} -D
|
||||||
|
|
||||||
|
%build
|
||||||
|
cd %{name}/Source
|
||||||
|
make %{?_smp_mflags} BUILD=FreeFileSync
|
||||||
|
|
||||||
|
%install
|
||||||
|
cd %{name}/Source
|
||||||
|
%make_install
|
||||||
|
# del unneeded changelog.gz
|
||||||
|
rm -r ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}
|
||||||
|
# desktop
|
||||||
|
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
|
||||||
|
install -p %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/
|
||||||
|
%suse_update_desktop_file -i %name
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc LICENSE
|
||||||
|
%{_bindir}/%{name}
|
||||||
|
%{_datadir}/%{name}
|
||||||
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
%{_datadir}/pixmaps/%{name}.png
|
||||||
|
|
||||||
|
%changelog
|
3
FreeFileSync_6.13_Source.zip
Normal file
3
FreeFileSync_6.13_Source.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6472ef731a434634d57443caed5904e98929217f5b9b243d07e0c951003a796
|
||||||
|
size 2612566
|
3
zenXml_2.1-stripped.zip
Normal file
3
zenXml_2.1-stripped.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58bdc8ec8a5cf691f0e51b6cf5d81740b5b9088b855357b7185a689d19a63621
|
||||||
|
size 19161
|
Loading…
x
Reference in New Issue
Block a user