rpms/xcircuit/FC-5 xcircuit.spec,1.8,1.9

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sun Aug 27 04:50:04 UTC 2006


Author: mtasaka

Update of /cvs/extras/rpms/xcircuit/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28235

Modified Files:
	xcircuit.spec 
Log Message:
try more fix


Index: xcircuit.spec
===================================================================
RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xcircuit.spec	27 Aug 2006 04:37:07 -0000	1.8
+++ xcircuit.spec	27 Aug 2006 04:50:04 -0000	1.9
@@ -1,6 +1,6 @@
 Name:             xcircuit
 Version:          3.4.26
-Release:          15%{?dist}
+Release:          16%{?dist}
 Summary:          Electronic circuit schematic drawing program
 
 License:          GPL
@@ -37,12 +37,14 @@
 %{__autoconf}
 
 if [ -d %{_prefix}/lib64 ] ; then
-   TKDIR=%{_prefix}/lib64
+   SUF=64
 else
-   TKDIR=%{_prefix}/lib
+   SUF=
 fi
 
-%configure --with-tcl=$TKDIR --with-tk=$TKDIR
+%configure \
+   --with-tcl=%{_prefix}/lib$SUF --with-tk=%{_prefix}/lib$SUF \
+   --with-tcllibs=%{_prefix}/lib$SUF --with-tklibs=%{_prefix}/lib$SUF
 %{__make} %{?_smp_mflags}
 
 %install
@@ -91,6 +93,9 @@
 %{_mandir}/man1/%{name}.1.gz
 
 %Changelog
+* Sun Aug 26 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 3.4.26-16
+- Again.
+
 * Sun Aug 26 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 3.4.26-15
 - Fix tk and tcl libdir.
 




More information about the scm-commits mailing list