diff --git a/bzip2.spec b/bzip2.spec index a0a32928d9f62faf3e66e21c854f44191edbf3f5..0829036647863f3b1fc1d7e21b9582c4679d490a 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -1,6 +1,6 @@ Name: bzip2 Version: 1.0.8 -Release: 8 +Release: 9 Summary: A high-quality data compressor License: BSD-4-Clause @@ -56,7 +56,9 @@ export CFLAGS="%{build_cflags} -Winline -fpic -fPIC -D_FILE_OFFSET_BITS=64" pushd %{buildroot}%{_prefix} mkdir -p share mv man/ share/ +%ifnarch i686 mv lib lib64 +%endif popd ln -fs bzdiff %{buildroot}%{_bindir}/bzcmp @@ -94,6 +96,9 @@ ln -s bzip2.1 %{buildroot}%{_mandir}/man1/bzip2recover.1 %{_mandir}/man1/* %changelog +* Wed Feb 12 2025 yanglongkang - 1.0.8-9 +- support for i686 architecture + * Sun Aug 11 2024 Funda Wang - 1.0.8-8 - cleanup spec - merge clang and gcc declaration