I have made the following changes intended for : nemo:devel:apps / rfkill
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.merproject.org//request/show/125 Thank You, Ruediger Gad [This message was auto-generated] --- Request # 125: Messages from BOSS: State: review at 2013-03-30T12:17:29 by cibot Reviews: accepted by cibot : Prechecks succeeded. new for nemo:devel:apps : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: nemo:devel:hw:nv:tegra3:common / rfkill -> nemo:devel:apps / rfkill changes files: -------------- ++++++ new changes file: --- rfkill.changes +++ rfkill.changes @@ -0,0 +1,3 @@ +* Thu Dec 27 2012 Ruediger Gad <[email protected]> - 0.4 +- First version for Mer. + new: ---- rfkill-0.4.tar.bz2 rfkill.changes rfkill.spec rfkill.yaml spec files: ----------- ++++++ new spec file: --- rfkill.spec +++ rfkill.spec @@ -0,0 +1,58 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: rfkill + +# >> macros +# << macros + +Summary: Tool for setting the rfkill switch setting. +Version: 0.4 +Release: 1 +Group: System/Base +License: ISC +URL: http://wireless.kernel.org/en/users/Documentation/rfkill +Source0: %{name}-%{version}.tar.bz2 +Source100: rfkill.yaml +Requires: glibc +BuildRequires: gcc +BuildRequires: glibc + +%description +With this tool the rfkill setting for network interfaces can be set. + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + + +make %{?jobs:-j%jobs} + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install + +# >> install post +# << install post + + +%files +%defattr(-,root,root,-) +%{_sbindir}/%{name} +%{_mandir}/man8/%{name}.8.gz +# >> files +# << files other changes: -------------- ++++++ rfkill-0.4.tar.bz2 (new) ++++++ rfkill.yaml (new) --- rfkill.yaml +++ rfkill.yaml @@ -0,0 +1,19 @@ +Name: rfkill +Summary: Tool for setting the rfkill switch setting. +Description: With this tool the rfkill setting for network interfaces can be set. +Version: 0.4 +Release: 1 +Group: System/Base +License: ISC +URL: http://wireless.kernel.org/en/users/Documentation/rfkill +Sources: + - "%{name}-%{version}.tar.bz2" +Configure: none +Requires: + - glibc +PkgBR: + - gcc + - glibc +Files: + - "%{_sbindir}/%{name}" + - "%{_mandir}/man8/%{name}.8.gz"
