- Update to rrdtool 1.2.15
- Merge all dist's spec files so they're all the same again - Minor configure cleanups
This commit is contained in:
parent
d079dd0aa4
commit
6d8e5ed20b
@ -1,3 +1,4 @@
|
||||
rrdtool-1.2.12.tar.gz
|
||||
rrdtool-1.2.13.tar.gz
|
||||
php4-svn839.tar.gz
|
||||
rrdtool-1.2.15.tar.gz
|
||||
|
11
rrdtool.spec
11
rrdtool.spec
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: Round Robin Database Tool to store and display time-series data
|
||||
Name: rrdtool
|
||||
Version: 1.2.13
|
||||
Release: 7%{?dist}
|
||||
Version: 1.2.15
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Databases
|
||||
URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
|
||||
@ -100,8 +100,6 @@ RRDtool bindings to the PHP HTML-embedded scripting language.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--program-prefix="%{?_program_prefix}" \
|
||||
--libdir=%{_libdir} \
|
||||
--disable-static \
|
||||
--with-pic \
|
||||
--with-perl-options='INSTALLDIRS="vendor"'
|
||||
@ -124,7 +122,6 @@ popd
|
||||
%{__make} install DESTDIR="%{rrdtmp}"
|
||||
pushd php4/
|
||||
%configure \
|
||||
--libdir=%{_libdir} \
|
||||
--with-rrdtool="%{rrdtmp}%{_prefix}" \
|
||||
--disable-static
|
||||
%{__make} %{?_smp_mflags}
|
||||
@ -222,6 +219,10 @@ find examples/ -type f -exec chmod 0644 {} \;
|
||||
%{php_extdir}/rrdtool.so
|
||||
|
||||
%changelog
|
||||
* Mon Jul 17 2006 Jarod Wilson <jwilson@redhat.com> 1.2.15-1
|
||||
- Update to 1.2.15
|
||||
- Minor spec cleanups
|
||||
|
||||
* Sat Jun 24 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-7
|
||||
- Fix up Obsoletes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user