Keep previous soname for temporary ABI compat
It's complicated to do lock-step updates with gimp right now as gimp is modularized. Keep the previous ABI so that modular gimp can continue using the older soname until it's rebuilt.
This commit is contained in:
parent
0bcfc8d257
commit
2370ce7e94
@ -23,6 +23,8 @@ BuildRequires: intltool
|
||||
BuildRequires: json-c-devel
|
||||
BuildRequires: python3-breathe
|
||||
BuildRequires: python3-sphinx
|
||||
# For temporary ABI compat
|
||||
BuildRequires: libmypaint
|
||||
|
||||
Conflicts: mypaint < 1.3.0
|
||||
|
||||
@ -48,6 +50,9 @@ This package contains files needed for development with libmypaint.
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
|
||||
# For temporary ABI compat
|
||||
cp -a %{_libdir}/libmypaint-1.3.so.0* %{buildroot}%{_libdir}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
Loading…
Reference in New Issue
Block a user