]> git.pld-linux.org Git - packages/rrdtool.git/blobdiff - rrdtool.spec
- use hardcoded path to tcl
[packages/rrdtool.git] / rrdtool.spec
index 40702b441286a35df2af2a98f6a837e319dbac7d..53ebc7e05306b0a743abf464158cd10733ee1a86 100644 (file)
@@ -11,7 +11,10 @@ License:     GPL
 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
@@ -191,8 +194,12 @@ Rozszerzenie Tcl-a pozwalaj
 
 %prep
 %setup -q
+%patch0
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-latin2 \
        --with-perl=%{__perl} \
This page took 0.735544 seconds and 4 git commands to generate.