]> git.pld-linux.org Git - packages/electric.git/blobdiff - electric.spec
- release 2
[packages/electric.git] / electric.spec
index a04fc544a6f2ac2d619c755c03024bb6f231516f..1c54bfcb541afa80a4c719c29c441c414a1b81b4 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Electric VLSI Design System
 Summary(pl):   System projektowania uk³adów VLSI
 Name:          electric
 Version:       6.01
-Release:       1
+Release:       2
 License:       GPL
 Vendor:                Static Free Software
 Group:         Applications/Engineering
@@ -13,6 +13,8 @@ Patch0:               %{name}-datadir.patch
 Patch1:                %{name}-tcl.patch
 BuildRequires: lesstif-devel
 BuildRequires: tcl-devel
+BuildRequires: automake
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        _prefix /usr/X11R6
@@ -33,7 +35,9 @@ to most popular CAD specifications including VHDL, CIF, and GDS II.
 %patch1 -p1
 
 %build
-%configure2_13
+aclocal
+autoconf
+%configure
 
 %{__make} DEBUG="%{rpmcflags} -Wall"
 
This page took 0.116499 seconds and 4 git commands to generate.