rpms/rrdtool/devel rrdtool.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Jan 31 17:17:32 UTC 2005


Author: thias

Update of /cvs/extras/rpms/rrdtool/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv25396

Modified Files:
	rrdtool.spec 
Log Message:
Fix for bug #146513.



Index: rrdtool.spec
===================================================================
RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rrdtool.spec	13 Jan 2005 18:27:47 -0000	1.5
+++ rrdtool.spec	31 Jan 2005 17:17:30 -0000	1.6
@@ -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 @@
 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 @@
 %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 @@
 
 
 %changelog
+* Mon Jan 31 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-3
+- Put perl modules in vendor_perl and not site_perl. #146513
+
 * Thu Jan 13 2005 Matthias Saou <http://freshrpms.net/> 1.0.49-2
 - Minor cleanups.
 




More information about the fedora-extras-commits mailing list