]> git.pld-linux.org Git - packages/electric.git/commitdiff
- upgraded to 6.08,
authorTomasz Pala <gotar@pld-linux.org>
Mon, 3 Nov 2003 10:13:10 +0000 (10:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: s/lesstif-devel/motif-devel/,
- enabled datadir and tcl patches,
- pass %rpmcflags,
- cosmetics.

Changed files:
    electric.spec -> 1.26

electric.spec

index 430ef003cde37cad399249bfb9975edfc03b45da..605b3b02be696dbd1cf1c9497a3777e0d0a70dba 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Electric VLSI Design System
 Summary(pl):   System projektowania uk³adów VLSI
 Name:          electric
-Version:       6.06
-Release:       2
+Version:       6.08
+Release:       1
 License:       GPL v2
 Vendor:                Static Free Software
 Group:         Applications/Engineering
 Source0:       ftp://ftp.gnu.org/pub/gnu/electric/%{name}-%{version}.tar.gz
-# Source0-md5: 17848541e74307e0a320b360765fd4d2
+# Source0-md5: de428032f08d3d3ee8686f178ae6b160
 Patch0:                %{name}-datadir.patch
 Patch1:                %{name}-tcl.patch
 Patch2:                %{name}-makefile.patch
@@ -15,11 +15,10 @@ Patch3:             %{name}-ac_fix.patch
 URL:           http://www.staticfreesoft.com/electric.html
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: lesstif-devel
+BuildRequires: motif-devel
 BuildRequires: tcl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 Electric designs MOS and bipolar integrated circuits,
 printed-circuit-boards, or any type of circuit you choose. It has many
@@ -41,8 +40,8 @@ VHDL, CIF i GDS II.
 
 %prep
 %setup -q
-#%patch0 -p1
-#%patch1 -p1
+%patch0 -p1
+%patch1 -p1
 %patch2
 %patch3
 
@@ -51,7 +50,8 @@ VHDL, CIF i GDS II.
 %{__autoconf}
 %configure
 
-%{__make}
+%{__make} \
+       OPTIMIZE="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -73,5 +73,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog README examples/samples.txt html/manual examples
 %attr(755,root,root) %{_bindir}/*
-%dir %{_datadir}/electric
-%{_datadir}/electric/*
+%{_datadir}/electric
This page took 0.07985 seconds and 4 git commands to generate.