- Update to version 0.17.0:
* For complete list of changes see: + release-notes-0.17.0.md OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=14
This commit is contained in:
parent
46d691dfe6
commit
b9e5b1a763
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8557b6df5f5cdf67b3ddf6fe501cfc6e0be698f175f16927dd08d6040df7d9f
|
||||
size 6655896
|
3
bitcoin-0.17.0.tar.gz
Normal file
3
bitcoin-0.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c22320f1787508d4d22356b26e2859c60242597f54aa1381c33f22a50e17155
|
||||
size 6237089
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 3 14:17:09 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 0.17.0:
|
||||
* For complete list of changes see:
|
||||
+ release-notes-0.17.0.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 07:55:07 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
11
bitcoin.spec
11
bitcoin.spec
@ -24,7 +24,7 @@
|
||||
%define consensus 1
|
||||
%define is_base 1
|
||||
Name: bitcoin
|
||||
Version: 0.16.3
|
||||
Version: 0.17.0
|
||||
Release: 0
|
||||
Summary: P2P Digital Currency
|
||||
License: MIT
|
||||
@ -46,7 +46,6 @@ BuildRequires: libqt5-qtbase-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Designer)
|
||||
BuildRequires: pkgconfig(Qt5Help)
|
||||
BuildRequires: pkgconfig(Qt5UiTools)
|
||||
@ -170,8 +169,6 @@ This package provides automated tests for %{name}-qt5 and %{name}d.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# remove 128 resolution from Icon= line
|
||||
sed -i s/128// contrib/debian/%{name}-qt.desktop
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
@ -197,12 +194,11 @@ make %{?_smp_mflags} check
|
||||
%make_install
|
||||
|
||||
install -Dpm 0644 share/pixmaps/%{base}256.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
||||
install -Dpm 0644 contrib/debian/%{name}-qt.desktop %{buildroot}%{_datadir}/applications/%{name}-qt.desktop
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}-qt.desktop
|
||||
|
||||
install -Dpm 0644 doc/man/%{name}d.1 %{buildroot}%{_mandir}/man1/%{name}d.1
|
||||
install -Dpm 0644 doc/man/%{name}-qt.1 %{buildroot}%{_mandir}/man1/%{name}-qt.1
|
||||
install -Dpm 0644 contrib/debian/examples/%{name}.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
|
||||
|
||||
install -Dpm 0644 share/examples/bitcoin.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
|
||||
|
||||
%if !%{is_base}
|
||||
sed -i "s/%{base}/%{name}/g" %{SOURCE1}
|
||||
@ -262,7 +258,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || :
|
||||
%license COPYING
|
||||
%doc README.md doc/release-notes.md
|
||||
%{_bindir}/%{name}-qt
|
||||
%{_datadir}/applications/%{name}-qt.desktop
|
||||
%{_mandir}/man1/%{name}-qt.1%{?ext_man}
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user