I have made the following changes intended for : CE:Apps:MTF / meepasswords
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/4974 Thank You, wonko [This message was auto-generated] --- Request # 4974: Messages from BOSS: State: review at 2012-06-07T12:00:20 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:CE:Apps:MTF / meepasswords -> CE:Apps:MTF / meepasswords changes files: -------------- ++++++ new changes file: --- meepasswords.changes +++ meepasswords.changes @@ -0,0 +1,6 @@ +* Sun May 22 2012 Ruediger Gad <[email protected]> - 1.9.2 +- Fix UI. +- Fix logout issue when edit entry sheet is shown. +* Sun May 20 2012 Ruediger Gad <[email protected]> - 1.9.1 +- First try on getting a release for Nemo done. + new: ---- meepasswords.changes meepasswords.spec meepasswords.yaml meepasswords_1.9.2.tar.gz spec files: ----------- ++++++ new spec file: --- meepasswords.spec +++ meepasswords.spec @@ -0,0 +1,69 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.24.1 +# + +Name: meepasswords + +# >> macros +# << macros + +Summary: MeePasswords -- Keep your passwords protected. +Version: 1.9.2 +Release: 1 +Group: Applications/Productivity +License: GPLv3 +URL: http://meepasswords.garage.maemo.org/ +Source0: %{name}_%{version}.tar.gz +Source100: meepasswords.yaml +Requires: libdeclarative-connectivity +Requires: libdeclarative-systeminfo +Requires: qca-ossl +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtConnectivity) +BuildRequires: pkgconfig(qca2) +BuildRequires: pkgconfig(qdeclarative-boostable) +BuildRequires: desktop-file-utils + +%description +MeePasswords is a simple tool to securely store short snippets of sensible or confidential data such as passwords and the like. + + +%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 +# >> files +# << files other changes: -------------- ++++++ meepasswords.yaml (new) --- meepasswords.yaml +++ meepasswords.yaml @@ -0,0 +1,28 @@ +Name: meepasswords +Summary: MeePasswords -- Keep your passwords protected. +Version: 1.9.2 +Release: 1 +Group: Applications/Productivity +License: GPLv3 +URL: http://meepasswords.garage.maemo.org/ +Sources: + - "%{name}_%{version}.tar.gz" +Description: + MeePasswords is a simple tool to securely store short snippets of sensible or confidential data such as passwords and the like. + +Requires: + - libdeclarative-connectivity + - libdeclarative-systeminfo + - qca-ossl +PkgConfigBR: + - QtCore >= 4.7.0 + - QtGui + - QtConnectivity + - qca2 + - qdeclarative-boostable +Configure: none +Builder: qmake +Files: + - "/usr/share/applications/%{name}.desktop" + - "/opt/%{name}" + - "/usr/share/icons/hicolor/*/apps/%{name}.png" ++++++ meepasswords_1.9.2.tar.gz (new)
