add files
This commit is contained in:
parent
f093279a37
commit
d343345478
BIN
tde-cmake-trinity-14.1.3.tar.xz
Normal file
BIN
tde-cmake-trinity-14.1.3.tar.xz
Normal file
Binary file not shown.
36
tde-cmake-trinity.spec
Normal file
36
tde-cmake-trinity.spec
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user