From 3b500b0cf7f5bcfd2e19a2d77c4dc507f9ad36c2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:48:54 +0100 Subject: [PATCH] automatic version update by autodist [release 0.11.0-1mamba;Sun Aug 02 2015] --- README.md | 2 -- bitcoin.spec | 24 +++++++++++++++++++----- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 33c712c..cdbdbb5 100644 --- a/README.md +++ b/README.md @@ -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. - diff --git a/bitcoin.spec b/bitcoin.spec index d81314f..dda65a1 100644 --- a/bitcoin.spec +++ b/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 0.11.0-1mamba +- automatic version update by autodist + * Fri May 22 2015 Automatic Build System 0.10.2-1mamba - automatic update by autodist