[packages/ngspice] - updated to 45.2
bszx
bszx at pld-linux.org
Tue Apr 7 23:45:01 CEST 2026
commit 55051b2c5e50e107f24c73295d9b878835d98620
Author: Bartek Szady <bszx at bszx.eu>
Date: Mon Apr 6 22:31:08 2026 +0200
- updated to 45.2
ngspice.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ngspice.spec b/ngspice.spec
index 2344d5e..ae15f7a 100644
--- a/ngspice.spec
+++ b/ngspice.spec
@@ -6,12 +6,12 @@
Summary: Ngspice circuit simulator
Summary(pl.UTF-8): Symulator obwodów Ngspice
Name: ngspice
-Version: 44.2
+Version: 45.2
Release: 1
License: Modified BSD, MPL v2.0, LGPL v2+, GPL v2+
Group: Applications/Engineering
Source0: https://downloads.sourceforge.net/ngspice/%{name}-%{version}.tar.gz
-# Source0-md5: 2f22f83c759afb5c8526fc029fdf891a
+# Source0-md5: 7043352ffd60f66d7c1bc516562b7a8a
Source1: %{name}.desktop
URL: https://ngspice.sourceforge.net/
BuildRequires: autoconf >= 2.59
@@ -80,12 +80,14 @@ Header files for ngspice library.
%description devel -l pl.UTF-8
Pliki nagłówkowe biblioteki ngspice.
+
%prep
%setup -q
find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
%build
+%define configuredir ..
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
@@ -94,7 +96,7 @@ find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
for kind in %{?with_shared:ngshared} %{?with_x11:x} ; do
install -d build-${kind}
cd build-${kind}
-../%configure \
+%configure \
--disable-silent-rules \
--enable-cider \
--enable-openmp \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ngspice.git/commitdiff/55051b2c5e50e107f24c73295d9b878835d98620
More information about the pld-cvs-commit
mailing list