automatic version update by autodist [release 2.87-1mamba;Fri May 20 2022]
This commit is contained in:
parent
538d4022ff
commit
446ffe3d21
@ -1,8 +1,5 @@
|
||||
# perl-SVG
|
||||
|
||||
SVG is a 100% Perl module which generates a nested data structure containing
|
||||
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.
|
||||
SVG is a 100% Perl module which generates a nested data structure containing 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.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-SVG
|
||||
Version: 2.86
|
||||
Version: 2.87
|
||||
Release: 1mamba
|
||||
Summary: SVG - Perl extension for generating Scalable Vector Graphics (SVG) documents
|
||||
Group: System/Libraries/Perl
|
||||
@ -11,15 +11,16 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org
|
||||
Source: https://cpan.metacpan.org/modules/by-module/SVG/SVG-%{version}.tar.gz
|
||||
License: Artistic, GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
Requires: perl >= %perl_major_ver
|
||||
|
||||
%description
|
||||
SVG is a 100% Perl module which generates a nested data structure containing
|
||||
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.
|
||||
SVG is a 100% Perl module which generates a nested data structure containing 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.
|
||||
|
||||
%prep
|
||||
%setup -q -n SVG-%{version}
|
||||
@ -49,6 +50,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user