Fix the package to be installable again

Don't remove %{_libdir}/tracker-2.0/*.so as they are no longer just
symlinks but actual libraries that don't have soname set.
This commit is contained in:
Kalev Lember 2019-02-21 09:10:58 +01:00
parent 03f1caed31
commit ca3fcd08a8

View File

@ -4,7 +4,7 @@
Name: tracker
Version: 2.2.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Desktop-neutral metadata database and search tool
License: GPLv2+
@ -100,10 +100,6 @@ sed -i -e 's/ | SQLITE_DETERMINISTIC//' src/libtracker-data/tracker-db-interface
%install
%meson_install
# Remove .so symlinks for private libraries -- no external users are supposed
# to link with them.
rm -f %{buildroot}%{_libdir}/tracker-2.0/*.so
%find_lang %{name}
@ -161,6 +157,9 @@ rm -f %{buildroot}%{_libdir}/tracker-2.0/*.so
%changelog
* Thu Feb 21 2019 Kalev Lember <klember@redhat.com> - 2.2.0-2
- Fix the package to be installable again
* Wed Feb 20 2019 Kalev Lember <klember@redhat.com> - 2.2.0-1
- Update to 2.2.0
- Switch to the meson build system