Compare commits
3 Commits
1.03-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
abf10989ed | |||
99f542cc18 | |||
67374ea292 |
@ -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.03
|
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.
|
||||||
@ -55,12 +54,21 @@ chmod -R u+rwX,g+rX %{buildroot}/*
|
|||||||
%{perl_vendorlib}/Font/TTF.pm
|
%{perl_vendorlib}/Font/TTF.pm
|
||||||
%dir %{perl_vendorlib}/Font/TTF
|
%dir %{perl_vendorlib}/Font/TTF
|
||||||
%{perl_vendorlib}/Font/TTF/*
|
%{perl_vendorlib}/Font/TTF/*
|
||||||
%{perl_vendorlib}/Font/TTF/.Silf.pm.swo
|
#%{perl_vendorlib}/Font/TTF/.Silf.pm.swo
|
||||||
%{_mandir}/man3/*.3pm.gz
|
%{_mandir}/man3/*.3pm.gz
|
||||||
#%doc COPYING
|
#%doc COPYING
|
||||||
#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
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Tue Nov 12 2013 Automatic Build System <autodist@mambasoft.it> 1.03-1mamba
|
* Tue Nov 12 2013 Automatic Build System <autodist@mambasoft.it> 1.03-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user