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
|
||||
Version: 0.9.3
|
||||
Release: 1mamba
|
||||
Version: 0.10.0
|
||||
Release: 2mamba
|
||||
Summary: A frontend for the bitcoin cryptocurrency
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://sourceforge.net/projects/bitcoin/?_test=b
|
||||
Source: http://downloads.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-%{version}/bitcoin-%{version}-linux.tar.gz
|
||||
#Source: http://downloads.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-%{version}/bitcoin-%{version}-linux.tar.gz
|
||||
URL: http://sourceforge.net/projects/bitcoin/?_test=
|
||||
Source: https://bitcoin.org/bin/bitcoin-core-%{version}/bitcoin-%{version}.tar.gz
|
||||
Source1: bitcoin-qt.desktop
|
||||
Source2: bitcoin-qt.svg
|
||||
License: GPL
|
||||
@ -23,7 +22,7 @@ BuildRequires: libqt4-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: miniupnpc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: miniupnpc-devel >= 1.9.20140610-1mamba
|
||||
BuildRequires: miniupnpc-devel >= 1.9.20150206-1mamba
|
||||
BuildRequires: protobuf-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-linux
|
||||
tar xf src/bitcoin-%{version}.tar.gz
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
cd %{name}-%{version}
|
||||
%configure \
|
||||
--with-gui \
|
||||
--with-incompatible-bdb
|
||||
|
||||
#qmake-qt4 BOOST_LIB_SUFFIX=-mt
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
cd %{name}-%{version}
|
||||
%makeinstall
|
||||
#install -D src/bitcoin-%{version} %{buildroot}%{_bindir}/bitcoin-qt
|
||||
install -D %SOURCE1 %{buildroot}%{_datadir}/applications/bitcoin-qt.desktop
|
||||
install -D %SOURCE2 %{buildroot}%{_datadir}/icons/bitcoin-qt.svg
|
||||
|
||||
@ -71,7 +65,6 @@ gtk-update-icon-cache %{_kde4_icondir}/oxygen &>/dev/null
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
## remove the following line if no dynamic libraries are provided by this package
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q &>/dev/null
|
||||
@ -90,11 +83,23 @@ exit 0
|
||||
%{_bindir}/bitcoin-cli
|
||||
%{_bindir}/bitcoind
|
||||
%{_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}/icons/bitcoin-qt.svg
|
||||
#%doc COPYING
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user