]> git.pld-linux.org Git - packages/electric.git/blobdiff - electric.spec
- release 2
[packages/electric.git] / electric.spec
index 0bd93a8e4529f836ff8caae9902fe3ce606b6f8b..1c54bfcb541afa80a4c719c29c441c414a1b81b4 100644 (file)
@@ -2,17 +2,19 @@ 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
 Group(de):     Applikationen/Ingenieurwesen
 Group(pl):     Aplikacje/In¿ynierskie
-Source0:       ftp://ftp.gnu.org/pub/electric/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.gnu.org/pub/gnu/electric/%{name}-%{version}.tar.gz
 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,9 +35,11 @@ to most popular CAD specifications including VHDL, CIF, and GDS II.
 %patch1 -p1
 
 %build
+aclocal
+autoconf
 %configure
 
-%{__make} DEBUG="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -Wall"
+%{__make} DEBUG="%{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.058649 seconds and 4 git commands to generate.