SHA256
1
0
forked from pool/plzip
Pascal Bleser 2010-03-24 06:11:19 +00:00 committed by Git OBS Bridge
parent b0facd073e
commit afbd446f47
4 changed files with 11 additions and 11 deletions

View File

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

3
plzip-0.6.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 24 06:09:15 UTC 2010 - pascal.bleser@opensuse.org
- update to 0.6:
* some small portability problems have been fixed
* updates to the manual
-------------------------------------------------------------------
Mon Feb 15 13:57:39 UTC 2010 - pascal.bleser@opensuse.org

View File

@ -1,7 +1,7 @@
# norootforbuild
Name: plzip
Version: 0.5
Version: 0.6
Release: 0
Summary: Parallel LZMA Data Compressor
# http://mirrors.zerg.biz/nongnu/lzip/plzip-%{version}.tar.gz
@ -13,10 +13,6 @@ BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: liblz-devel
BuildRequires: gcc-c++ libstdc++-devel make glibc-devel
PreReq: %install_info_prereq
%if 0%{?suse_version} >= 1030
BuildRequires: licenses
Requires: licenses
%endif
%description
Plzip is a parallel version of the lzip data compressor. The files produced by
@ -59,9 +55,6 @@ Authors:
%install
%__make DESTDIR="%{buildroot}" LDCONFIG=echo install
h=/usr/share/doc/licenses/md5/$(md5sum COPYING|cut -f1 -d" ")
test -e "$h" && %__ln_s -f "$h" .
%check
%__make check