|
@@ -1,8 +1,8 @@
|
|
Summary: Parallel implementation of bzip2
|
|
Summary: Parallel implementation of bzip2
|
|
Summary(ja): bzip2 の並列処理実装
|
|
Summary(ja): bzip2 の並列処理実装
|
|
Name: pbzip2
|
|
Name: pbzip2
|
|
-Version: 1.0.5
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.1.0
|
|
|
|
+Release: 1%{?_dist_release}
|
|
URL: http://www.compression.ca/pbzip2/
|
|
URL: http://www.compression.ca/pbzip2/
|
|
License: BSD
|
|
License: BSD
|
|
Group: Applications/Archiving
|
|
Group: Applications/Archiving
|
|
@@ -11,6 +11,10 @@ Source0: http://www.compression.ca/pbzip2/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: bzip2-devel
|
|
BuildRequires: bzip2-devel
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
+
|
|
%description
|
|
%description
|
|
PBZIP2 is a parallel implementation of the bzip2 block-sorting file
|
|
PBZIP2 is a parallel implementation of the bzip2 block-sorting file
|
|
compressor that uses pthreads and achieves near-linear speedup on SMP
|
|
compressor that uses pthreads and achieves near-linear speedup on SMP
|
|
@@ -48,6 +52,9 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Tue Jul 14 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-2
|
|
* Tue Jul 14 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.5-2
|
|
- spec in UTF-8
|
|
- spec in UTF-8
|
|
|
|
|