# Generated by go2rpm 1.3 %bcond_without check # https://github.com/lightningnetwork/lnd # Queue / Ticker %global goipath github.com/lightningnetwork/lnd Version: 0.12.1~beta.rc1 %gometa %global goipaths github.com/lightningnetwork/lnd/queue github.com/lightningnetwork/lnd/ticker %global extractdir %(echo %{extractdir} | sed -e 's/~/-/g') %global gosource %(echo %{gosource} | sed -e 's/~/-/g') %global common_description %{expand: The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. lnd has several pluggable back-end chain services including btcd (a full-node), bitcoind, and neutrino (a new experimental light client). The project's codebase uses the btcsuite set of Bitcoin libraries, and also exports a large set of isolated re-usable Lightning Network related libraries within it. In the current state lnd is capable of: - Creating channels. - Closing channels. - Completely managing all channel states (including the exceptional ones!). - Maintaining a fully authenticated+validated channel graph. - Performing path finding within the network, passively forwarding incoming payments. - Sending outgoing onion-encrypted payments through the network. - Updating advertised fee schedules. - Automatic channel management (autopilot). This package only contains the queue and ticker import paths.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Lightning Network Daemon License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check # Remove paths we don't need to test find ./* -maxdepth 0 -type d -not -name "queue" -and -not -name "ticker" -and -not -name "_build" -exec rm -rf "{}" \; rm -f *.go %gocheck %endif %gopkgfiles %changelog * Fri Feb 05 01:06:48 CET 2021 Yury Kashcheyeu - 0.12.1~beta.rc1-1 - Initial package