I have made the following changes intended for : CE:UX:MTF / nemo-mobile-session
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/7258 Thank You, Islam Amer [This message was auto-generated] --- Request # 7258: Messages from BOSS: State: review at 2012-11-02T12:36:33 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:iamer:branches:CE:UX:MTF / nemo-mobile-session -> CE:UX:MTF / nemo-mobile-session changes files: -------------- --- nemo-mobile-session.changes +++ nemo-mobile-session.changes @@ -0,0 +1,3 @@ +* Thu Nov 2 2012 Islam Amer <[email protected]> - 4 +- Fix messed up spec file + spec files: ----------- --- nemo-mobile-session.spec +++ nemo-mobile-session.spec @@ -1,6 +1,6 @@ Name: nemo-mobile-session Summary: Target for nemo systemd user session -Version: 3 +Version: 4 Release: 1.1 Group: System/Libraries License: Public Domain @@ -21,10 +21,11 @@ mkdir -p %{buildroot}%{_libdir}/systemd/user/nemo-middleware.target.wants/ mkdir -p %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ mkdir -p %{buildroot}/lib/systemd/system/graphical.target.wants/ -install -D -m 0644 %SOURCE0 %{buildroot}%{_libdir}/systemd/user/ -install -D -m 0644 %SOURCE1 %{buildroot}%{_libdir}/systemd/user/ -install -D -m 0644 %SOURCE2 %{buildroot}/lib/systemd/system/ -install -D -m 0644 %SOURCE3 %{buildroot}%{_sysconfdir}/sysconfig/nemo-mobile-ui +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/ +install -m 0644 %SOURCE0 %{buildroot}%{_libdir}/systemd/user/ +install -m 0644 %SOURCE1 %{buildroot}%{_libdir}/systemd/user/ +install -m 0644 %SOURCE2 %{buildroot}/lib/systemd/system/ +install -m 0644 %SOURCE3 %{buildroot}%{_sysconfdir}/sysconfig/ ln -sf ../[email protected] %{buildroot}/lib/systemd/system/graphical.target.wants/[email protected] #ln -sf ../xterm.service %{buildroot}/%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ @@ -38,10 +39,6 @@ ln -sf ../tracker-miner-fs.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ ln -sf ../voicecall-ui-prestart.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ ln -sf ../meego-pinquery.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ -mkdir -p %{buildroot}%{_sysconfdir}/sysconfig -cat > %{buildroot}%{_sysconfdir}/sysconfig/nemo-mobile-ui << EOF -EOF - %files %config %{_sysconfdir}/sysconfig/nemo-mobile-ui other changes: --------------
