]> git.pld-linux.org Git - packages/ngspice.git/commitdiff
- updated to 30 auto/th/ngspice-30-1
authorBartek Szady <bszx@bszx.eu>
Fri, 9 Aug 2019 19:11:00 +0000 (21:11 +0200)
committerBartek Szady <bszx@bszx.eu>
Fri, 9 Aug 2019 19:11:00 +0000 (21:11 +0200)
ngspice.spec

index 04d8b5a79f78c883c4a30f1019283750bcaec680..9d7a16ae16c790c345ffe8de483e7c6e196adbe2 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       Ngspice circuit simulator
 Summary(pl.UTF-8):     Ngspice symulator obwodów
 Name:          ngspice
-Version:       28
+Version:       30
 Release:       1
 License:       GPL
 Group:         Applications
 Source0:       https://sourceforge.net/projects/ngspice/files/ng-spice-rework/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 5ee9c0a5f52d69ae20b8ef9b46608769
+# Source0-md5: 272653b01dd4529c3c3a1dbd2e1588f1
 Source1:       %{name}.desktop
 URL:           http://ngspice.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -65,7 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install -d $RPM_BUILD_ROOT%{_desktopdir}
 
+%if %{without shared}
 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
+%endif
 cp -R examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
This page took 0.156754 seconds and 4 git commands to generate.