[perl-AI-DecisionTree: 4/7] Properly own the installed directories

Mathieu Bridon bochecha at fedoraproject.org
Thu Sep 13 04:23:39 UTC 2012


commit b9993a20eb2a54e43f7f6162bc86756d3e1071ac
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Mon Sep 10 17:22:01 2012 +0800

    Properly own the installed directories

 perl-AI-DecisionTree.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/perl-AI-DecisionTree.spec b/perl-AI-DecisionTree.spec
index f29a02b..b613bdb 100644
--- a/perl-AI-DecisionTree.spec
+++ b/perl-AI-DecisionTree.spec
@@ -50,8 +50,8 @@ make test
 
 %files
 %doc Changes dist.ini eg LICENSE README
-%{perl_vendorarch}/auto/AI/DecisionTree
-%{perl_vendorarch}/AI/DecisionTree*
+%{perl_vendorarch}/auto/AI
+%{perl_vendorarch}/AI
 %{_mandir}/man3/AI::DecisionTree*
 
 
@@ -59,6 +59,7 @@ make test
 * Mon Sep 10 2012 Mathieu Bridon <bochecha at fedoraproject.org> - 0.11-2
 - Fix issues based on Michael's review feedback:
   - The Instance folder shouldn't be installed as %%doc (or at all)
+  - Properly own the installed directories
 
 * Mon Aug 20 2012 Mathieu Bridon <bochecha at fedoraproject.org> 0.11-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list