From 3a1acf4cfe83da15d7f62eee8b356bab505f810d Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 8 Oct 2015 17:56:41 +0200 Subject: [PATCH] update to 26 release --- .gitignore | 2 ++ ngspice.spec | 22 ++++++++++++++-------- sources | 4 ++-- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 787efb9..24653c3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ ngspice-rework-20.cvs20100719.tar.bz2 /ngspice-rework-22.cvs20101113.tar.bz2 /ngspice-23.tar.gz /ngspice23-manual.pdf +/ngspice-26.tar.gz +/ngspice-26-manual.pdf diff --git a/ngspice.spec b/ngspice.spec index c519bb7..3d30af5 100644 --- a/ngspice.spec +++ b/ngspice.spec @@ -16,11 +16,11 @@ %define devel 0 Name: ngspice -Version: 23 +Version: 26 %if %{?devel} %define snap .20111129cvs %endif -Release: 10%{?snap}%{?dist} +Release: 1%{?snap}%{?dist} Summary: A mixed level/signal circuit simulator License: BSD @@ -31,7 +31,7 @@ URL: http://ngspice.sourceforge.net Source0: ngspice-rework-%{version}%{snap}.tar.bz2 %else Source0: https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/%{version}/ngspice-%{version}.tar.gz -Source1: https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/%{version}/ngspice%{version}-manual.pdf +Source1: https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/%{version}/ngspice-%{version}-manual.pdf %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -136,7 +136,7 @@ chmod +x configure # ---- Manual ---------------------------------------------------------------- cd ng-spice-manuals autoreconf -Wno-portability --install -./configure ; make +%configure ; make cd .. cd ng-spice-rework @@ -241,12 +241,12 @@ cp -p %{SOURCE1} %{buildroot}%{_pkgdocdir}/%{name}-%{version}.pdf %endif cp -pr Stuarts_Poly_Notes FAQ DEVICES ANALYSES %{buildroot}%{_pkgdocdir} -cp -pr AUTHORS COPYING README* BUGS ChangeLog NEWS %{buildroot}%{_pkgdocdir} +cp -pr AUTHORS README* BUGS ChangeLog NEWS %{buildroot}%{_pkgdocdir} # pull as debuginfo -chmod +x %{buildroot}%{_libdir}/spice/*.cm -chmod +x %{buildroot}%{_libdir}/tclspice/spice/*.cm +chmod +x %{buildroot}%{_libdir}/ngspice/*.cm +chmod +x %{buildroot}%{_libdir}/tclspice/ngspice/*.cm %{__rm} -rf %{buildroot}%{_datadir}/info/dir @@ -266,10 +266,11 @@ cd tests %defattr(-,root,root,-) %{_bindir}/* %{_datadir}/%{name}/ -%{_libdir}/spice/ +%{_libdir}/ngspice/ %{_mandir}/man1/* %exclude %{_pkgdocdir}/examples/tclspice %doc %{_pkgdocdir} +%license COPYING %files -n tclspice %defattr(-,root,root,-) @@ -278,6 +279,11 @@ cd tests %changelog +* Thu Oct 08 2015 Marcin Juszkiewicz - 26-1 +- Update to 26 release. +- use licence tag +- use configure macro + * Wed Jun 17 2015 Fedora Release Engineering - 23-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index b232d9d..79ec6b4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -bc7faa7348e307145b3bb04ef70a87d2 ngspice-23.tar.gz -eb0d68eb463a41a0571757a00a5b9f9d ngspice23-manual.pdf +7fd9cdd11b1bb109eb48201222de4c50 ngspice-26.tar.gz +70f83f5741405ffd979af1c4a5b6ba79 ngspice-26-manual.pdf