Author: undefine Date: Fri May 19 01:06:55 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - use hardcoded path to tcl
---- Files affected: SPECS: rrdtool.spec (1.110 -> 1.111) ---- Diffs: ================================================================ Index: SPECS/rrdtool.spec diff -u SPECS/rrdtool.spec:1.110 SPECS/rrdtool.spec:1.111 --- SPECS/rrdtool.spec:1.110 Fri Dec 23 23:23:50 2005 +++ SPECS/rrdtool.spec Fri May 19 03:06:49 2006 @@ -12,7 +12,10 @@ Group: Applications/Databases Source0: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/%{name}-%{version}.tar.gz # Source0-md5: 7b544c38a818cbebcf06fe39b9f52d0d +Patch0: %{name}-tcl-path.patch URL: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: freetype-devel >= 2.1.7 BuildRequires: libart_lgpl-devel >= 2.3.17 BuildRequires: libpng-devel >= 2:1.2.8 @@ -192,8 +195,12 @@ %prep %setup -q +%patch0 %build +%{__aclocal} +%{__autoconf} +%{__automake} %configure \ --enable-latin2 \ --with-perl=%{__perl} \ @@ -267,6 +274,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.111 2006/05/19 01:06:49 undefine +- use hardcoded path to tcl + Revision 1.110 2005/12/23 22:23:50 baggins - updated to 1.2.12 - removed obsolete paches and BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rrdtool.spec?r1=1.110&r2=1.111&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
