Accepting request 376494 from home:Dmitry_R:branches:electronics

OBS-URL: https://build.opensuse.org/request/show/376494
OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=17
This commit is contained in:
2016-03-21 11:34:38 +00:00
committed by Git OBS Bridge
parent 03910bd463
commit d820973901
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package kicad
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: kicad
Version: 4.0.1
Version: 4.0.2
Release: 0
Summary: EDA software suite for the creation of schematics and PCB
License: GPL-2.0+ and GPL-3.0+
@@ -60,6 +60,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-library-install
Requires: python-wxWidgets-3_0 >= 3
Recommends: %{name}-doc
Recommends: %{name}-library = %{version}
Recommends: %{name}-library-install = %{version}
Obsoletes: kicad = 20140120
%description
@@ -75,7 +77,6 @@ KiCad includes a project manager and four main independent software tools:
%package library-install
Summary: Script for KiCad libraries downloading
Group: Productivity/Scientific/Electronics
Obsoletes: %{name}-library
Requires: %{name} = %{version}
Requires: curl
Requires: git-core