Code

prepare for the release of rrdtool-1.3rc2
[rrdtool-all.git] / program / rrdtool.spec
index b9822adc8a0ff47728fadd5eb3267a12a02c5458..fe0f23c924229a5505e6bb8dcefdfc1974b4f14d 100644 (file)
@@ -7,7 +7,7 @@
 
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
-Version: 1.2.99907052400
+Version: 1.3rc2
 Release: 0.1%{?dist}
 License: GPL
 Group: Applications/Databases
@@ -149,6 +149,11 @@ The %{name}-ruby package includes RRDtool bindings for Ruby.
     configure Makefile.in php4/configure php4/ltconfig*
 
 %build
+intltoolize --automake -c -f
+aclocal
+autoheader
+autoconf
+automake -a -c -f
 %configure \
     --with-perl-options='INSTALLDIRS="vendor"' \
 %if %{with_tcl}