Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 92fa08a12c76f0cee6157437157d3bd2 > files > 3

ng-spice-rework-18-5mdv2010.0.src.rpm

%define name 	ng-spice-rework
%define version 18
%define release %mkrel 5

Summary: Ngspice is a mixed-level/mixed-signal circuit simulator
Name: 	 %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Patch1:	 %{name}-%{version}-build.patch.bz2
License: BSD
Group: 	 Sciences/Other
Url: 	 http://ngspice.sourceforge.net/download.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	xaw-devel
BuildRequires:	readline-devel
BuildRequires:	ncurses-devel
BuildRequires:  gcc-gfortran
BuildRequires:  flex
BuildRequires:  bison

%description
Ngspice is a mixed-level/mixed-signal circuit simulator. Its code is
based on three open source software packages: Spice3f5, Cider1b1 and
Xspice. Ngspice is part of gEDA project, a full GPL'd suite of
Electronic Design Automation tools.

Spice3 does not need any introduction, is the most popular circuit
simulator. In over 30 years of its life Spice3 has become a de-facto
standard for simulating circuits.

Cider couples Spice3f5 circuit level simulator to DSIM device
simulator to provide greater simulation accuracy of critical
devices. DSIM devices are described in terms of their structures and
materials.

Xspice is an extension to Spice3C1 that provides code modeling support
and simulation of digital components through an embedded event driven
algorithm.

Ngspice is, anyway, a little more than the simple sum of the packages
above, as many people contributed to the project with their
experience, their bug fixes and their improvements. If you are
interested, browse the site and discover what ngspice offers and what
needs. If you think you can help, join the development team.

Ngspice is an ongoing project, growing everyday from users
contributions, suggestions and reports. What we will be able to do
depends mostly on user interests, contributions and feedback.

%package -n %{name}-examples
Summary:	Examples files for NGSpice
Group:		Sciences/Other
License:	BSD

%description -n %{name}-examples
Examples files for NGSpice

%prep
%setup -q 
%patch1

%build
autoreconf -fi
%configure \
	--with-readline \
	--enable-maintainer-mode \
	--enable-capzerobypass \
	--enable-intnoise \
	--enable-xspice \
	--enable-cider \
	--disable-xgraph \
	--enable-debug \
	--enable-numparam=yes \
	--enable-dot-global \
	--enable-experimental
	
%make
iconv -t utf-8 doc/ngspice.info -o doc/ngspice.info

%install
rm -rf %{buildroot}
%makeinstall_std

# Install examples
%__install -d -m755 examples %{buildroot}/%{_datadir}/%{name}

# Install other documentation
%__install -m755 doc/ngspice.pdf doc/ngspice.ps %{buildroot}/%{_datadir}/%{name}

# Fix 
chmod -x  doc/ngspice.pdf doc/ngspice.ps

%post
%_install_info ngspice.info.lmza
%_install_info ngspice.info-1.lmza
%_install_info ngspice.info-2.lmza

%preun
%_remove_install_info ngspice.info.lmza
%_remove_install_info ngspice.info-1.lmza
%_remove_install_info ngspice.info-2.lmza

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/ngmakeidx
%{_bindir}/ngmultidec
%{_bindir}/ngnutmeg
%{_bindir}/ngproc2mod
%{_bindir}/ngsconvert
%{_bindir}/ngspice
%{_bindir}/cmpp
%{_libdir}/spice/
%{_datadir}/%{name}
%{_mandir}/man1/ngspice.1.lzma
%{_mandir}/man1/ngsconvert.1.lzma
%{_mandir}/man1/ngmultidec.1.lzma
%{_mandir}/man1/ngnutmeg.1.lzma
%{_infodir}/ngspice.info*.lzma
%doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL README
%doc doc/ngspice.pdf doc/ngspice.ps

%files -n %{name}-examples
%defattr(-,root,root,0755)
%doc examples



%changelog
* Mon Sep 14 2009 Thierry Vignaud <tvignaud@mandriva.com> 18-5mdv2010.0
+ Revision: 440331
- rebuild

* Thu Mar 12 2009 Guillaume Rousse <guillomovitch@mandriva.org> 18-4mdv2009.1
+ Revision: 354338
- rebuild for latest readline

  + Jerome Martin <jmartin@mandriva.org>
    - Fixed buildrequires for 2008.1

* Fri Feb 13 2009 Jerome Martin <jmartin@mandriva.org> 18-2mdv2009.1
+ Revision: 340131
- Fix BuildRequires for x86_64
- Fix missing cardmodels
  Add package for examples

* Tue Feb 10 2009 Jerome Martin <jmartin@mandriva.org> 18-1mdv2009.1
+ Revision: 339206
- import ng-spice-rework