Corrections for bz 194790

This commit is contained in:
Jarod Wilson 2006-06-10 19:29:44 +00:00
parent cdfc55f0b1
commit 8d7d85f150

View File

@ -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 <jwilson@redhat.com> 1.2.13-5
- Minor fixes to make package own created directories
* Wed Jun 07 2006 Jarod Wilson <jwilson@redhat.com> 1.2.13-4
- Add php bits back into the mix