37 lines
653 B
RPMSpec
37 lines
653 B
RPMSpec
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
|
|
BuildRequires:gcc-c++
|
|
Requires:cmake
|
|
|
|
%description
|
|
CMake templates and modules used by TDE
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version}
|
|
|
|
|
|
%build
|
|
|
|
|
|
%install
|
|
cp modules/* %{buildroot}%{_datadir}/cmake/Modules/
|
|
cp templates/* %{buildroot}%{_datadir}/cmake/Templates
|
|
%check
|
|
|
|
|
|
%files
|
|
%{_datadir}/cmake/Modules/*
|
|
%{_datadir}/cmake/Templates/*
|
|
|
|
%changelog
|
|
%autochangelog
|
|
|