Another try at removing the ld.so.conf.d override

We shipped an empty placeholder for a while to help with rawhide
upgrades; hopefully all rawhide users have upgraded by now and it
should no longer be needed.
This commit is contained in:
Kalev Lember 2014-07-04 17:18:57 +02:00
parent a083396cd5
commit 7dc8f7381b

View File

@ -15,7 +15,7 @@
Summary: Desktop-neutral search tool and indexer
Name: tracker
Version: 1.0.1
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://wiki.gnome.org/Projects/Tracker
@ -187,12 +187,6 @@ make V=1 %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
# Temporarily add back an empty ld.so conf to help transition away from the
# ld.so conf override.
# https://bugzilla.redhat.com/show_bug.cgi?id=1079775
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
touch %{buildroot}%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
rm -rf %{buildroot}%{_datadir}/tracker-tests
@ -240,7 +234,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/girepository-1.0/TrackerControl-1.0.typelib
%{_libdir}/girepository-1.0/TrackerMiner-1.0.typelib
%{_mandir}/*/tracker*.gz
%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
%config(noreplace) %{_sysconfdir}/xdg/autostart/tracker*.desktop
%{_datadir}/glib-2.0/schemas/*
%exclude %{_bindir}/tracker-needle
@ -290,6 +283,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/gtk-doc/html/ontology/
%changelog
* Fri Jul 04 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.1-3
- Another try at removing the ld.so.conf.d override
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild