I have made the following changes intended for : CE:Utils / pattern-utils
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/5442 Thank You, Marko Saukko [This message was auto-generated] --- Request # 5442: Messages from BOSS: State: review at 2012-08-09T13:59:15 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:patterns / pattern-utils -> CE:Utils / pattern-utils changes files: -------------- ++++++ new changes file: --- pattern-utils.changes +++ pattern-utils.changes @@ -0,0 +1,2 @@ +* Thu Aug 09 2012 Marko Saukko <[email protected]> - 002 +- Update to version 002 new: ---- pattern-utils-002.tar.bz2 pattern-utils.changes pattern-utils.spec pattern-utils.yaml spec files: ----------- ++++++ new spec file: --- pattern-utils.spec +++ pattern-utils.spec @@ -0,0 +1,58 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: pattern-utils + +# >> macros +# << macros + +Summary: Provides pattern '%{name}' +Version: 002 +Release: 1 +Group: Packaging/Patterns +License: GPLv2 +BuildArch: noarch +URL: https://gitorious.org/meego-developer-edition-for-n900/package-groups +Source0: %{name}-%{version}.tar.bz2 +Source100: pattern-utils.yaml +BuildRequires: repomd-pattern-builder +Provides: package-groups + +%description +%{summary}. + + + +%prep +%setup -q -n utils + +# >> 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,-) +%{_datadir}/package-groups/*.xml +# >> files +# << files other changes: -------------- ++++++ pattern-utils-002.tar.bz2 (new) ++++++ pattern-utils.yaml (new) --- pattern-utils.yaml +++ pattern-utils.yaml @@ -0,0 +1,21 @@ +Name: pattern-utils +Summary: Provides pattern '%{name}' +Description: | + %{summary}. +Version: 002 +Release: 1 +Group: Packaging/Patterns +License: GPLv2 +URL: https://gitorious.org/meego-developer-edition-for-n900/package-groups +Sources: + - "%{name}-%{version}.tar.bz2" +Provides: + - package-groups +PkgBR: + - repomd-pattern-builder +Builder: make +Configure: none +BuildArch: noarch +Files: + - "%{_datadir}/package-groups/*.xml" +
