rpms/ngspice/EL-5 import.log, NONE, 1.1 .cvsignore, 1.2, 1.3 ngspice.spec, 1.7, 1.8 sources, 1.2, 1.3 ngspice-17-pipemode.patch, 1.1, NONE

Chitlesh GOORAH chitlesh at fedoraproject.org
Sun Jan 11 22:48:07 UTC 2009


Author: chitlesh

Update of /cvs/pkgs/rpms/ngspice/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10637/EL-5

Modified Files:
	.cvsignore ngspice.spec sources 
Added Files:
	import.log 
Removed Files:
	ngspice-17-pipemode.patch 
Log Message:
rework 18


--- NEW FILE import.log ---
ngspice-18-1_fc10:EL-5:ngspice-18-1.fc10.src.rpm:1231713953


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ngspice/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	30 Aug 2006 17:24:55 -0000	1.2
+++ .cvsignore	11 Jan 2009 22:47:36 -0000	1.3
@@ -1 +1 @@
-ng-spice-rework-17.tar.gz
+ng-spice-rework-18.tar.gz


Index: ngspice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ngspice/EL-5/ngspice.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ngspice.spec	17 Mar 2007 13:59:55 -0000	1.7
+++ ngspice.spec	11 Jan 2009 22:47:36 -0000	1.8
@@ -1,6 +1,6 @@
 Name:              ngspice
-Version:           17
-Release:           11%{?dist}
+Version:           18
+Release:           1%{?dist}
 Summary:           A mixed level/signal circuit simulator
 
 License:           BSD
@@ -10,9 +10,6 @@
 Source0:           http://ovh.dl.sourceforge.net/sourceforge/%{name}/ng-spice-rework-%{version}.tar.gz
 BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:            %{name}-%{version}-pipemode.patch
-#Patch1:            %{name}-bjt.patch
-
 BuildRequires:     readline-devel, libXext-devel, libpng-devel, libICE-devel
 BuildRequires:     libXaw-devel, mesa-libGL-devel, libXt-devel
 
@@ -36,6 +33,8 @@
 codemodel interface and an event-driven simulation algorithm. Users can
 develop their own models for devices using the codemodel interface.
 
+It could be used for VLSI simulations as well.
+
 %package doc
 Summary:           Documentation for ngspice, a mixed level/signal circuit simulator
 Group:             Documentation
@@ -52,8 +51,6 @@
 %prep
 %setup -q -n ng-spice-rework-%{version}
 
-%patch0 -p0 -b .pipemode-xcircuit
-#%patch1 -p0 -b .bjt
 
 %build
 %ifarch x86_64 sparc64 ppc64 amd64
@@ -84,41 +81,33 @@
 
 %install
 %{__rm} -rf %{buildroot}
-chmod 644 src/xspice/*/*.{c,h,l,y}
-chmod 644 src/frontend/*.{c,h}
-chmod 644 src/include/*.h
-
-%{__make} install DESTDIR=%{buildroot}
-%{__rm} -f doc/Makefile*
-%{__rm} -f doc/ngspice.info*
-
-chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm}
-%{__rm} -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a
-
-%{__cp} -pr doc/ %{buildroot}%{_datadir}/ng-spice-rework/
-%{__cp} -p Stuarts_Poly_Notes FAQ DEVICES ANALYSES %{buildroot}%{_datadir}/ng-spice-rework/doc/
-%{__cp} -pr examples/ %{buildroot}%{_datadir}/ng-spice-rework/
+#chmod 644 src/xspice/*/*.{c,h,l,y}
+#chmod 644 src/frontend/*.{c,h}
+#chmod 644 src/include/*.h
+
+%{__make} INSTALL="install -p" install DESTDIR=%{buildroot}
+%{__rm} -rf doc/Makefile* %{buildroot}%{_datadir}/info/dir
+
+
+#chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm}
+#%{__rm} -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a
+
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %post doc
-/sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.* ||:
+/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
 
 %preun doc
-if [ "$1" -eq 0 ]; then
-   /sbin/install-info --delete %{_infodir}/%{name}.info.* --info-dir=%{_infodir}/dir ||:
-fi
+/sbin/install-info --delete %{_infodir}/%{name}.info*.gz %{_infodir}/dir || :
 
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README BUGS ChangeLog NEWS
-%exclude %{_datadir}/ng-spice-rework/doc/*
-%exclude %{_datadir}/ng-spice-rework/examples/
 %{_bindir}/cmpp
-%{_bindir}/makeidx
-%{_bindir}/nghelp
+%{_bindir}/ngmakeidx
 %{_bindir}/ngmultidec
 %{_bindir}/ngnutmeg
 %{_bindir}/ngproc2mod
@@ -129,6 +118,7 @@
 %{_libdir}/spice/
 %{_mandir}/man1/ngnutmeg.1.*
 %{_mandir}/man1/ngsconvert.1.*
+%{_mandir}/man1/ngmultidec.1.*
 %{_mandir}/man1/%{name}.1.*
 %{_mandir}/manm/xgraph.man.*
 
@@ -136,10 +126,26 @@
 %files doc
 %defattr(-, root, root, -)
 %{_infodir}/ngspice.info*.*
-%{_datadir}/ng-spice-rework/doc/
-%{_datadir}/ng-spice-rework/examples/
+%doc examples/ doc/
+%doc Stuarts_Poly_Notes FAQ DEVICES ANALYSES
 
 %Changelog
+* Sat Jan 10 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 18-1
+- new upstream release
+
+* Sun Jun 15 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 17-16
+- Bugfix: #449409: FTBFS ngspice-17-14.fc9
+
+* Fri Apr 18 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 17-15
+- rebuild
+
+* Fri Aug 24 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 17-13
+- mass rebuild for fedora 8 - BuildID
+
+* Sat Jul 08 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 17-12
+- fixed ScriptletSnippets for Texinfo #246780
+- moved documentations to -doc package
+
 * Sat Mar 17 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 17-11
 - droped patch: ngspice-bjt.patch, upstream will provide a better patch soon
 
@@ -176,4 +182,4 @@
 - Removed duplicates and useless ldconfig from %%post
 
 * Sun Aug 27 2006 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 17-1
-- Initial Package for Fedora Extras
\ No newline at end of file
+- Initial Package for Fedora Extras


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ngspice/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	30 Aug 2006 17:24:55 -0000	1.2
+++ sources	11 Jan 2009 22:47:36 -0000	1.3
@@ -1 +1 @@
-abe283dea98b913a2122f085076865b1  ng-spice-rework-17.tar.gz
+3ab09b939939f7d0fb8cc9d8c77ead71  ng-spice-rework-18.tar.gz


--- ngspice-17-pipemode.patch DELETED ---




More information about the fedora-extras-commits mailing list