I have made the following changes intended for : CE:Apps / BitPurseForNemo
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/7585 Thank You, khertan [This message was auto-generated] --- Request # 7585: Messages from BOSS: State: review at 2013-01-12T19:45:37 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:khertan / BitPurseForNemo -> CE:Apps / BitPurseForNemo changes files: -------------- ++++++ new changes file: --- bitpurse_0.9.0-1.changes +++ bitpurse_0.9.0-1.changes @@ -0,0 +1,2 @@ +* Fri Dec 28 2012 BenoƮt HERVIER (khertan) <[email protected]> - 0.9.0-1 +- 0.9: First beta release new: ---- bitpurse-0.9.0.tar.gz bitpurse.spec bitpurse_0.9.0-1.changes spec files: ----------- ++++++ new spec file: --- bitpurse.spec +++ bitpurse.spec @@ -0,0 +1,38 @@ +Name: bitpurse +Version: 0.9.0 +Release: 1 +Summary: A note taking application with ownCloud sync +Group: office +License: gpl +URL: http://khertan.net/BitPurse +Source0: %{name}-%{version}.tar.gz + +BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: python-devel +Requires: python, python-pyside + +%description +A nice looking Blockchain.info Bitcoin Wallet Client for MeeGo, SailfishOS, NemoMobile, and Harmattan. + +%prep +%setup -q -n %{name}-%{version} +find -name '__init__.py' | xargs chmod +x + +%build +CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build + +%install +rm -rf %{buildroot} +%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +/opt/khtnotes/* +/usr/share/dbus-1/services/* +/usr/share/applications/* +/usr/share/icons/hicolor/80x80/apps/* +/usr/share/icons/hicolor/64x64/apps/* +/usr/share/icons/hicolor/128x128/apps/* +/usr/share/icons/hicolor/scalable/apps/* +%{python_sitelib}/*egg-info other changes: -------------- ++++++ bitpurse-0.9.0.tar.gz (new)
