Ship old soname for temporary ABI compatibility
This commit is contained in:
parent
5ea20159c2
commit
f1a411309f
@ -7,6 +7,7 @@ License: LGPLv2+
|
|||||||
URL: http://www.gupnp.org/
|
URL: http://www.gupnp.org/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/1.1/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.1/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: gupnp
|
||||||
BuildRequires: gssdp-devel >= 1.1
|
BuildRequires: gssdp-devel >= 1.1
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gobject-introspection-devel >= 1.36
|
BuildRequires: gobject-introspection-devel >= 1.36
|
||||||
@ -50,6 +51,9 @@ This package contains developer documentation for %{name}.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
# Temporary ABI compatibility with the old soname
|
||||||
|
cp -a %{_libdir}/libgupnp-1.0.so.* $RPM_BUILD_ROOT%{_libdir}/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%meson_test
|
%meson_test
|
||||||
|
|
||||||
@ -58,6 +62,7 @@ This package contains developer documentation for %{name}.
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README
|
%doc AUTHORS README
|
||||||
|
%{_libdir}/libgupnp-1.0.so.*
|
||||||
%{_libdir}/libgupnp-1.2.so.*
|
%{_libdir}/libgupnp-1.2.so.*
|
||||||
%{_libdir}/girepository-1.0/GUPnP-1.2.typelib
|
%{_libdir}/girepository-1.0/GUPnP-1.2.typelib
|
||||||
|
|
||||||
@ -76,6 +81,7 @@ This package contains developer documentation for %{name}.
|
|||||||
* Mon Feb 25 2019 Kalev Lember <klember@redhat.com> - 1.1.2-1
|
* Mon Feb 25 2019 Kalev Lember <klember@redhat.com> - 1.1.2-1
|
||||||
- Update to 1.1.2
|
- Update to 1.1.2
|
||||||
- Switch to the meson build system
|
- Switch to the meson build system
|
||||||
|
- Ship old soname for temporary ABI compatibility
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user