Accepting request 612211 from home:1Antoine1:branches:electronics
- Fix build with CMake 3.11 (deb#897100): * Add kicad-4.0.7-remove-internal-CheckCXXSymbolExists.patch, picked from upstream. - Use %license for license file instead of %doc (boo#1082318). - Use SPDX 3 license identifier. - Don't call empty macros in %post and %postun. OBS-URL: https://build.opensuse.org/request/show/612211 OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=39
This commit is contained in:
10
kicad.spec
10
kicad.spec
@@ -20,7 +20,7 @@ Name: kicad
|
||||
Version: 4.0.7
|
||||
Release: 0
|
||||
Summary: EDA software suite for the creation of schematics and PCB
|
||||
License: GPL-2.0+ and GPL-3.0+
|
||||
License: GPL-2.0-or-later AND GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Electronics
|
||||
Url: http://kicad-pcb.org
|
||||
Source: https://launchpad.net/kicad/4.0/%{version}/+download/kicad-%{version}.tar.xz
|
||||
@@ -40,6 +40,8 @@ Patch4: kicad-boost-1_61-boost-context-changes.patch
|
||||
# PATCH-OPENSUSE kicad-set-cxx-standard.diff -- use C++14 by default and decay to 11, required by boost 1.61 patch
|
||||
Patch5: kicad-set-cxx-version.patch
|
||||
%endif
|
||||
# PATCH-FIX-UPSTREAM kicad-4.0.7-remove-internal-CheckCXXSymbolExists.patch -- Fix build with latest CMake, picked from upstream
|
||||
Patch6: kicad-4.0.7-remove-internal-CheckCXXSymbolExists.patch
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_context-devel
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
@@ -115,6 +117,7 @@ This package contains script for KiCad libraries downloading.
|
||||
%patch4
|
||||
%patch5 -p0
|
||||
%endif
|
||||
%patch6 -p1
|
||||
|
||||
cp %{SOURCE2} .
|
||||
|
||||
@@ -158,6 +161,7 @@ install -D scripts/library-repos-install.sh %{buildroot}%{_bindir}/kicad-library
|
||||
%fdupes -s %{buildroot}%{_datadir}/kicad
|
||||
%fdupes -s %{buildroot}%{_datadir}/icons/hicolor
|
||||
|
||||
%if 0%{?suse_version} < 1330
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
@@ -167,10 +171,12 @@ install -D scripts/library-repos-install.sh %{buildroot}%{_bindir}/kicad-library
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%mime_database_postun
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGELOG.txt COPYRIGHT.txt
|
||||
%doc CHANGELOG.txt
|
||||
%license COPYRIGHT.txt
|
||||
%{_bindir}/*
|
||||
%exclude %{_bindir}/kicad-library-install.sh
|
||||
%{_libdir}/kicad/
|
||||
|
Reference in New Issue
Block a user