]> git.pld-linux.org Git - packages/acs.git/blame - acs.spec
- tabs in preamble
[packages/acs.git] / acs.spec
CommitLineData
a94aa8f1 1Summary: Spice-like analog simulator
155d3e2f 2Summary(pl.UTF-8): Symulator układów analogowych typu Spice
a94aa8f1 3Name: acs
238e953b 4Version: 0.29
5Release: 1
a94aa8f1
AM
6License: GPL
7Group: Applications/Engineering
a94aa8f1 8Source0: ftp://metalab.unc.edu/pub/Linux/apps/circuits/%{name}-%{version}.tar.gz
f59554e1 9# Source0-md5: 9766530081d270d4e5bc1760c382f675
a94aa8f1
AM
10Patch0: %{name}-opt.patch
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14ACS is a general purpose circuit simulator. It performs nonlinear dc
15and transient analyses, fourier analysis, and ac analysis linearized
16at an operating point. It is fully interactive and command driven. It
17can also be run in batch mode or as a server. The output is produced
18as it simulates. Spice compatible models for the MOSFET (level
191,2,3,6) and diode are included in this release.
20
b119b523
JR
21%description -l pl.UTF-8
22ACS jest symulatorem obwodów elektronicznych. Umożliwia on analizy:
23nieliniową dc, analizy przejściowe, analizy fouriera oraz analizy ac
24zlinearyzowane w czasie operacji. Symulator jest w pełni interaktywny
25ale może być uruchamiany w trybie batch lub serwer. Modele MOSFET
26(poziom 1,2,3,6) oraz diod kompatybilne ze Spice są zawarte w
a94aa8f1
AM
27pakiecie.
28
29%prep
30%setup -q
31%patch0 -p1
32
33%build
591c3212 34OPT_FLAGS="%{rpmcflags}"; export OPT_FLAGS
a94aa8f1
AM
35cd src
36%{__make} linux
37
38%install
39rm -rf $RPM_BUILD_ROOT
1414f509 40install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name}-%{version}}
a94aa8f1
AM
41
42install src/LINUX/acs $RPM_BUILD_ROOT%{_bindir}/
1414f509 43install examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
a94aa8f1 44
a94aa8f1
AM
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
238e953b 50%doc man/man doc/{acs-tutorial,whatisit,history,relnotes.029}
a94aa8f1 51%attr(755,root,root) %{_bindir}/*
1414f509 52%{_examplesdir}/%{name}-%{version}
This page took 1.003403 seconds and 4 git commands to generate.