SHA256
3
0
forked from pool/libzio
Dr. Werner Fink 2018-01-09 12:55:42 +00:00 committed by Git OBS Bridge
parent 1aa7f78915
commit f43f6f19ec
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75405f6f7419fbc99d6b9b9dc9073fdabaf7f7f372c210ddc98909b2f0b567a8
size 22136

3
libzio-1.06.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d83f9cac6076f26c4c5e10dc07f44e982e224e66f0c9a67af03dddb01bcac930
size 22213

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 9 12:54:36 UTC 2018 - werner@suse.de
- Add changes from Jerrell Watts which has kindly provided
his changes for lzma/xz support with large I/O buffers
-------------------------------------------------------------------
Thu Jun 29 11:53:07 UTC 2017 - werner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libzio
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: libzio
%define lname libzio1
Version: 1.05
Version: 1.06
Release: 0
Summary: A Library for Accessing Compressed Text Files
License: GPL-2.0+
@ -38,8 +38,8 @@ files with FILE streams.
%package -n %lname
Summary: A Library for Accessing Compressed Text Files
Group: System/Libraries
Provides: libzio = %{version}
Obsoletes: libzio <= %{version}
Provides: libzio = 1.06
Obsoletes: libzio <= 1.00
%description -n %lname
Libzio provides a wrapper function for reading or writing gzip or bzip2
@ -64,11 +64,13 @@ make %{?_smp_mflags} noweak
%check
make testt
make tests
make testx
for comp in gzip bzip2 lzma xz
do
$comp -c < fzopen.3.in > fzopen.test
./testt fzopen.test | cmp fzopen.3.in -
cat fzopen.test | ./tests ${comp:0:1} | cmp fzopen.3.in -
./testx ${comp:0:1} < fzopen.3.in | ./tests ${comp:0:1} | cmp fzopen.3.in -
done
%install