I have made the following changes intended for : CE:Apps:MTF / qtodo 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/4870 Thank You, wonko [This message was auto-generated] --- Request # 4870: Messages from BOSS: State: review at 2012-05-20T21:17:22 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:wonko:branches:home:wonko / qtodo -> CE:Apps:MTF / qtodo changes files: -------------- ++++++ new changes file: --- qtodo.changes +++ qtodo.changes @@ -0,0 +1,3 @@ +* Sun May 20 2012 Ruediger Gad <[email protected]> - 0.7.1 +- First try on getting a release for Nemo done. + new: ---- qtodo.changes qtodo.spec qtodo.yaml qtodo_0.7.1.tar.gz spec files: ----------- ++++++ new spec file: --- qtodo.spec +++ qtodo.spec @@ -0,0 +1,70 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.22 +# +# >> macros +# << macros + +Name: qtodo +Summary: Q ToDo -- A Todo List Organizer +Version: 0.7.1 +Release: 1 +Group: Applications/Productivity +License: GPLv3 +URL: http://to-do-o.sourceforge.net +Source0: %{name}_%{version}.tar.gz +Source100: qtodo.yaml +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(qdeclarative-boostable) +BuildRequires: desktop-file-utils + + +%description +Q ToDo is a simple todo list organizer. It supports nested todos. As one special feature it provides a quick and easy way for viewing the progress of sub-todos. + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%qmake + +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%qmake_install + +# >> install post +# << install post +desktop-file-install --delete-original \ + --dir %{buildroot}%{_datadir}/applications \ + %{buildroot}%{_datadir}/applications/*.desktop + + + + + + +%files +%defattr(-,root,root,-) +/usr/share/applications/%{name}.desktop +/opt/%{name} +/usr/share/icons/hicolor/*/apps/%{name}.png +/usr/share/icons/hicolor/*/apps/%{name}.svg +# >> files +# << files + + other changes: -------------- ++++++ qtodo.yaml (new) --- qtodo.yaml +++ qtodo.yaml @@ -0,0 +1,24 @@ +Name: qtodo +Summary: Q ToDo -- A Todo List Organizer +Version: 0.7.1 +Release: 1 +Group: Applications/Productivity +License: GPLv3 +URL: http://to-do-o.sourceforge.net +Sources: + - "%{name}_%{version}.tar.gz" +Description: + Q ToDo is a simple todo list organizer. + It supports nested todos. As one special feature it provides a quick and easy way for viewing the progress of sub-todos. + +PkgConfigBR: + - QtCore >= 4.7.0 + - QtGui + - qdeclarative-boostable +Configure: none +Builder: qmake +Files: + - "/usr/share/applications/%{name}.desktop" + - "/opt/%{name}" + - "/usr/share/icons/hicolor/*/apps/%{name}.png" + - "/usr/share/icons/hicolor/*/apps/%{name}.svg" ++++++ qtodo_0.7.1.tar.gz (new)
