Fix the package to be installable again
Don't remove %{_libdir}/tracker-miners-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
b706502849
commit
0ee3146fe7
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: tracker-miners
|
Name: tracker-miners
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tracker miners and metadata extractors
|
Summary: Tracker miners and metadata extractors
|
||||||
|
|
||||||
# libtracker-extract is LGPLv2+; the miners are a mix of GPLv2+ and LGPLv2+ code
|
# libtracker-extract is LGPLv2+; the miners are a mix of GPLv2+ and LGPLv2+ code
|
||||||
@ -94,10 +94,6 @@ This package contains various miners and metadata extractors for tracker.
|
|||||||
|
|
||||||
rm -rf %{buildroot}%{_datadir}/tracker-tests
|
rm -rf %{buildroot}%{_datadir}/tracker-tests
|
||||||
|
|
||||||
# Remove .so symlinks for private libraries -- no external users are supposed
|
|
||||||
# to link with them.
|
|
||||||
rm -f %{buildroot}%{_libdir}/tracker-miners-2.0/*.so
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
|
||||||
@ -126,6 +122,9 @@ rm -f %{buildroot}%{_libdir}/tracker-miners-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