[perl-Lingua-EN-Tagger] avoid empty debug package

Iain Arnell iarnell at fedoraproject.org
Thu Nov 4 09:15:23 UTC 2010


commit 8879a262cff12deaf7fd78d9cbf606d6abc6e56d
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Nov 4 10:15:09 2010 +0100

    avoid empty debug package

 perl-Lingua-EN-Tagger.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-Lingua-EN-Tagger.spec b/perl-Lingua-EN-Tagger.spec
index d87abe9..f3d3522 100644
--- a/perl-Lingua-EN-Tagger.spec
+++ b/perl-Lingua-EN-Tagger.spec
@@ -19,6 +19,10 @@ Requires:       perl(Lingua::Stem) >= 0.81
 Requires:       perl(Memoize::ExpireLRU) >= 0.55
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# despite being arch-dependent, there are no binaries
+# so avoid empty debug package
+%global debug_package %{nil}
+
 %{?perl_default_filter}
 
 %description



More information about the perl-devel mailing list