1 |
Name: kicad-templates |
2 |
Summary: KiCad Templates |
3 |
Epoch: 1 |
4 |
Version: 6.0.1 |
5 |
Release: %mkrel 1 |
6 |
License: CC-BY-SA |
7 |
Group: Sciences/Computer science |
8 |
Url: https://www.kicad.org/ |
9 |
Source0: https://gitlab.com/kicad/libraries/kicad-templates/-/archive/%{version}/kicad-templates-%{version}.tar.gz |
10 |
BuildArch: noarch |
11 |
BuildRequires: cmake |
12 |
BuildRequires: ninja |
13 |
Conflicts: kicad < 1:6.0.0 |
14 |
|
15 |
%description |
16 |
This package contains the official KiCad project and worksheet templates. |
17 |
|
18 |
%prep |
19 |
%autosetup -p1 |
20 |
|
21 |
%build |
22 |
%cmake -G Ninja \ |
23 |
-DCMAKE_BUILD_TYPE=Release |
24 |
%cmake_build |
25 |
|
26 |
%install |
27 |
%cmake_install |
28 |
|
29 |
%files |
30 |
%license LICENSE* |
31 |
%doc README* |
32 |
%{_datadir}/kicad/template/ |