Updated for upstream 1.0.2 release of pbzip2

This commit is contained in:
jeffg 2007-07-26 17:16:26 +00:00
parent 08d66a1eeb
commit 7a5c9764d1
3 changed files with 16 additions and 3 deletions

View File

@ -1 +1 @@
pbzip2-1.0.1.tar.gz
pbzip2-1.0.2.tar.gz

View File

@ -1,5 +1,5 @@
Name: pbzip2
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: Parallel implementation of bzip2
URL: http://www.compression.ca/pbzip2/
@ -36,6 +36,16 @@ install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
rm -rf %{buildroot}
%post
cd %{_bindir}
ln -s -f %{name} pbunzip2
%postun
cd %{_bindir}
rm -rf pbunzip2
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README
@ -44,6 +54,9 @@ rm -rf %{buildroot}
%changelog
* Tue Jul 25 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-1
- Release 1.0.2
* Tue Mar 20 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.1-1
- Release 1.0.1

View File

@ -1 +1 @@
983ac1e60fd6c99989d6147350b01661 pbzip2-1.0.1.tar.gz
2f58b4e844c74d0c98b98326c6a3945f pbzip2-1.0.2.tar.gz