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