[perl-Syntax-Highlight-Engine-Kate] Remove unneeded dependencies

Petr Pisar ppisar at fedoraproject.org
Wed Sep 26 10:17:05 UTC 2012


commit 87bd341bbdd672c2758743bfba7b4d3f52a55a23
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 26 12:16:53 2012 +0200

    Remove unneeded dependencies

 perl-Syntax-Highlight-Engine-Kate.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/perl-Syntax-Highlight-Engine-Kate.spec b/perl-Syntax-Highlight-Engine-Kate.spec
index a72b277..d4137ee 100644
--- a/perl-Syntax-Highlight-Engine-Kate.spec
+++ b/perl-Syntax-Highlight-Engine-Kate.spec
@@ -1,6 +1,6 @@
 Name:           perl-Syntax-Highlight-Engine-Kate
 Version:        0.07
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Port to Perl of the syntax highlight engine of the Kate text editor
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -12,13 +12,11 @@ BuildRequires:  perl(inc::Module::Install) >= 0.91
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Basename)
 # Tests only:
 BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Test::Differences) >= 0.61
 BuildRequires:  perl(Test::More)
-Requires:       perl(Carp)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -51,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 26 2012 Petr Pisar <ppisar at redhat.com> - 0.07-2
+- Remove unneeded dependencies
+
 * Tue Sep 25 2012 Marcela Mašláňová <mmaslano at redhat.com> - 0.07-1
 - 860376 update to 0.07
 



More information about the perl-devel mailing list