diff --git a/.cvsignore b/.cvsignore index 2cb8687..007db1e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pbzip2-1.0.1.tar.gz +pbzip2-1.0.2.tar.gz diff --git a/pbzip2.spec b/pbzip2.spec index 27f00a3..89fc53a 100644 --- a/pbzip2.spec +++ b/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 - 1.0.2-1 +- Release 1.0.2 + * Tue Mar 20 2007 Jeff Gilchrist - 1.0.1-1 - Release 1.0.1 diff --git a/sources b/sources index e8d7b1b..912d3fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -983ac1e60fd6c99989d6147350b01661 pbzip2-1.0.1.tar.gz +2f58b4e844c74d0c98b98326c6a3945f pbzip2-1.0.2.tar.gz