From dcb050193339fe2998aec24669acfd675fa10dc3 Mon Sep 17 00:00:00 2001 From: Sdrkun Date: Mon, 13 Jan 2020 20:27:26 +0800 Subject: [PATCH] Delete useless files. --- pzstd.1.patch | 19 ------------------- zstd.spec | 9 ++++----- 2 files changed, 4 insertions(+), 24 deletions(-) delete mode 100644 pzstd.1.patch diff --git a/pzstd.1.patch b/pzstd.1.patch deleted file mode 100644 index cfe2e45..0000000 --- a/pzstd.1.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Naur -Naru zstd-1.3.4/programs/zstd.1 zstd-1.3.4.new/programs/zstd.1 ---- zstd-1.3.4/programs/zstd.1 2018-03-26 22:19:34.000000000 +0000 -+++ zstd-1.3.4.new/programs/zstd.1 2018-03-28 04:28:27.532777239 +0000 -@@ -177,7 +177,14 @@ - .TP - \fB\-\-\fR - All arguments after \fB\-\-\fR are treated as files --. -+ -+.SH Parallel Zstd OPTIONS -+Additional options for the pzstd utility -+.TP -+.BR \-p ", " --processes -+ number of threads to use for (de)compression (default:4) -+ -+ - .SH "DICTIONARY BUILDER" - \fBzstd\fR offers \fIdictionary\fR compression, which greatly improves efficiency on small files and messages\. It\'s possible to train \fBzstd\fR with a set of samples, the result of which is saved into a file called a \fBdictionary\fR\. Then during compression and decompression, reference the same dictionary, using command \fB\-D dictionaryFileName\fR\. Compression of small files similar to the sample set will be greatly improved\. - . diff --git a/zstd.spec b/zstd.spec index fbfce16..c151508 100644 --- a/zstd.spec +++ b/zstd.spec @@ -2,16 +2,12 @@ Name: zstd Version: 1.3.6 -Release: 2 +Release: 3 Summary: A fast lossless compression algorithm License: BSD and GPLv2 URL: https://github.com/facebook/zstd Source0: https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -%if %{with pzstd} -Patch0: pzstd.1.patch -%endif - BuildRequires: gtest-devel gcc-c++ pkg-config Provides: libzstd @@ -89,5 +85,8 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1 %{_mandir}/man1/*.1* %changelog +* Mon Jan 13 2020 openEuler Buildteam - 1.3.6-3 +- Delete useless files. + * Sun Sep 15 2019 dongjian - 1.3.6-2 - Modification summary -- Gitee