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
|
||||
Version: 0.9.1
|
||||
Release: 2mamba
|
||||
Version: 0.9.3
|
||||
Release: 1mamba
|
||||
Summary: A frontend for the bitcoin cryptocurrency
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
Vendor: openmamba
|
||||
@ -35,10 +35,9 @@ A frontend for the bitcoin cryptocurrency. Bitcoin is a decentralized P2P electr
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-linux
|
||||
tar xf src/bitcoin-%{version}.tar.gz
|
||||
|
||||
%build
|
||||
cd src
|
||||
tar -xzf bitcoin-%{version}.tar.gz
|
||||
cd %{name}-%{version}
|
||||
%configure \
|
||||
--with-gui \
|
||||
@ -50,7 +49,7 @@ cd %{name}-%{version}
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
cd src/%{name}-%{version}
|
||||
cd %{name}-%{version}
|
||||
%makeinstall
|
||||
#install -D src/bitcoin-%{version} %{buildroot}%{_bindir}/bitcoin-qt
|
||||
install -D %SOURCE1 %{buildroot}%{_datadir}/applications/bitcoin-qt.desktop
|
||||
@ -96,6 +95,9 @@ exit 0
|
||||
#%doc COPYING
|
||||
|
||||
%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
|
||||
- addedd qt frontend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user