Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37829619
en ru br
ALT Linux repos
S:2.0.0-alt1

Group :: Other
RPM: gz-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:    gz-tools
Version: 2.0.0
Release: alt1

Summary: Entrypoint to Gazebo's command line interface
License: Apache-2.0
Group:   Other
Url:     https://github.com/gazebosim/gz-tools

Packager: Andrey Cherepanov <cas at altlinux.org>

Source: %name-%version.tar

BuildRequires(pre): cmake
BuildRequires: gcc-c++
BuildRequires: gz-cmake >= 3.0.0

%description
Gazebo Tools provide the gz command line tool that accepts multiple
subcommands. Each subcommand is implemented in a plugin that belongs to a
specific Gazebo project. For example, all the commands that start with gz topic
... are implemented by the Gazebo Transport library.

%package devel
Summary: Development files for %name
Group: Development/C++

%description devel
%summary

%prep
%setup

%build
%cmake
%cmake_build

%install
%cmake_install

%files
%doc AUTHORS README.md
%_bindir/gz
%_datadir/bash-completion/completions/gz
%_datadir/gz/gz.completion
%_libdir/lib*.so

%files devel
%_libdir/cmake/gz-tools*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin