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