diff --git a/bzip2.spec b/bzip2.spec index 3970316..c4102d1 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -7,7 +7,7 @@ Summary: Extremely powerful file compression utility Name: bzip2 Version: 1.0.8 -Release: 2 +Release: 3 License: BSD Group: Archiving/Compression Url: http://www.bzip.org/index.html @@ -49,6 +49,12 @@ but they are not identical. %package -n %{libname} Summary: Libraries for developing apps which will use bzip2 Group: System/Libraries +# manual provides for symlinks +# because soname is different on Debian/Ubuntu +# and we need compatibility with binaries built where +# https://bugzilla.rosalinux.ru/show_bug.cgi?id=9286 +Provides: libbz2.so.1.0%{_arch_tag_suffix} +Provides: libbz2.so.%{version}%{_arch_tag_suffix} %description -n %{libname} Library of bzip2 functions, for developing apps which will use the @@ -57,7 +63,8 @@ bzip2 library (aka libz2). %files -n %{libname} %doc LICENSE %{_libdir}/libbz2.so.%{major} -%{_libdir}/libbz2.so.%{major}.* +%{_libdir}/libbz2.so.%{major}.0 +%{_libdir}/libbz2.so.%{version} #---------------------------------------------------------------------------- @@ -119,25 +126,3 @@ cat > %{buildroot}%{_bindir}/bzless <