Temporarily keep previous ABI compatibility
Copy over previous soname to ease rebuilds of dependant packages.
This commit is contained in:
parent
96bb72222d
commit
c2401bfd73
@ -9,6 +9,7 @@ Source0: https://download.gnome.org/sources/libgweather/3.27/%{name}-%{ve
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libgweather
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0)
|
||||
BuildRequires: pkgconfig(gladeui-2.0)
|
||||
@ -40,11 +41,15 @@ developing applications that use %{name}.
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
# Temporarily keep previous ABI compatibility
|
||||
cp -a %{_libdir}/libgweather-3.so.6* $RPM_BUILD_ROOT%{_libdir}
|
||||
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc HACKING NEWS README
|
||||
%license COPYING
|
||||
%{_libdir}/libgweather-3.so.6*
|
||||
%{_libdir}/libgweather-3.so.15*
|
||||
%{_libdir}/girepository-1.0/GWeather-3.0.typelib
|
||||
%dir %{_datadir}/libgweather
|
||||
|
||||
Loading…
Reference in New Issue
Block a user