add files

This commit is contained in:
Mahno 2025-03-10 15:16:57 +08:00
parent f093279a37
commit d343345478
2 changed files with 36 additions and 0 deletions

Binary file not shown.

36
tde-cmake-trinity.spec Normal file
View File

@ -0,0 +1,36 @@
Name:tde-cmake-trinity
Version:14.1.3
Release:0
Summary:CMake templates and modules used by TDE
License:GPL-2.0-only
URL:http://www.trinitydesktop.org
Source0:https://mirror.ppa.trinitydesktop.org/trinity/releases/R%{version}/main/dependencies/%{name}-%{version}.tar.xz
BuildRequires:cmake
Requires:cmake
%description
CMake templates and modules used by TDE
%prep
%autosetup -n %{name}-%{version}
%build
cmake .
%install
make install
%check
%files
%{_datadir}/cmake/Modules/*
%{_datadir}/cmake/Templates/*
%changelog
%autochangelog