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

This commit is contained in:
Automatic Build System 2024-01-06 09:01:51 +01:00
parent 99f542cc18
commit abf10989ed

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Font-TTF
Version: 1.05
Version: 1.06
Release: 1mamba
Summary: Font::TTF - Perl module for TrueType Font hacking
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/M/MH/MHOSKEN/Font-TTF-%{version}.tar.gz
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Font/Font-TTF-%{version}.tar.gz
License: Artistic
BuildRequires: hd2u
BuildRequires: perl(ExtUtils::MakeMaker)
@ -20,7 +20,6 @@ BuildRequires: perl-XML-Parser
## AUTOBUILDREQ-END
BuildRequires: perl-IO-String
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Perl module for TrueType font hacking. Supports reading, processing and writing of the following tables: GDEF, GPOS, GSUB, LTSH, OS/2, PCLT, bsln, cmap, cvt, fdsc, feat, fpgm, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, mort, name, post, prep, prop, vhea, vmtx and the reading and writing of all other table types.
@ -61,6 +60,9 @@ chmod -R u+rwX,g+rX %{buildroot}/*
#README.TXT TODO lib/Font/TTF/Changes
%changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 1.06-1mamba
- automatic version update by autodist
* Mon Feb 02 2015 Automatic Build System <autodist@mambasoft.it> 1.05-1mamba
- automatic update by autodist