Skip to content

Commit

Permalink
[mer][qtlocation] Fix build. Fixes JB#40423
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Feb 2, 2018
1 parent 56fdcd7 commit 690a7a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rpm/qtlocation.spec
Expand Up @@ -147,7 +147,6 @@ rm -rf %{buildroot}
rm -f %{buildroot}/%{_libdir}/*.la
# We don't need qt5/Qt/
rm -rf %{buildroot}/%{_includedir}/qt5/Qt

# Duke libqtposition_geoclue.so
rm -f %{buildroot}/%{_libdir}/qt5/plugins/position/libqtposition_geoclue.so

Expand All @@ -160,16 +159,12 @@ find %{buildroot}%{_libdir} -type f -name '*.prl' \

%fdupes %{buildroot}/%{_includedir}



%post -n qt5-qtpositioning -p /sbin/ldconfig
%postun -n qt5-qtpositioning -p /sbin/ldconfig

%post -n qt5-qtlocation -p /sbin/ldconfig
%postun -n qt5-qtlocation -p /sbin/ldconfig



%files -n qt5-qtpositioning
%defattr(-,root,root,-)
%{_libdir}/libQt5Positioning.so.5
Expand Down

0 comments on commit 690a7a2

Please sign in to comment.