]> git.pld-linux.org Git - packages/electric.git/blame - electric.spec
- removed deprecated entries
[packages/electric.git] / electric.spec
CommitLineData
3cdb24df 1Summary: Electric VLSI Design System
3253d8eb 2Summary(pl.UTF-8): System projektowania układów VLSI
3cdb24df 3Name: electric
385df490 4Version: 7.00
33b6cd68 5Release: 0.2
0edcadb3 6License: GPL v2
0501b823 7Vendor: Static Free Software
3cdb24df 8Group: Applications/Engineering
016f0959 9Source0: ftp://ftp.gnu.org/pub/gnu/electric/%{name}-%{version}.tar.gz
385df490 10# Source0-md5: 64c89f820467b418d24ddf6c7e206c08
33b6cd68 11Source1: %{name}.desktop
3cdb24df 12Patch0: %{name}-datadir.patch
668de986 13Patch1: %{name}-tcl.patch
65a6e0c9
MM
14Patch2: %{name}-makefile.patch
15Patch3: %{name}-ac_fix.patch
0edcadb3 16URL: http://www.staticfreesoft.com/electric.html
d071b90b 17BuildRequires: autoconf
18BuildRequires: automake
6f37d203 19BuildRequires: motif-devel
668de986 20BuildRequires: tcl-devel
3cdb24df
JK
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
3cdb24df
JK
23%description
24Electric designs MOS and bipolar integrated circuits,
25printed-circuit-boards, or any type of circuit you choose. It has many
26editing styles including layout, schematics, artwork, and
27architectural specifications.
28
29A large set of tools is available including design-rule checkers,
30simulators, routers, layout generators, and more. Electric interfaces
31to most popular CAD specifications including VHDL, CIF, and GDS II.
32
9d64a32b
JR
33%description -l pl.UTF-8
34Electric służy do projektowania układów MOS i bipolarnych, płytek
35drukowanych oraz dowolnych innych rodzajów układów. Ma wiele styli
98bdd38c
JB
36edycji, w tym rozmieszczenia, schematyczny, specyfikacji architektury.
37
9d64a32b
JR
38Dostępny jest duży zestaw narzędzi, w tym symulatory, generatory itp.
39Są dostępne interfejsy do większości popularnych formatów CAD, w tym
98bdd38c
JB
40VHDL, CIF i GDS II.
41
3cdb24df
JK
42%prep
43%setup -q
6f37d203
TP
44%patch0 -p1
45%patch1 -p1
65a6e0c9
MM
46%patch2
47%patch3
3cdb24df
JK
48
49%build
98ec6d9d 50%{__aclocal}
5a456461 51%{__autoconf}
41391e79 52%configure
3cdb24df 53
6f37d203
TP
54%{__make} \
55 OPTIMIZE="%{rpmcflags}"
3cdb24df
JK
56
57%install
58rm -rf $RPM_BUILD_ROOT
cddeabd1 59install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/electric,%{_desktopdir}}
3cdb24df 60
98bdd38c
JB
61install electric $RPM_BUILD_ROOT%{_bindir}
62install lib/.cadrc $RPM_BUILD_ROOT%{_datadir}/electric
63install lib/*.help $RPM_BUILD_ROOT%{_datadir}/electric
64install lib/*.mac $RPM_BUILD_ROOT%{_datadir}/electric
65install lib/*.txt $RPM_BUILD_ROOT%{_datadir}/electric
3cdb24df 66
668de986 67# can't find better way to make electric find tcl.init
98bdd38c 68ln -sf /usr/lib/tcl8.* $RPM_BUILD_ROOT%{_datadir}/electric/tcl
668de986 69
33b6cd68 70install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
cddeabd1 71
3cdb24df
JK
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75%files
76%defattr(644,root,root,755)
65a6e0c9 77%doc ChangeLog README examples/samples.txt html/manual examples
3cdb24df 78%attr(755,root,root) %{_bindir}/*
6f37d203 79%{_datadir}/electric
c0097e41 80%{_desktopdir}/*.desktop
This page took 0.076037 seconds and 4 git commands to generate.