automatic version update by autodist [release 29.0-1mamba;Fri Apr 18 2025]
This commit is contained in:
@@ -2,4 +2,3 @@
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
68
bitcoin.spec
68
bitcoin.spec
@@ -1,6 +1,6 @@
|
||||
%define maj123ver %(echo %version | cut -d. -f1-3)
|
||||
Name: bitcoin
|
||||
Version: 28.1
|
||||
Version: 29.0
|
||||
Release: 1mamba
|
||||
Summary: A frontend for the bitcoin cryptocurrency
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
@@ -14,21 +14,10 @@ Source2: bitcoin-qt.svg
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5DBus
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Network
|
||||
BuildRequires: libQt5Test
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libdb53-cxx
|
||||
BuildRequires: libevent-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libminiupnpc-devel
|
||||
BuildRequires: libnatpmp-devel
|
||||
BuildRequires: libqrencode-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libzeromq-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libminiupnpc-devel >= 2.2.8
|
||||
BuildRequires: protobuf-devel >= 1.6.1
|
||||
@@ -39,67 +28,41 @@ Obsoletes: bitcoin-devel < 28.0
|
||||
%description
|
||||
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
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%configure \
|
||||
--with-gui \
|
||||
--with-incompatible-bdb \
|
||||
--with-boost-system=boost_system \
|
||||
--with-boost-filesystem=boost_filesystem \
|
||||
--with-boost-thread=boost_thread \
|
||||
--with-boost-chrono=boost_chrono \
|
||||
--with-boost-unit-test-framework=boost_unit_test_framework
|
||||
%cmake
|
||||
|
||||
%make
|
||||
#% configure \
|
||||
# --with-gui \
|
||||
# --with-incompatible-bdb \
|
||||
# --with-boost-system=boost_system \
|
||||
# --with-boost-filesystem=boost_filesystem \
|
||||
# --with-boost-thread=boost_thread \
|
||||
# --with-boost-chrono=boost_chrono \
|
||||
# --with-boost-unit-test-framework=boost_unit_test_framework
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%makeinstall
|
||||
%cmake_install
|
||||
|
||||
install -D %SOURCE1 %{buildroot}%{_datadir}/applications/bitcoin-qt.desktop
|
||||
install -D %SOURCE2 %{buildroot}%{_datadir}/icons/bitcoin-qt.svg
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null
|
||||
touch --no-create %{_kde4_icondir}/oxygen &>/dev/null
|
||||
exit 0
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q &>/dev/null
|
||||
update-mime-database -n %{_kde4_mimedir} &>/dev/null
|
||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_kde4_icondir}/oxygen &>/dev/null
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q &>/dev/null
|
||||
update-mime-database -n %{_kde4_mimedir} &>/dev/null
|
||||
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null
|
||||
touch --no-create %{_kde4_icondir}/oxygen &>/dev/null
|
||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_kde4_icondir}/oxygen &>/dev/null
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/test_bitcoin-qt
|
||||
%{_bindir}/bitcoin-*
|
||||
%{_bindir}/bitcoind
|
||||
%{_bindir}/bench_bitcoin
|
||||
%{_bindir}/test_bitcoin
|
||||
%{_datadir}/applications/bitcoin-qt.desktop
|
||||
%{_datadir}/icons/bitcoin-qt.svg
|
||||
@@ -107,6 +70,9 @@ exit 0
|
||||
%{_mandir}/man1/bitcoind.1*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 18 2025 Automatic Build System <autodist@openmamba.org> 29.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 09 2025 Automatic Build System <autodist@openmamba.org> 28.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user