addedd qt frontend [release 0.9.1-2mamba;Thu Aug 07 2014]

This commit is contained in:
Ercole 'ercolinux' Carpanetto 2024-01-05 20:48:54 +01:00
parent b793534482
commit b4d2b41356
2 changed files with 24 additions and 6 deletions

View File

@ -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. 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.

View File

@ -1,5 +1,5 @@
Name: bitcoin Name: bitcoin
Version: 0.8.6 Version: 0.9.1
Release: 2mamba Release: 2mamba
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,6 +24,7 @@ BuildRequires: libstdc++6-devel
BuildRequires: miniupnpc-devel BuildRequires: miniupnpc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: miniupnpc-devel >= 1.9.20140610-1mamba BuildRequires: miniupnpc-devel >= 1.9.20140610-1mamba
BuildRequires: protobuf-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
Obsoletes: bitcoin-qt Obsoletes: bitcoin-qt
@ -32,18 +33,26 @@ Obsoletes: bitcoin-qt
%description %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. 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}-linux %setup -q -n %{name}-%{version}-linux
%build %build
cd src cd src
qmake-qt4 BOOST_LIB_SUFFIX=-mt tar -xzf bitcoin-%{version}.tar.gz
cd %{name}-%{version}
%configure \
--with-gui \
--with-incompatible-bdb
#qmake-qt4 BOOST_LIB_SUFFIX=-mt
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D src/bitcoin-qt %{buildroot}%{_bindir}/bitcoin-qt
cd src/%{name}-%{version}
%makeinstall
#install -D src/bitcoin-%{version} %{buildroot}%{_bindir}/bitcoin-qt
install -D %SOURCE1 %{buildroot}%{_datadir}/applications/bitcoin-qt.desktop install -D %SOURCE1 %{buildroot}%{_datadir}/applications/bitcoin-qt.desktop
install -D %SOURCE2 %{buildroot}%{_datadir}/icons/bitcoin-qt.svg install -D %SOURCE2 %{buildroot}%{_datadir}/icons/bitcoin-qt.svg
@ -77,12 +86,22 @@ exit 0
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/test_bitcoin-qt
%{_bindir}/bitcoin-qt %{_bindir}/bitcoin-qt
%{_bindir}/bitcoin-cli
%{_bindir}/bitcoind
%{_bindir}/test_bitcoin
%{_datadir}/applications/bitcoin-qt.desktop %{_datadir}/applications/bitcoin-qt.desktop
%{_datadir}/icons/bitcoin-qt.svg %{_datadir}/icons/bitcoin-qt.svg
%doc COPYING #%doc COPYING
%changelog %changelog
* Thu Aug 07 2014 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.9.1-2mamba
- addedd qt frontend
* Sun Jul 27 2014 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
- automatic update by autodist
* Sun Jul 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.6-2mamba * Sun Jul 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.6-2mamba
- rebuilt by autoport with build requirements: miniupnpc-devel>=1.9.20140610-1mamba - rebuilt by autoport with build requirements: miniupnpc-devel>=1.9.20140610-1mamba