automatic version update by autodist [release 2.87-1mamba;Fri May 20 2022]

This commit is contained in:
Automatic Build System 2024-01-06 09:34:47 +01:00
parent 538d4022ff
commit 446ffe3d21
2 changed files with 12 additions and 11 deletions

View File

@ -1,8 +1,5 @@
# perl-SVG # perl-SVG
SVG is a 100% Perl module which generates a nested data structure containing SVG is a 100% Perl module which generates a nested data structure containing the DOM representation of an SVG (Scalable Vector Graphics) image.
the DOM representation of an SVG (Scalable Vector Graphics) image. Using SVG, you can generate SVG objects, embed other SVG instances into it, access the DOM object, create and access javascript, and generate SMIL animation content.
Using SVG, you can generate SVG objects, embed other SVG instances into it,
access the DOM object, create and access javascript, and generate SMIL
animation content.

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-SVG Name: perl-SVG
Version: 2.86 Version: 2.87
Release: 1mamba Release: 1mamba
Summary: SVG - Perl extension for generating Scalable Vector Graphics (SVG) documents Summary: SVG - Perl extension for generating Scalable Vector Graphics (SVG) documents
Group: System/Libraries/Perl Group: System/Libraries/Perl
@ -11,15 +11,16 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/SVG/SVG-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/SVG/SVG-%{version}.tar.gz
License: Artistic, GPL License: Artistic, GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
%description %description
SVG is a 100% Perl module which generates a nested data structure containing SVG is a 100% Perl module which generates a nested data structure containing the DOM representation of an SVG (Scalable Vector Graphics) image.
the DOM representation of an SVG (Scalable Vector Graphics) image. Using SVG, you can generate SVG objects, embed other SVG instances into it, access the DOM object, create and access javascript, and generate SMIL animation content.
Using SVG, you can generate SVG objects, embed other SVG instances into it,
access the DOM object, create and access javascript, and generate SMIL
animation content.
%prep %prep
%setup -q -n SVG-%{version} %setup -q -n SVG-%{version}
@ -49,6 +50,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 2.87-1mamba
- automatic version update by autodist
* Fri Apr 23 2021 Automatic Build System <autodist@mambasoft.it> 2.86-1mamba * Fri Apr 23 2021 Automatic Build System <autodist@mambasoft.it> 2.86-1mamba
- automatic version update by autodist - automatic version update by autodist