[perl-Algorithm-NaiveBayes: 3/7] Properly own the installed directories

Mathieu Bridon bochecha at fedoraproject.org
Wed Oct 3 04:17:14 UTC 2012


commit e4f67af08e3747c7dbd3df22f7c205ceeb9ca2bb
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Tue Sep 11 12:53:47 2012 +0800

    Properly own the installed directories

 perl-Algorithm-NaiveBayes.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Algorithm-NaiveBayes.spec b/perl-Algorithm-NaiveBayes.spec
index 1faff18..89345f0 100644
--- a/perl-Algorithm-NaiveBayes.spec
+++ b/perl-Algorithm-NaiveBayes.spec
@@ -45,9 +45,13 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %files
 %doc Changes
 %{_mandir}/man3/Algorithm::NaiveBayes.3pm*
-%{perl_vendorlib}/Algorithm/NaiveBayes*
+%{perl_vendorlib}/Algorithm
 
 
 %changelog
+* Tue Sep 11 2012 Mathieu Bridon <bochecha at fedoraproject.org> - 0.04-2
+- Fix issues based on Ralf's review feedback:
+  - Properly own the installed directories
+
 * Mon Aug 20 2012 Mathieu Bridon <bochecha at fedoraproject.org> 0.04-1
 - Initial package, with help from cpanspec.



More information about the perl-devel mailing list