diff --git a/rrdtool.spec b/rrdtool.spec
index c0801da..f2bd4fe 100644
--- a/rrdtool.spec
+++ b/rrdtool.spec
@@ -3,7 +3,7 @@
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.0.49
-Release: 2
+Release: 3
License: GPL
Group: Applications/Databases
URL: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
@@ -96,8 +96,8 @@ extension=rrdtool.so
EOF
# Put perl files back where they belong
-%{__mkdir_p} %{buildroot}%{perl_sitearch}/
-%{__mv} %{buildroot}%{_libdir}/perl/* %{buildroot}%{perl_sitearch}/
+%{__mkdir_p} %{buildroot}%{perl_vendorarch}/
+%{__mv} %{buildroot}%{_libdir}/perl/* %{buildroot}%{perl_vendorarch}/
# We only want .txt and .html files for the main documentation
%{__mkdir_p} doc2/doc
@@ -122,8 +122,8 @@ find examples/ contrib/ -type f -exec chmod 0644 {} \;
%doc CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO doc2/doc
%{_bindir}/*
%{_libdir}/*.so.*
-%{perl_sitearch}/*.pm
-%{perl_sitearch}/auto/*
+%{perl_vendorarch}/*.pm
+%{perl_vendorarch}/auto/*
%{_mandir}/man1/*
@@ -147,6 +147,9 @@ find examples/ contrib/ -type f -exec chmod 0644 {} \;
%changelog
+* Mon Jan 31 2005 Matthias Saou 1.0.49-3
+- Put perl modules in vendor_perl and not site_perl. #146513
+
* Thu Jan 13 2005 Matthias Saou 1.0.49-2
- Minor cleanups.