forked from pool/libzio
Accepting request 562880 from devel:libraries:c_c++
- Add changes from Jerrell Watts which has kindly provided his changes for lzma/xz support with large I/O buffers OBS-URL: https://build.opensuse.org/request/show/562880 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzio?expand=0&rev=42
This commit is contained in:
commit
d07bd4c14c
@ -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
3
libzio-1.06.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d83f9cac6076f26c4c5e10dc07f44e982e224e66f0c9a67af03dddb01bcac930
|
||||||
|
size 22213
|
@ -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
|
Thu Jun 29 11:53:07 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
10
libzio.spec
10
libzio.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzio
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libzio
|
Name: libzio
|
||||||
%define lname libzio1
|
%define lname libzio1
|
||||||
Version: 1.05
|
Version: 1.06
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Library for Accessing Compressed Text Files
|
Summary: A Library for Accessing Compressed Text Files
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -38,8 +38,8 @@ files with FILE streams.
|
|||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: A Library for Accessing Compressed Text Files
|
Summary: A Library for Accessing Compressed Text Files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: libzio = %{version}
|
Provides: libzio = 1.06
|
||||||
Obsoletes: libzio <= %{version}
|
Obsoletes: libzio <= 1.00
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
Libzio provides a wrapper function for reading or writing gzip or bzip2
|
Libzio provides a wrapper function for reading or writing gzip or bzip2
|
||||||
@ -64,11 +64,13 @@ make %{?_smp_mflags} noweak
|
|||||||
%check
|
%check
|
||||||
make testt
|
make testt
|
||||||
make tests
|
make tests
|
||||||
|
make testx
|
||||||
for comp in gzip bzip2 lzma xz
|
for comp in gzip bzip2 lzma xz
|
||||||
do
|
do
|
||||||
$comp -c < fzopen.3.in > fzopen.test
|
$comp -c < fzopen.3.in > fzopen.test
|
||||||
./testt fzopen.test | cmp fzopen.3.in -
|
./testt fzopen.test | cmp fzopen.3.in -
|
||||||
cat fzopen.test | ./tests ${comp:0:1} | 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
|
done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user