Author: arekm Date: Sun Oct 9 13:17:20 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fix tclwin; rel 6
---- Files affected: SPECS: plplot.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/plplot.spec diff -u SPECS/plplot.spec:1.21 SPECS/plplot.spec:1.22 --- SPECS/plplot.spec:1.21 Sun Oct 2 22:12:34 2005 +++ SPECS/plplot.spec Sun Oct 9 15:17:13 2005 @@ -9,7 +9,7 @@ Summary(pl): PLplot - biblioteka funkcji przydatnych do tworzenia wykresów naukowych Name: plplot Version: 5.3.1 -Release: 5 +Release: 6 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/plplot/%{name}-%{version}.tar.gz @@ -43,7 +43,7 @@ %{?with_svga:BuildRequires: svgalib-devel} # checked for but not used (generated files included in sources) #BuildRequires: swig -BuildRequires: tcl-devel +BuildRequires: tcl-devel >= 8.4.11-3 BuildRequires: tetex-dvips BuildRequires: texinfo BuildRequires: tk-devel @@ -391,6 +391,9 @@ %patch1 -p1 %endif +sed -i -e 's#/usr/include/tcl8.4/tcl-private/generic#%{_includedir}/tcl-private/generic#g' configure* \ + cf/tcl.ac + %build cp -f /usr/share/automake/config.* libltdl %{__libtoolize} @@ -401,6 +404,7 @@ %configure \ DATA_DIR="%{_libdir}/%{name}%{version}/data" \ PYTHON_INC_DIR=/usr/include/python%{py_ver} \ + TCLINCDIR="%{_includedir}/tcl-private/generic" \ TCLLIBDIR="%{_ulibdir}" \ TKLIBDIR="%{_ulibdir}" \ ITCLLIBDIR="%{_ulibdir}" \ @@ -709,6 +713,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2005/10/09 13:17:13 arekm +- fix tclwin; rel 6 + Revision 1.21 2005/10/02 20:12:34 arekm - rel 5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/plplot.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
