automatic version update by autodist [release 6.0.6-1mamba;Sat Jul 23 2022]
This commit is contained in:
parent
7dfd8ad785
commit
826afa39b0
27
kicad.spec
27
kicad.spec
@ -2,7 +2,7 @@
|
||||
%define docpkgver 2013-03-15
|
||||
Name: kicad
|
||||
Epoch: 1
|
||||
Version: 5.1.10
|
||||
Version: 6.0.6
|
||||
Release: 1mamba
|
||||
Summary: The KiCad EDA Suite project is a software capable of schematic and printed circuit board design
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
@ -16,19 +16,27 @@ License: GPL, KiCad Free Documentation Licence
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libGLU-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglew-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libngspice-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libocct-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpixman-devel
|
||||
BuildRequires: libpython39-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwx_baseu-devel
|
||||
BuildRequires: libwx_gtk3u-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libocct-devel
|
||||
BuildRequires: python-wxPython-py3
|
||||
|
||||
%description
|
||||
@ -44,8 +52,10 @@ Kicad is a set of four softwares and a project manager:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%cmake -d build \
|
||||
-DKICAD_STABLE_VERSION=ON \
|
||||
-DBUILD_DOCS:BOOL=ON \
|
||||
@ -60,6 +70,7 @@ Kicad is a set of four softwares and a project manager:
|
||||
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-unicode-3 \
|
||||
-DBUILD_GITHUB_PLUGIN=ON \
|
||||
-DPYTHON_EXECUTABLE=%{__python3} \
|
||||
-DKICAD_USE_EGL=1 \
|
||||
.
|
||||
|
||||
# -DKICAD_USE_OCC=ON \
|
||||
@ -96,13 +107,12 @@ Kicad is a set of four softwares and a project manager:
|
||||
%{_bindir}/*
|
||||
%{python3_sitelib}/_pcbnew.so
|
||||
%{python3_sitelib}/pcbnew.py
|
||||
%{_libdir}/kicad/plugins/3d/libs3d_plugin_idf.so
|
||||
%{_libdir}/kicad/plugins/3d/libs3d_plugin_vrml.so
|
||||
%{_libdir}/kicad/plugins/3d/libs3d_plugin_*.so
|
||||
%{_libdir}/libkicad_3dsg.so
|
||||
%{_libdir}/libkicad_3dsg.so.*
|
||||
%dir %{_datadir}/kicad
|
||||
%{_datadir}/kicad/*
|
||||
%{_datadir}/appdata/kicad.appdata.xml
|
||||
%{_datadir}/metainfo/org.kicad.kicad.metainfo.xml
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/mime/packages/kicad-gerbers.xml
|
||||
%{_datadir}/mime/packages/kicad-kicad.xml
|
||||
@ -114,6 +124,9 @@ Kicad is a set of four softwares and a project manager:
|
||||
%{_datadir}/doc/kicad/*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 23 2022 Automatic Build System <autodist@mambasoft.it> 6.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 14 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.10-1mamba
|
||||
- update to 5.1.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user