Name: daggy Version: 2.0.1 Release: 1%{?dist} Summary: Data Aggregation Utility License: MIT URL: https://github.com/synacker/daggy Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: qt5-qtbase-devel BuildRequires: gcc-c++ BuildRequires: mustache-devel BuildRequires: libssh2-devel BuildRequires: yaml-cpp-devel BuildRequires: cmake %description Serverless remote or local data aggreagation and streamining. Daggy main goals are simplicity and ease-of-use. Daggy is serverless, cross-platform solution and don't require installation on remote servers. Aggregation and streaming work under SSH transport protocol or via local processes execution. Daggy can be helpful for developers, QA, DevOps and engenieers for debug, analyze and control distributed network systems, for example, based on microservice architecture. %package devel Summary: Development files for %{name} %description devel %{summary} %prep %autosetup sed -i 's|kainjow/mustache.hpp|mustache.hpp|' src/Daggy/Precompiled.h mkdir -p %{_target_platform} %build pushd %{_target_platform} %cmake -DVERSION=%{version} ../src/ popd %make_build -C %{_target_platform} %install %make_install -C %{_target_platform} %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_libdir}/libDaggyCore.so %post daggy --version %files devel %{_includedir}/DaggyCore %changelog * Tue Apr 07 2020 Mikhail Milovidov - 2.0.1-1 - Update up to 2.0.1 version. Fix typos in description * Sun Apr 05 2020 Mikhail Milovidov - Update to 2.0.0 * Tue Jan 28 2020 Fedora Release Engineering - 1.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jan 26 2020 Benjamin Kircher - 1.1.3-3 - Rebuild for botan2-2.13 * Fri Oct 18 2019 Richard Shaw - 1.1.3-2 - Rebuild for yaml-cpp 0.6.3. * Thu Jul 25 2019 Mikhail Milovidov - 1.1.3-1 - Update to 1.2.3 * Wed Jul 24 2019 Fedora Release Engineering - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 23 2019 Mikhail Milovidov - 1.1.2-1 - Update to 1.1.2 * Fri Jun 21 2019 Mikhail Milovidov - 1.1.1-1 - Update to 1.1.1 * Sun Jun 16 20:04:20 CEST 2019 Igor Gnatenko - 1.1.0-1 - Update to 1.1.0 * Tue Mar 19 2019 Igor Gnatenko - 1.0.1-1 - Update to 1.0.1 * Sat Mar 16 2019 Mikhail Milovidov - 1.0.0-1 - Initial rpm release