diff --git a/bzip2.spec b/bzip2.spec index adc699da2be2b53cf45972665b94e9a8463eaaaf..6355aa0317eed5b4b34c21648525a671b397da02 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -1,6 +1,6 @@ Name: bzip2 Version: 1.0.8 -Release: 7 +Release: 8 Summary: A high-quality data compressor License: BSD @@ -58,7 +58,9 @@ rm -rf %RPM_BUILD_ROOT pushd %{buildroot}%{_prefix} mkdir -p share mv man/ share/ +%ifnarch i686 mv lib lib64 +%endif popd ln -fs bzdiff %{buildroot}%{_bindir}/bzcmp @@ -100,6 +102,9 @@ make check %{_mandir}/man1/b*.1.gz %changelog +* Wed Feb 12 2025 yanglongkang - 1.0.8-8 +- support for i686 architecture + * Fri Apr 19 2024 zhoupengcheng - 1.0.8-7 - license and version print should output to stdout and exit with code