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