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/7777 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 7777: Messages from BOSS: State: review at 2013-01-30T16:01:28 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:plundstr: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,4 @@ +* Wed Jan 30 2013 Pekka Lundstrom <[email protected]> - 10 +- /etc/sysconfig/nemo-mobile-ui file moved to /var/lib/environment/nemo/nemo-mobile-ui.conf +- project sources moved to [email protected]:nemomobile/nemo-mobile-session.git + old: ---- nemo-middleware.target nemo-mobile-session.target nemo-mobile-ui [email protected] new: ---- nemo-mobile-session-10.tar.gz spec files: ----------- --- nemo-mobile-session.spec +++ nemo-mobile-session.spec @@ -1,14 +1,11 @@ Name: nemo-mobile-session Summary: Target for nemo systemd user session -Version: 9 -Release: 1 +Version: 10 +Release: 0 Group: System/Libraries License: Public Domain -Source0: nemo-mobile-session.target -Source1: nemo-middleware.target -Source2: [email protected] -Source3: nemo-mobile-ui - +URL: https://github.com/nemomobile/nemo-mobile-session +Source0: %{name}-%{version}.tar.gz Requires: systemd >= 187 Requires: xorg-launch-helper Obsoletes: uxlaunch @@ -16,16 +13,21 @@ %description Target for nemo systemd user session + +%prep +%setup -q -n %{name}-%{version} + %install 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/ 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/ +mkdir -p %{buildroot}/var/lib/environment/nemo +install -m 0644 nemo-mobile-session.target %{buildroot}%{_libdir}/systemd/user/ +install -m 0644 nemo-middleware.target %{buildroot}%{_libdir}/systemd/user/ +install -m 0644 [email protected] %{buildroot}/lib/systemd/system/ +install -m 0644 nemo-mobile-ui.conf %{buildroot}/var/lib/environment/nemo/ 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/ @@ -45,7 +47,8 @@ ln -sf ../ohm-session-agent.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ %files -%config %{_sysconfdir}/sysconfig/nemo-mobile-ui +%defattr(-,root,root,-) +%config /var/lib/environment/nemo/nemo-mobile-ui.conf %{_libdir}/systemd/user/nemo-mobile-session.target %{_libdir}/systemd/user/nemo-mobile-session.target.wants/ %{_libdir}/systemd/user/nemo-middleware.target/ @@ -53,4 +56,4 @@ %{_libdir}/systemd/user/default.target /lib/systemd/system/graphical.target.wants/[email protected] /lib/systemd/system/[email protected] -%{_sysconfdir}/sysconfig/nemo-mobile-ui + other changes: -------------- ++++++ nemo-mobile-session-10.tar.gz (new) ++++++ deleted files: --- nemo-middleware.target --- nemo-mobile-session.target --- nemo-mobile-ui --- [email protected]
