Dmitry Roshchin 2022-11-26 10:57:52 +00:00 committed by Git OBS Bridge
parent 98df3a21af
commit d12b70f928

View File

@ -1,5 +1,5 @@
# #
# spec file for package ch341eepromtool # spec file for package qucs-s
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
@ -20,22 +20,22 @@ Name: qucs-s
Version: 1.0.0 Version: 1.0.0
Release: 0 Release: 0
Summary: Qucs with SPICE Summary: Qucs with SPICE
License: GPL-2.0 License: GPL-2.0-only
Group: Productivity/Scientific/Electronics Group: Productivity/Scientific/Electronics
URL: https://ra3xdh.github.io/ URL: https://ra3xdh.github.io/
Source: https://github.com/ra3xdh/qucs_s/releases/download/%{version}/%{name}-%{version}.tar.gz Source: https://github.com/ra3xdh/qucs_s/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: qucs-s.rpmlintrc Source1: qucs-s.rpmlintrc
BuildRequires: cmake BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Xml) BuildRequires: cmake(Qt5Xml)
BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: fdupes
Requires: ngspice Requires: ngspice
%description %description
Qucs-S is a spin-off of the Qucs cross-platform circuit simulator. "S" letter indicates SPICE. The purpose of the Qucs-S subproject is to use free SPICE circuit simulation kernels with the Qucs GUI. It merges the power of SPICE and the simplicity of the Qucs GUI. Qucs intentionally uses its own SPICE incompatible simulation kernel Qucsator. It has advanced RF and AC domain simulation features, but most of the existing industrial SPICE models are incompatible with it. Qucs-S is not a simulator by itself, but it requires to use a simulation backend with it. The schematic document format of Qucs and Qucs-S are fully compatible. Qucs-S is a spin-off of the Qucs cross-platform circuit simulator. "S" letter indicates SPICE. The purpose of the Qucs-S subproject is to use free SPICE circuit simulation kernels with the Qucs GUI. It merges the power of SPICE and the simplicity of the Qucs GUI. Qucs intentionally uses its own SPICE incompatible simulation kernel Qucsator. It has advanced RF and AC domain simulation features, but most of the existing industrial SPICE models are incompatible with it. Qucs-S is not a simulator by itself, but it requires to use a simulation backend with it. The schematic document format of Qucs and Qucs-S are fully compatible.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
@ -56,4 +56,3 @@ Qucs-S is a spin-off of the Qucs cross-platform circuit simulator. "S" letter in
%doc %{_datadir}/man/man1/%{name}.1.gz %doc %{_datadir}/man/man1/%{name}.1.gz
%changelog %changelog