From 4a47a0f65b1708dfb499d7967c828a6fa5d4c2f6 Mon Sep 17 00:00:00 2001 From: zengliwen Date: Thu, 17 Aug 2023 19:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3pbunzip2=EF=BC=8Cpbzcat?= =?UTF-8?q?=E6=8C=87=E5=90=91=E9=94=99=E8=AF=AF=EF=BC=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E4=B8=8D=E5=8F=AF=E7=94=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pbzip2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pbzip2.spec b/pbzip2.spec index 4d39696..4f523ae 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 -- Gitee