1 |
Name: kicad-packages3d |
2 |
Summary: KiCad 3D Models |
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-packages3D/-/archive/%{version}/kicad-packages3D-%{version}.tar.gz |
10 |
BuildArch: noarch |
11 |
BuildRequires: cmake |
12 |
BuildRequires: ninja |
13 |
|
14 |
Provides: kicad-3dmodels = %{EVRD} |
15 |
|
16 |
%description |
17 |
This package contains 3D models for rendering and MCAD integration, for use |
18 |
with KiCAD EDA software. |
19 |
|
20 |
%prep |
21 |
%autosetup -p1 -n kicad-packages3D-%{version} |
22 |
|
23 |
%build |
24 |
%cmake -GNinja \ |
25 |
-DCMAKE_BUILD_TYPE=Release |
26 |
%cmake_build |
27 |
|
28 |
%install |
29 |
%cmake_install |
30 |
|
31 |
%files |
32 |
%license LICENSE* |
33 |
%doc README* CREDITS* TODO* |
34 |
%{_datadir}/kicad/3dmodels/ |