[perl-Syntax-Highlight-Engine-Kate] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Mon Aug 20 14:05:09 UTC 2012


commit 1345661601c8f847cfaf0f268a9899ec96b3710d
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Aug 20 16:03:56 2012 +0200

    Specify all dependencies

 perl-Syntax-Highlight-Engine-Kate.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Syntax-Highlight-Engine-Kate.spec b/perl-Syntax-Highlight-Engine-Kate.spec
index e97f44e..2d39151 100644
--- a/perl-Syntax-Highlight-Engine-Kate.spec
+++ b/perl-Syntax-Highlight-Engine-Kate.spec
@@ -7,11 +7,14 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/
 Source0:        http://www.cpan.org/authors/id/S/SZ/SZABGAB/Syntax-Highlight-Engine-Kate-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl(inc::Module::Install) >= 0.91
+# Run-time:
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(File::Basename)
 # Tests only:
+BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -21,6 +24,7 @@ engine of the Kate text editor.
 
 %prep
 %setup -q -n Syntax-Highlight-Engine-Kate-%{version}
+rm -r inc/*
 rm -rf lib/Syntax/Highlight/Engine/Kate/Alerts
 find -type f -exec chmod -x {} +
 chmod 644 Changes REGISTERED
@@ -46,6 +50,7 @@ make test
 %changelog
 * Mon Aug 20 2012 Petr Pisar <ppisar at redhat.com> - 0.06-8
 - Modernize spec file
+- Specify all dependencies
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.06-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


More information about the scm-commits mailing list