automatic version update by autodist [release 24.0-1mamba;Fri Nov 18 2022]
This commit is contained in:
parent
5e5db0d2b6
commit
f29e3adeea
10
bitcoin.spec
10
bitcoin.spec
@ -1,6 +1,6 @@
|
||||
%define maj123ver %(echo %version | cut -d. -f1-3)
|
||||
Name: bitcoin
|
||||
Version: 23.0
|
||||
Version: 24.0
|
||||
Release: 1mamba
|
||||
Summary: A frontend for the bitcoin cryptocurrency
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
@ -24,7 +24,6 @@ BuildRequires: libqrencode-devel
|
||||
BuildRequires: libsodium-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzeromq-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -48,9 +47,12 @@ A frontend for the bitcoin cryptocurrency. Bitcoin is a decentralized P2P electr
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%configure \
|
||||
--with-gui \
|
||||
--with-incompatible-bdb \
|
||||
@ -113,11 +115,13 @@ exit 0
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/bitcoinconsensus.h
|
||||
%{_libdir}/libbitcoinconsensus.a
|
||||
%{_libdir}/libbitcoinconsensus.la
|
||||
%{_libdir}/libbitcoinconsensus.so
|
||||
%{_libdir}/pkgconfig/libbitcoinconsensus.pc
|
||||
|
||||
%changelog
|
||||
* Fri Nov 18 2022 Automatic Build System <autodist@mambasoft.it> 24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 23 2022 Automatic Build System <autodist@mambasoft.it> 23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user