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:
parent
03f1caed31
commit
ca3fcd08a8
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Desktop-neutral metadata database and search tool
|
Summary: Desktop-neutral metadata database and search tool
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -100,10 +100,6 @@ sed -i -e 's/ | SQLITE_DETERMINISTIC//' src/libtracker-data/tracker-db-interface
|
|||||||
%install
|
%install
|
||||||
%meson_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}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
|
||||||
@ -161,6 +157,9 @@ rm -f %{buildroot}%{_libdir}/tracker-2.0/*.so
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 20 2019 Kalev Lember <klember@redhat.com> - 2.2.0-1
|
||||||
- Update to 2.2.0
|
- Update to 2.2.0
|
||||||
- Switch to the meson build system
|
- Switch to the meson build system
|
||||||
|
Loading…
Reference in New Issue
Block a user