automatic version update by autodist [release 0.14-1mamba;Wed Feb 24 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:39:07 +01:00
parent 03a310de31
commit 98afd86bd2

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Syntax-Highlight-Engine-Kate
Version: 0.10
Version: 0.14
Release: 1mamba
Summary: Syntax::Highlight::Engine::Kate - a port to Perl of the syntax highlight engine of the Kate texteditor
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Syntax-Highlight-Engine-Kate-%{version}.tar.gz
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Syntax/Syntax-Highlight-Engine-Kate-%{version}.tar.gz
License: GPL, Artistic
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
@ -20,7 +20,6 @@ BuildRequires: perl(XML::Dumper)
BuildRequires: perl(XML::TokeParser)
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight engine of the Kate text editor.
@ -62,6 +61,9 @@ chmod 644 REGISTERED
%doc Changes README REGISTERED
%changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.14-1mamba
- automatic version update by autodist
* Mon Apr 10 2017 Automatic Build System <autodist@mambasoft.it> 0.10-1mamba
- automatic update by autodist