auto-import pbzip2-1.0-1 on branch devel from pbzip2-1.0-1.src.rpm
This commit is contained in:
parent
3dc321014a
commit
8a025bbad6
@ -1 +1 @@
|
||||
pbzip2-0.9.6.tar.gz
|
||||
pbzip2-1.0.tar.gz
|
||||
|
||||
11
pbzip2.spec
11
pbzip2.spec
@ -1,6 +1,6 @@
|
||||
Name: pbzip2
|
||||
Version: 0.9.6
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Parallel implementation of bzip2
|
||||
URL: http://www.compression.ca/pbzip2/
|
||||
License: BSD
|
||||
@ -13,8 +13,8 @@ Source0: http://www.compression.ca/pbzip2/%{name}-%{version}.tar.gz
|
||||
PBZIP2 is a parallel implementation of the bzip2 block-sorting file
|
||||
compressor that uses pthreads and achieves near-linear speedup on SMP
|
||||
machines. The output of this version is fully compatible with bzip2
|
||||
v1.0.2 (ie: anything compressed with pbzip2 can be decompressed with
|
||||
bzip2).
|
||||
v1.0.2 or newer (ie: anything compressed with pbzip2 can be
|
||||
decompressed with bzip2).
|
||||
|
||||
|
||||
%prep
|
||||
@ -44,6 +44,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 14 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0-1
|
||||
- Release 1.0
|
||||
|
||||
* Tue Sep 12 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-4
|
||||
- Rebuild for Fedora Extras 6
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user