update to 1.109 [release 1.109-1mamba;Tue Nov 30 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 08:39:30 +01:00
parent 2a4fe51f7c
commit 4cac09d65a

View File

@ -1,29 +1,26 @@
%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-Cairo Name: perl-Cairo
Version: 1.101 Version: 1.109
Release: 3mamba Release: 1mamba
Summary: Cairo - Perl bindings to the cairo graphics library Summary: Cairo - Perl bindings to the cairo graphics library
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Cairo-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-%{version}.tar.gz
License: Artistic License: Artistic
Requires: perl >= %perl_major_ver
BuildRequires: perl-ExtUtils-Depends
BuildRequires: perl-Test-Number-Delta
#BuildRequires: perl-Font-FreeType
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel BuildRequires: libfreetype-devel
BuildRequires: libz-devel BuildRequires: libperl
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-EN ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl-ExtUtils-Depends
BuildRequires: perl-Test-Number-Delta
Requires: perl >= %perl_major_ver
%description %description
Perl bindings to the cairo graphics library. Perl bindings to the cairo graphics library.
@ -57,6 +54,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Tue Nov 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.109-1mamba
- update to 1.109
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.101-3mamba * Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.101-3mamba
- rebuilt with perl 5.24 - rebuilt with perl 5.24