chore: sync with Terra 38 (#598)

* chore: sync with Terra 38

* bump: libappimage

* fix(ci): add lint and `dnf in` tests

* fix(ci): bump commit-comment to @v2

Signed-off-by: madomado <wboy111@outlook.com>

---------

Signed-off-by: madomado <wboy111@outlook.com>
This commit is contained in:
madomado
2023-06-21 05:23:29 +08:00
committed by GitHub
parent 587cdb4db0
commit 6acd48643b
155 changed files with 1012 additions and 642 deletions
+3
View File
@@ -23,6 +23,7 @@ BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(properties-cpp)
#BuildRequires: pkgconfig(Backtrace)
BuildRequires: doxygen
BuildRequires: fdupes
%description
A simple convenience library for handling processes in C++11.
@@ -52,8 +53,10 @@ sed -i '/find_package(PkgConfig REQUIRED)/a set(THREADS_PREFER_PTHREAD_FLAG ON)'
%install
%cmake_install
%fdupes %buildroot%_docdir/%name/html/
%files
%doc README.md
%license COPYING
%{_libdir}/libprocess-cpp.so.*