File libtree.spec of Package libtree

#
# spec file for package [libtree]
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           libtree
Version:        0
Release:        0
Summary:        Shows ldd as a tree
License:        MIT
URL:            https://github.com/haampie/libtree
Source0:        %{name}-%{version}.tar.xz
BuildRequires:  gcc-c++

%description
A tool that:
  * deciduous_tree turns ldd into a tree
  * point_up explains why shared libraries are found and why not
  * package optionally deploys executables and dependencies into a
    single directory


%prep
%autosetup

%build
%make_build

%install
%make_install PREFIX=%{_prefix}

%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%doc %{_mandir}/man1/%{name}.1%{ext_man}

%changelog
openSUSE Build Service is sponsored by