rpms/ngspice/devel .cvsignore, 1.6, 1.7 import.log, 1.8, 1.9 ngspice.spec, 1.24, 1.25 sources, 1.6, 1.7

Chitlesh GOORAH chitlesh at fedoraproject.org
Thu Jul 22 17:18:03 UTC 2010


Author: chitlesh

Update of /cvs/pkgs/rpms/ngspice/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32476/devel

Modified Files:
	.cvsignore import.log ngspice.spec sources 
Log Message:
doubling of time steps with XSPICE fixed


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ngspice/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	1 Jul 2010 19:24:30 -0000	1.6
+++ .cvsignore	22 Jul 2010 17:18:02 -0000	1.7
@@ -1 +1,2 @@
-ngspice-rework-20.cvs20100619.tar.bz2
+ngspice-21.pdf
+ngspice-rework-20.cvs20100719.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/ngspice/devel/import.log,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- import.log	12 Jul 2010 17:22:44 -0000	1.8
+++ import.log	22 Jul 2010 17:18:02 -0000	1.9
@@ -6,3 +6,4 @@ ngspice-20-2_fc12:HEAD:ngspice-20-2.fc12
 ngspice-20-3_fc12:HEAD:ngspice-20-3.fc12.src.rpm:1260314184
 ngspice-21-1_cvs20100620_fc12:HEAD:ngspice-21-1.cvs20100620.fc12.src.rpm:1278012202
 ngspice-21-2_cvs20100620_fc12:HEAD:ngspice-21-2.cvs20100620.fc12.src.rpm:1278955300
+ngspice-21-3_cvs20100719_el6:HEAD:ngspice-21-3.cvs20100719.el6.src.rpm:1279819033


Index: ngspice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ngspice/devel/ngspice.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- ngspice.spec	12 Jul 2010 17:22:44 -0000	1.24
+++ ngspice.spec	22 Jul 2010 17:18:03 -0000	1.25
@@ -7,7 +7,7 @@
 
 Name:              ngspice
 Version:           21
-Release:           2.cvs20100620%{?dist}
+Release:           3.cvs20100719%{?dist}
 Summary:           A mixed level/signal circuit simulator
 
 License:           BSD
@@ -15,7 +15,8 @@ Group:             Applications/Engineer
 URL:               http://ngspice.sourceforge.net
 
 #Source0:           http://downloads.sourceforge.net/sourceforge/%{name}/ngspice%{version}_100620.zip
-Source0:           ngspice-rework-20.cvs20100619.tar.bz2
+Source0:           ngspice-rework-20.cvs20100719.tar.bz2
+Source1:           ngspice-21.pdf
 
 BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -81,6 +82,8 @@ find examples/ -type f -name ".cvsignore
 find src/ -type f -name "*.c" -exec chmod -x  {} ';'
 find src/ -type f -name "*.h" -exec chmod -x  {} ';'
 
+sed -i '15,/ /i\#include <ftedev.h>;' src/include/tclspice.h
+
 %ifarch x86_64 sparc64 ppc64 amd64
 sed -i "s|@XSPICEINIT@ codemodel @prefix@/lib|@XSPICEINIT@ codemodel %{_libdir}|" \
 src/spinit.in
@@ -104,8 +107,14 @@ examples/tclspice/tcl-testbench4/tcl-tes
 ./autogen.sh
 
 %build
+# ---- Manual ----------------------------------------------------------------
+#cd ng-spice-manuals
+#autoreconf  -Wno-portability --install
+#./configure ; make
+#cd ..
 
 cd ng-spice-rework
+cp -p %{SOURCE1} .
 
 # ---- Tclspice ----------------------------------------------------------------
 # Adding BLT support
@@ -119,12 +128,13 @@ export CFLAGS="%{optflags} -I%{_included
 cd tclspice
 sed -i "s|\#define NGSPICEDATADIR \"\`echo \$dprefix/share/ngspice\`\"|\#define NGSPICEDATADIR \"\`echo %{_libdir}/tclspice\`\"|" configure*
 # fix ng-spice-manuals directory location
-sed -i  's|../ng-spice-manuals|../../ng-spice-manuals|g' manual/Makefile.am
+#sed -i  's|../ng-spice-manuals|../../ng-spice-manuals|g' manual/Makefile.am
 
 %configure \
     --disable-xgraph \
     --enable-xspice \
     --enable-maintainer-mode \
+    --enable-dependency-tracking \
     --enable-capzerobypass \
     --enable-cider \
     --enable-newpred \
@@ -137,7 +147,7 @@ sed -i  's|../ng-spice-manuals|../../ng-
     --enable-ndev \
 %if 0%{?fedora}
     --with-tcl=%{_libdir}/tcl8.5/ \
-%else
+   %else
     --with-tcl=%{_libdir}/ \
 %endif
     --libdir=%{_libdir}/tclspice
@@ -150,6 +160,7 @@ cd ..
     --disable-xgraph \
     --enable-xspice \
     --enable-maintainer-mode \
+    --enable-dependency-tracking \
     --enable-capzerobypass \
     --enable-cider \
     --enable-newpred \
@@ -171,6 +182,7 @@ cd ng-spice-rework
 
 %{__make} INSTALL="install -p" install DESTDIR=%{buildroot}
 
+
 # ---- Tclspice ----------------------------------------------------------------
 # Tclspice : Make install
 cd tclspice
@@ -185,7 +197,7 @@ cd ..
 rm -rf   %{buildroot}%{_docdir}/%{name}-%{version}/
 mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/
 cp -pr examples/ %{buildroot}%{_docdir}/%{name}-%{version}/
-cp -pr manual/*.pdf %{buildroot}%{_docdir}/%{name}-%{version}/
+cp -p ngspice-21.pdf %{buildroot}%{_docdir}/%{name}-%{version}/%{name}-%{version}.pdf
 rm -rf %{buildroot}%{_docdir}/%{name}
 cp -pr Stuarts_Poly_Notes FAQ DEVICES ANALYSES %{buildroot}%{_docdir}/%{name}-%{version}/
 cp -pr AUTHORS COPYING README BUGS ChangeLog NEWS %{buildroot}%{_docdir}/%{name}-%{version}/


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ngspice/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	1 Jul 2010 19:24:30 -0000	1.6
+++ sources	22 Jul 2010 17:18:03 -0000	1.7
@@ -1 +1,2 @@
-ad714f1aa268edac34681c2008071fcd  ngspice-rework-20.cvs20100619.tar.bz2
+95ee9f647e5c50fdcb2a9a26a519295b  ngspice-21.pdf
+669587010b890413bf26e35cccd400d4  ngspice-rework-20.cvs20100719.tar.bz2



More information about the scm-commits mailing list