automatic version update by autodist [release 0.16.2-1mamba;Tue Aug 28 2018]
This commit is contained in:
parent
cd3cfe91b2
commit
471dd5548d
12
bitcoin.spec
12
bitcoin.spec
@ -1,5 +1,6 @@
|
|||||||
|
%define maj123ver %(echo %version | cut -d. -f1-3)
|
||||||
Name: bitcoin
|
Name: bitcoin
|
||||||
Version: 0.13.0
|
Version: 0.16.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A frontend for the bitcoin cryptocurrency
|
Summary: A frontend for the bitcoin cryptocurrency
|
||||||
Group: Graphical Desktop/Applications/Other
|
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.
|
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
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{maj123ver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -97,6 +98,10 @@ exit 0
|
|||||||
%{_libdir}/libbitcoinconsensus.so.*
|
%{_libdir}/libbitcoinconsensus.so.*
|
||||||
%{_datadir}/applications/bitcoin-qt.desktop
|
%{_datadir}/applications/bitcoin-qt.desktop
|
||||||
%{_datadir}/icons/bitcoin-qt.svg
|
%{_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
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -107,6 +112,9 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/libbitcoinconsensus.pc
|
%{_libdir}/pkgconfig/libbitcoinconsensus.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 28 2018 Automatic Build System <autodist@mambasoft.it> 0.16.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Aug 23 2016 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
|
* Tue Aug 23 2016 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user