I have made the following changes intended for : CE:MW:Shared / nemo-firstsession
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/7749 Thank You, Marko Saukko [This message was auto-generated] --- Request # 7749: Messages from BOSS: State: review at 2013-01-27T20:50:30 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:sage:branches:CE:MW:Shared / nemo-firstsession -> CE:MW:Shared / nemo-firstsession changes files: -------------- ++++++ new changes file: --- nemo-firstsession.changes +++ nemo-firstsession.changes @@ -0,0 +1,4 @@ +* Fri Jan 11 2013 Marko Saukko <[email protected]> - 0.1 +- [XDG Dirs] Create XDG dirs for users. + + new: ---- nemo-firstsession-0.1.tar.bz2 nemo-firstsession.changes nemo-firstsession.spec spec files: ----------- ++++++ new spec file: --- nemo-firstsession.spec +++ nemo-firstsession.spec @@ -0,0 +1,36 @@ +Name: nemo-firstsession +Version: 0.1 +Release: 1 +Summary: Initial session setup for user + +Group: Base +License: GPLv2 +URL: https://github.com/nemomobile/nemo-firstsession +Source0: %{name}-%{version}.tar.bz2 +Requires: oneshot +BuildRequires: oneshot +BuildArch: noarch + +%{_oneshot_requires_post} + +%description +%{summary}. + +%prep +%setup -q -n %{name}-%{version} + +%build + +%install +rm -rf $RPM_BUILD_ROOT +install -d %{buildroot}/%{_oneshotdir} +install -m 755 oneshot.d/* %{buildroot}/%{_oneshotdir} + +%post +if [ "$1" -eq 1 ]; then + %{_bindir}/add-oneshot --user 00-initial-user-setup +fi + +%files +%defattr(-,root,root,-) +%{_oneshotdir}/* other changes: -------------- ++++++ nemo-firstsession-0.1.tar.bz2 (new)
