Updated for upstream 1.0.2 release of pbzip2
This commit is contained in:
parent
08d66a1eeb
commit
7a5c9764d1
@ -1 +1 @@
|
||||
pbzip2-1.0.1.tar.gz
|
||||
pbzip2-1.0.2.tar.gz
|
||||
|
||||
15
pbzip2.spec
15
pbzip2.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user