From 8d7d85f1505130159d93d65ff965b23ca9228e72 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Sat, 10 Jun 2006 19:29:44 +0000 Subject: [PATCH] Corrections for bz 194790 --- rrdtool.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index a0c784c..08a3cad 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.13 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -185,7 +185,7 @@ find examples/ -type f -exec chmod 0644 {} \; %defattr(-,root,root,-) %{_bindir}/* %{_libdir}/*.so.* -%{_datadir}/%{name}/fonts/* +%{_datadir}/%{name} %{_mandir}/man1/* %files devel @@ -196,15 +196,15 @@ find examples/ -type f -exec chmod 0644 {} \; %files doc %defattr(-,root,root,-) -%doc CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO NEWS THREADS doc2/html doc2/txt -%doc examples +%doc CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO NEWS THREADS +%doc examples doc2/html doc2/txt %files -n perl-%{name} %defattr(-,root,root,-) %doc doc3/html %{_mandir}/man3/* %{perl_vendorarch}/*.pm -%attr(0755,root,root) %{perl_vendorarch}/auto/RRDs/* +%attr(0755,root,root) %{perl_vendorarch}/auto/RRDs/ %files -n python-%{name} %defattr(-,root,root,-) @@ -218,6 +218,9 @@ find examples/ -type f -exec chmod 0644 {} \; %{php_extdir}/rrdtool.so %changelog +* Sat Jun 10 2006 Jarod Wilson 1.2.13-5 +- Minor fixes to make package own created directories + * Wed Jun 07 2006 Jarod Wilson 1.2.13-4 - Add php bits back into the mix