Don't try to avoid sysprof dep any more

... now that sysprof-capture-devel is split out to a separate
subpackage.
This commit is contained in:
Kalev Lember 2021-02-24 11:31:33 +01:00
parent 8eaacfb2ce
commit 81d4a20144
1 changed files with 5 additions and 6 deletions

View File

@ -5,7 +5,7 @@
Name: libsoup
Version: 2.72.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Soup, an HTTP library implementation
License: LGPLv2
@ -79,11 +79,6 @@ This package contains developer documentation for %{name}.
%install
%meson_install
# Avoid automatic requires on sysprof-devel package as it's a private
# dependency (and libsoup doesn't ship a static library which is when
# this dep would be useful)
sed -i -e 's/sysprof-capture-4, //' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc
%find_lang libsoup
%files -f libsoup.lang
@ -117,6 +112,10 @@ sed -i -e 's/sysprof-capture-4, //' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc
%endif
%changelog
* Wed Feb 24 2021 Kalev Lember <klember@redhat.com> - 2.72.0-5
- Don't try to avoid sysprof dep any more now that sysprof-capture-devel is
split out to a separate subpackage
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.72.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild