Compare commits

...

2 Commits

View File

@ -1,15 +1,15 @@
%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-Font-TTF Name: perl-Font-TTF
Version: 1.04 Version: 1.06
Release: 1mamba Release: 1mamba
Summary: Font::TTF - Perl module for TrueType Font hacking Summary: Font::TTF - Perl module for TrueType Font hacking
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> 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/M/MH/MHOSKEN/Font-TTF-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/Font/Font-TTF-%{version}.tar.gz
License: Artistic License: Artistic
BuildRequires: hd2u BuildRequires: hd2u
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
@ -20,7 +20,6 @@ BuildRequires: perl-XML-Parser
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl-IO-String BuildRequires: perl-IO-String
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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,12 @@ chmod -R u+rwX,g+rX %{buildroot}/*
#README.TXT TODO lib/Font/TTF/Changes #README.TXT TODO lib/Font/TTF/Changes
%changelog %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
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 1.04-1mamba * Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 1.04-1mamba
- automatic update by autodist - automatic update by autodist