[perl-Syntax-Highlight-Engine-Kate] 0.08 bump

Petr Šabata psabata at fedoraproject.org
Wed May 29 11:28:25 UTC 2013


commit 83e28175c462a2ff6e7fbc92191dcea5e59453b3
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed May 29 13:28:20 2013 +0200

    0.08 bump

 .gitignore                             |    1 +
 perl-Syntax-Highlight-Engine-Kate.spec |   43 ++++++++++++++++++++-----------
 sources                                |    2 +-
 3 files changed, 30 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1ad643..68becda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Syntax-Highlight-Engine-Kate-0.04-notdefined.patch
 Syntax-Highlight-Engine-Kate-0.04.tar.gz
 /Syntax-Highlight-Engine-Kate-0.06.tar.gz
 /Syntax-Highlight-Engine-Kate-0.07.tar.gz
+/Syntax-Highlight-Engine-Kate-0.08.tar.gz
diff --git a/perl-Syntax-Highlight-Engine-Kate.spec b/perl-Syntax-Highlight-Engine-Kate.spec
index f4db6a6..1821232 100644
--- a/perl-Syntax-Highlight-Engine-Kate.spec
+++ b/perl-Syntax-Highlight-Engine-Kate.spec
@@ -1,28 +1,42 @@
 Name:           perl-Syntax-Highlight-Engine-Kate
-Version:        0.07
-Release:        4%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Port to Perl of the syntax highlight engine of the Kate text editor
 License:        GPL+ or Artistic
 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
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::MM_Unix)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(XML::Dumper)
+BuildRequires:  perl(XML::TokeParser)
+BuildRequires:  perl(warnings)
 # Tests only:
+BuildRequires:  perl(constant)
+BuildRequires:  perl(diagnostics)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Test::Differences) >= 0.61
 BuildRequires:  perl(Test::More) >= 0.88
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       perl(base)
+BuildRequires:  perl(Time::HiRes)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight
@@ -30,20 +44,16 @@ 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
+find -type f -exec chmod -c -x {} +
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT OPTIMIZE="$RPM_OPT_FLAGS"
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
@@ -54,6 +64,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 29 2013 Petr Šabata <contyk at redhat.com> - 0.08-1
+- 0.08 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 3f60b2e..e75e113 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d107e62c44ce9306600d0fcf6fba0d2  Syntax-Highlight-Engine-Kate-0.07.tar.gz
+717f969580fb5894c818fbbc627cc37e  Syntax-Highlight-Engine-Kate-0.08.tar.gz


More information about the scm-commits mailing list