]> git.pld-linux.org Git - packages/electric.git/commitdiff
- release 2
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 7 Oct 2001 14:16:56 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac2.5 ready

Changed files:
    electric.spec -> 1.9

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.180281 seconds and 4 git commands to generate.