diff --git a/pbzip2.spec b/pbzip2.spec index 4d39696ce48dfc8cf1b27953a3e8c0f10e06efc1..4f523aecb13edfd12e35faa34b8f77e7f01b0a44 100644 --- a/pbzip2.spec +++ b/pbzip2.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: pbzip2 Version: 1.1.13 -Release: 2 +Release: 3 Summary: Parallel implementation of the bzip2 block-sorting file compressor License: BSD URL: http://www.compression.ca/pbzip2/ @@ -31,8 +31,8 @@ f=AUTHORS; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 && mv $f.utf8 $f && alias r pushd %{buildroot} install -D -m755 %{_builddir}/pbzip2-%{version}/pbzip2 .%{_bindir}/pbzip2 install -D -m644 %{_builddir}/pbzip2-%{version}/pbzip2.1 .%{_mandir}/man1/pbzip2.1 -ln -sf %{_builddir}/pbzip2-%{version}/pbzip2 .%{_bindir}/pbunzip2 -ln -sf %{_builddir}/pbzip2-%{version}/pbzip2 .%{_bindir}/pbzcat +ln -sf ./%{name} %{buildroot}%{_bindir}/pbunzip2 +ln -sf ./%{name} %{buildroot}%{_bindir}/pbzcat popd %files @@ -47,6 +47,9 @@ popd %{_mandir}/man1/* %changelog +* Thu Aug 17 2023 zengliwen - 1.1.13-3 +- fix pbunzip2 and pbzcat path error + * Thu Jul 13 2023 xu_ping <707078654@qq.com> - 1.1.13-2 - add pie options to fix link error