automatic version update by autodist [release 0.11.0-1mamba;Sun Aug 02 2015]
This commit is contained in:
parent
007045b5c2
commit
3b500b0cf7
@ -1,4 +1,2 @@
|
||||
# bitcoin
|
||||
|
||||
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.
|
||||
|
||||
|
24
bitcoin.spec
24
bitcoin.spec
@ -1,5 +1,5 @@
|
||||
Name: bitcoin
|
||||
Version: 0.10.2
|
||||
Version: 0.11.0
|
||||
Release: 1mamba
|
||||
Summary: A frontend for the bitcoin cryptocurrency
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
@ -27,6 +27,14 @@ BuildRequires: protobuf-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: bitcoin-qt
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%description
|
||||
@ -84,16 +92,22 @@ exit 0
|
||||
%{_bindir}/bitcoind
|
||||
%{_bindir}/test_bitcoin
|
||||
%{_bindir}/bitcoin-tx
|
||||
%{_libdir}/libbitcoinconsensus.so.*
|
||||
%{_datadir}/applications/bitcoin-qt.desktop
|
||||
%{_datadir}/icons/bitcoin-qt.svg
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_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
|
||||
%{_libdir}/pkgconfig/libbitcoinconsensus.pc
|
||||
|
||||
%changelog
|
||||
* Sun Aug 02 2015 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 22 2015 Automatic Build System <autodist@mambasoft.it> 0.10.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user