]> git.pld-linux.org Git - packages/acs.git/commitdiff
new; spice like program
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Mar 2001 23:06:53 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acs.spec -> 1.1

acs.spec [new file with mode: 0644]

diff --git a/acs.spec b/acs.spec
new file mode 100644 (file)
index 0000000..0f5ca92
--- /dev/null
+++ b/acs.spec
@@ -0,0 +1,55 @@
+Summary:       Spice-like analog simulator
+Summary(pl):   Symulator uk³adów analogowych typu Spice
+Name:          acs
+Version:       0.28
+Release:       1
+License:       GPL
+Group:         Applications/Engineering
+Group(de):     Applikationen/Ingenieurwesen
+Group(pl):     Aplikacje/In¿ynierskie
+Source0:       ftp://metalab.unc.edu/pub/Linux/apps/circuits/%{name}-%{version}.tar.gz
+Patch0:                %{name}-opt.patch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ACS is a general purpose circuit simulator. It performs nonlinear dc
+and transient analyses, fourier analysis, and ac analysis linearized
+at an operating point. It is fully interactive and command driven. It
+can also be run in batch mode or as a server. The output is produced
+as it simulates. Spice compatible models for the MOSFET (level
+1,2,3,6) and diode are included in this release.
+
+%description -l pl
+ACS jest symulatorem obwodów elektronicznych. Umo¿liwia on analizy:
+nieliniow± dc, analizy przej¶ciowe, analizy fouriera oraz analizy ac
+zlinearyzowane w czasie operacji. Symulator jest w pe³ni interaktywny
+ale mo¿e byæ uruchamiany w trybie batch lub serwer. Modele MOSFET
+(poziom 1,2,3,6) oraz diod kompatybilne ze Spice s± zawarte w
+pakiecie.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"; export OPT_FLAGS
+cd src
+%{__make} linux
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_prefix}/src/examples/%{name}}
+
+install src/LINUX/acs  $RPM_BUILD_ROOT%{_bindir}/
+install examples/*     $RPM_BUILD_ROOT%{_prefix}/src/examples/%{name}/
+
+gzip -9nf doc/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc man/man doc/*.gz
+%attr(755,root,root) %{_bindir}/*
+%{_prefix}/src/examples/%{name}
This page took 0.068779 seconds and 4 git commands to generate.