[perl-Algorithm-SVM: 4/9] Filter the private library out of provides

Mathieu Bridon bochecha at fedoraproject.org
Thu Sep 20 02:46:54 UTC 2012


commit ebd19a685d270be6c91030a0be28091046a92953
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Wed Sep 19 10:24:44 2012 +0800

    Filter the private library out of provides

 perl-Algorithm-SVM.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-Algorithm-SVM.spec b/perl-Algorithm-SVM.spec
index 90af049..759f99b 100644
--- a/perl-Algorithm-SVM.spec
+++ b/perl-Algorithm-SVM.spec
@@ -21,6 +21,8 @@ BuildRequires:  libsvm-devel
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 Algorithm::SVM implements a Support Vector Machine for Perl. Support Vector
 Machines provide a method for creating classification functions from a set
@@ -64,6 +66,7 @@ make test
 %changelog
 - Fix issues based on Petr's review feedback:
   - Fix typo 'classifcation' in the package description.
+  - Filter the private library out of provides.
 
 * Tue Aug 21 2012 Mathieu Bridon <bochecha at fedoraproject.org> - 0.13-1
 - Initial package, with help from cpanspec.


More information about the scm-commits mailing list