Accepting request 284786 from Archiving
- Update to new upstream release 1.3 OBS-URL: https://build.opensuse.org/request/show/284786 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plzip?expand=0&rev=5
This commit is contained in:
commit
d3823f60c3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f99aaf0fcb545cd90b254aaf7bc53f32dc75cef1ff3e888ec47f4f97314e531
|
|
||||||
size 58500
|
|
Binary file not shown.
3
plzip-1.3.tar.gz
Normal file
3
plzip-1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45f631ae849cb1372317432478c815725ba00ae67fd7df9fb97df994720234a7
|
||||||
|
size 60027
|
BIN
plzip-1.3.tar.gz.sig
Normal file
BIN
plzip-1.3.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 8 14:39:20 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.3
|
||||||
|
* Testing of a non-seekable file or of standard input now uses up
|
||||||
|
to 30 MiB less memory per thread.
|
||||||
|
* "-dvvv" and "-tvvv" now show the dictionary size of the first
|
||||||
|
member, producing the same output as lzip for single-member
|
||||||
|
files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 1 11:51:34 UTC 2014 - jengelh@inai.de
|
Wed Oct 1 11:51:34 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
21
plzip.spec
21
plzip.spec
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plzip
|
# spec file for package plzip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: plzip
|
Name: plzip
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parallel LZMA Data Compressor
|
Summary: Parallel LZMA Data Compressor
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -50,7 +50,10 @@ distribution and data archiving.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure \
|
mkdir build
|
||||||
|
pushd build
|
||||||
|
# not autoconf
|
||||||
|
../configure \
|
||||||
--prefix="%{_prefix}" \
|
--prefix="%{_prefix}" \
|
||||||
--bindir="%{_bindir}" \
|
--bindir="%{_bindir}" \
|
||||||
--datadir="%{_datadir}" \
|
--datadir="%{_datadir}" \
|
||||||
@ -63,14 +66,18 @@ distribution and data archiving.
|
|||||||
CXX="%__cxx" \
|
CXX="%__cxx" \
|
||||||
CPPFLAGS="%{optflags}" \
|
CPPFLAGS="%{optflags}" \
|
||||||
CXXFLAGS="%{optflags}"
|
CXXFLAGS="%{optflags}"
|
||||||
|
make %{?_smp_flags}
|
||||||
%__make %{?_smp_flags}
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%__make DESTDIR="%{buildroot}" LDCONFIG=echo install
|
pushd build
|
||||||
|
%make_install LDCONFIG=echo
|
||||||
|
popd
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%__make check
|
pushd build
|
||||||
|
make check
|
||||||
|
popd
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir="%{_infodir}" "%{_infodir}/%{name}".info%{ext_info}
|
%install_info --info-dir="%{_infodir}" "%{_infodir}/%{name}".info%{ext_info}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user