I have made the following changes intended for : CE:MW:Shared / mapplauncherd
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/8397 Thank You, stskeeps [This message was auto-generated] --- Request # 8397: Messages from BOSS: State: review at 2013-03-10T11:19:07 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:stskeeps:fix-mapplauncherd2 / mapplauncherd -> CE:MW:Shared / mapplauncherd changes files: -------------- --- mapplauncherd.changes +++ mapplauncherd.changes @@ -0,0 +1,4 @@ +* Sun Mar 10 2013 Carsten Munk <[email protected]> - 4.0.1 +- Using %exclude to remove files is not cool. Fixes build error with seperate + debuginfo + spec files: ----------- --- mapplauncherd.spec +++ mapplauncherd.spec @@ -105,6 +105,8 @@ # move them elsewhere and leave a symlink in place. mv %{buildroot}/usr/share/applauncherd-tests %{buildroot}/usr/lib (cd %{buildroot}/usr/share; ln -s ../lib/applauncherd-tests) +# Don't use %exclude, remove at install phase +rm -f %{buildroot}/usr/share/fala_images/fala_qml_helloworld # << install post desktop-file-install --delete-original \ @@ -165,7 +167,6 @@ %{_datadir}/dbus-1/services/com.nokia.fala_testapp.service %{_datadir}/fala_images/landscape.jpg %{_datadir}/fala_images/portrait.jpg -%exclude %{_datadir}/fala_images/fala_qml_helloworld # >> files testapps # << files testapps other changes: -------------- ++++++ mapplauncherd.yaml --- mapplauncherd.yaml +++ mapplauncherd.yaml @@ -88,8 +88,6 @@ - "%{_datadir}/dbus-1/services/com.nokia.fala_testapp.service" - "%{_datadir}/fala_images/landscape.jpg" - "%{_datadir}/fala_images/portrait.jpg" - #E: arch-dependent-file-in-usr-share (Badness: 590) - - "%exclude %{_datadir}/fala_images/fala_qml_helloworld" - Name: tests
