diff --git a/bitcoin.spec b/bitcoin.spec index 5c5359c..2978a19 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -1,5 +1,6 @@ +%define maj123ver %(echo %version | cut -d. -f1-3) Name: bitcoin -Version: 0.13.0 +Version: 0.16.2 Release: 1mamba Summary: A frontend for the bitcoin cryptocurrency Group: Graphical Desktop/Applications/Other @@ -42,7 +43,7 @@ This package contains libraries and header files for developing applications tha A frontend for the bitcoin cryptocurrency. Bitcoin is a decentralized P2P electronic cash system without a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of the network to check for double-spending. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{maj123ver} %build %configure \ @@ -97,6 +98,10 @@ exit 0 %{_libdir}/libbitcoinconsensus.so.* %{_datadir}/applications/bitcoin-qt.desktop %{_datadir}/icons/bitcoin-qt.svg +%{_mandir}/man1/bitcoin-cli.1* +%{_mandir}/man1/bitcoin-qt.1* +%{_mandir}/man1/bitcoin-tx.1* +%{_mandir}/man1/bitcoind.1* %files devel %defattr(-,root,root) @@ -107,6 +112,9 @@ exit 0 %{_libdir}/pkgconfig/libbitcoinconsensus.pc %changelog +* Tue Aug 28 2018 Automatic Build System 0.16.2-1mamba +- automatic version update by autodist + * Tue Aug 23 2016 Automatic Build System 0.13.0-1mamba - automatic version update by autodist