automatic update by autodist [release 0.9.3-1mamba;Thu Oct 16 2014]
This commit is contained in:
parent
b4d2b41356
commit
f1213f625b
12
bitcoin.spec
12
bitcoin.spec
@ -1,6 +1,6 @@
|
|||||||
Name: bitcoin
|
Name: bitcoin
|
||||||
Version: 0.9.1
|
Version: 0.9.3
|
||||||
Release: 2mamba
|
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -35,10 +35,9 @@ A frontend for the bitcoin cryptocurrency. Bitcoin is a decentralized P2P electr
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-linux
|
%setup -q -n %{name}-%{version}-linux
|
||||||
|
tar xf src/bitcoin-%{version}.tar.gz
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
|
||||||
tar -xzf bitcoin-%{version}.tar.gz
|
|
||||||
cd %{name}-%{version}
|
cd %{name}-%{version}
|
||||||
%configure \
|
%configure \
|
||||||
--with-gui \
|
--with-gui \
|
||||||
@ -50,7 +49,7 @@ cd %{name}-%{version}
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
cd src/%{name}-%{version}
|
cd %{name}-%{version}
|
||||||
%makeinstall
|
%makeinstall
|
||||||
#install -D src/bitcoin-%{version} %{buildroot}%{_bindir}/bitcoin-qt
|
#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
|
||||||
@ -96,6 +95,9 @@ exit 0
|
|||||||
#%doc COPYING
|
#%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 0.9.3-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Thu Aug 07 2014 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.9.1-2mamba
|
* Thu Aug 07 2014 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.9.1-2mamba
|
||||||
- addedd qt frontend
|
- addedd qt frontend
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user