- Remove explicit perl dep, version grabbing using rpm during rpmbuild not

guaranteed to work (fails on ppc in plague), and auto-gen perl deps are
    sufficient
This commit is contained in:
Jarod Wilson 2006-06-04 20:42:53 +00:00
parent 7dcd1231c4
commit 6cd93552c5
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.2.13
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
Group: Applications/Databases
URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
@ -169,6 +169,11 @@ find examples/ -type f -exec chmod 0644 {} \;
%{python_sitearch}/rrdtoolmodule.so
%changelog
* Sun Jun 04 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-2
- Remove explicit perl dep, version grabbing using rpm during
rpmbuild not guaranteed to work (fails on ppc in plague),
and auto-gen perl deps are sufficient
* Sat Jun 03 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-1
- Update to release 1.2.13
- Merge spec changes from dag, atrpms and mdk builds