rebuilt by autoport with build requirements: miniupnpc-devel>=1.9.20150206-1mamba [release 0.10.0-2mamba;Sat Mar 14 2015]
This commit is contained in:
parent
f1213f625b
commit
6b8b165390
33
bitcoin.spec
33
bitcoin.spec
@ -1,14 +1,13 @@
|
|||||||
Name: bitcoin
|
Name: bitcoin
|
||||||
Version: 0.9.3
|
Version: 0.10.0
|
||||||
Release: 1mamba
|
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
URL: http://sourceforge.net/projects/bitcoin/?_test=b
|
URL: http://sourceforge.net/projects/bitcoin/?_test=
|
||||||
Source: http://downloads.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-%{version}/bitcoin-%{version}-linux.tar.gz
|
Source: https://bitcoin.org/bin/bitcoin-core-%{version}/bitcoin-%{version}.tar.gz
|
||||||
#Source: http://downloads.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-%{version}/bitcoin-%{version}-linux.tar.gz
|
|
||||||
Source1: bitcoin-qt.desktop
|
Source1: bitcoin-qt.desktop
|
||||||
Source2: bitcoin-qt.svg
|
Source2: bitcoin-qt.svg
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -23,7 +22,7 @@ BuildRequires: libqt4-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
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.20150206-1mamba
|
||||||
BuildRequires: protobuf-devel
|
BuildRequires: protobuf-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Obsoletes: bitcoin-qt
|
Obsoletes: bitcoin-qt
|
||||||
@ -34,24 +33,19 @@ Obsoletes: bitcoin-qt
|
|||||||
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}
|
||||||
tar xf src/bitcoin-%{version}.tar.gz
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd %{name}-%{version}
|
|
||||||
%configure \
|
%configure \
|
||||||
--with-gui \
|
--with-gui \
|
||||||
--with-incompatible-bdb
|
--with-incompatible-bdb
|
||||||
|
|
||||||
#qmake-qt4 BOOST_LIB_SUFFIX=-mt
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
cd %{name}-%{version}
|
|
||||||
%makeinstall
|
%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
|
||||||
|
|
||||||
@ -71,7 +65,6 @@ gtk-update-icon-cache %{_kde4_icondir}/oxygen &>/dev/null
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
## remove the following line if no dynamic libraries are provided by this package
|
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q &>/dev/null
|
update-desktop-database -q &>/dev/null
|
||||||
@ -90,11 +83,23 @@ exit 0
|
|||||||
%{_bindir}/bitcoin-cli
|
%{_bindir}/bitcoin-cli
|
||||||
%{_bindir}/bitcoind
|
%{_bindir}/bitcoind
|
||||||
%{_bindir}/test_bitcoin
|
%{_bindir}/test_bitcoin
|
||||||
|
%{_bindir}/bitcoin-tx
|
||||||
|
%{_includedir}/bitcoinconsensus.h
|
||||||
|
%{_libdir}/libbitcoinconsensus.a
|
||||||
|
%{_libdir}/libbitcoinconsensus.la
|
||||||
|
%{_libdir}/libbitcoinconsensus.so
|
||||||
|
%{_libdir}/libbitcoinconsensus.so.0
|
||||||
|
%{_libdir}/libbitcoinconsensus.so.0.0.0
|
||||||
%{_datadir}/applications/bitcoin-qt.desktop
|
%{_datadir}/applications/bitcoin-qt.desktop
|
||||||
%{_datadir}/icons/bitcoin-qt.svg
|
%{_datadir}/icons/bitcoin-qt.svg
|
||||||
#%doc COPYING
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-2mamba
|
||||||
|
- rebuilt by autoport with build requirements: miniupnpc-devel>=1.9.20150206-1mamba
|
||||||
|
|
||||||
|
* Sat Mar 14 2015 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.10.0-1mamba
|
||||||
|
- update to 0.10.0
|
||||||
|
|
||||||
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 0.9.3-1mamba
|
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 0.9.3-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user