commit d1beca211816d7db2032396a7f35ae1c1584b5a1afb2e9808b2b15d8b8f9199b Author: Martin Pluskal Date: Tue Aug 22 11:06:30 2023 +0000 osc copypac from project:Archiving package:zpaq revision:19, using expand OBS-URL: https://build.opensuse.org/package/show/Archiving/zpaqfranz?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/zpaq.changes b/zpaq.changes new file mode 100644 index 0000000..385529a --- /dev/null +++ b/zpaq.changes @@ -0,0 +1,70 @@ +------------------------------------------------------------------- +Wed Apr 14 07:01:10 UTC 2021 - Martin Pluskal + +- Spec file cleanup + +------------------------------------------------------------------- +Tue Feb 27 09:49:43 UTC 2018 - jengelh@inai.de + +- Trim Windows mention. Compact description. + +------------------------------------------------------------------- +Mon Feb 19 11:57:39 UTC 2018 - aloisio@gmx.com + +- Update to version 7.15 + * Fixes incorrect JIT assembly of "a+= 128" in libzpaq. + version 7.14 + * Faster backup to a network drive. + +- Upstream removed separate shared library and so we drop + -devel and libzpaq subpackages + +------------------------------------------------------------------- +Sun Oct 23 06:21:00 UTC 2016 - mpluskal@suse.com + +- Small package cleanup and rename of devel package + +------------------------------------------------------------------- +Sat May 7 17:33:43 UTC 2016 - mpluskal@suse.com + +- Update to 7.13 + * Removes requirement for separate WinXP version. Fixes Intel + and VS 2015 compiler errors. + * Removes multi-part archive support, -nodelete, add -test, and + -key prompt. + * Updated Makefile to link libzpaq.o statically. + * Fixes bug in extracting streaming archive with empty first + file name. + * Adds multi-part archives, -index. Some UI changes. Updates + libzpaq.h, zpaq.pod. + * Adds -repack, -encrypt. Updates libzpaq.cpp, zpaq.pod + * Faster extract. Removes -encrypt (combined with -repack). + Updates libzpaq.h, zpaq.pod. Apr. 29, 2016: added + zpaq-gcc481.exe for older machines. + * Adds support for sparse files in Windows. + +------------------------------------------------------------------- +Sun Mar 19 14:03:25 UTC 2016 - mpluskal@suse.com + +- Update to version 7.07 + * Fixes v7.06 bug in creating multipart encrypted archives with + incorrectly salted index +- Changes for 7.06 + * Fixes handling of some corrupted archives. Conforms to new spec + zpaq205.pdf. New man page, Makefile, COPYING +- Ship shared library and devel package as well +- Various spec file improvements + +------------------------------------------------------------------- +Sun Jan 3 14:03:56 UTC 2016 - p.drouand@gmail.com + +- Update to version 7.05 + * Fixed -method 111 + * fixes a valgrind warning (LZ77 read past end of input). + +------------------------------------------------------------------- +Fri Apr 17 14:28:09 UTC 2015 - mpluskal@suse.com + +- Initial changelog for version 7.04 +- Do not include build date and time + diff --git a/zpaq.spec b/zpaq.spec new file mode 100644 index 0000000..ad5b9d4 --- /dev/null +++ b/zpaq.spec @@ -0,0 +1,64 @@ +# +# spec file for package zpaq +# +# Copyright (c) 2021 SUSE LLC +# +# 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 https://bugs.opensuse.org/ +# + + +%define dversion 715 +Name: zpaq +Version: 7.15 +Release: 0 +Summary: A journaling, incremental, deduplicating archiver +License: SUSE-Public-Domain AND MIT +Group: Productivity/Archiving/Compression +URL: http://mattmahoney.net/dc/zpaq.html +Source0: http://mattmahoney.net/dc/zpaq%{dversion}.zip +Source1: %{name}.changes +BuildRequires: dos2unix +BuildRequires: gcc-c++ +BuildRequires: unzip + +%description +zpaq is a journaling, incremental, deduplicating archiver. +"Journaling" means that when you update a file or directory, both the +old and new versions are saved and can be extracted. "Incremental" +means that only those files whose last-modified date has changed +since the previous backup are added. For 100 GB of files, this +typically takes 1-2 minutes, vs. a few hours to create the first +version. "Deduplicating" means that identical files or fragments are +stored only once to save time and space. + +%prep +%autosetup -c %{name}%{dversion} +dos2unix readme.txt COPYING + +%build +%make_build CXXFLAGS="%{optflags}" + +%install +%make_install \ + DESTDIR="%{?buildroot}" \ + LIBDIR="%{_libdir}" \ + BINDIR="%{_bindir}" \ + MANDIR="%{_mandir}" \ + INCLUDEDIR="%{_includedir}" + +%files +%doc readme.txt +%license COPYING +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1%{?ext_man} + +%changelog diff --git a/zpaq715.zip b/zpaq715.zip new file mode 100644 index 0000000..7933e0e --- /dev/null +++ b/zpaq715.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85ec2529eb0ba22ceaeabd461e55357ef099b80f61c14f377b429ea3d49d418 +size 1000646