Blame SPECS/perl-Font-TTF.spec

254006
Name:          perl-Font-TTF
254006
Version:       1.06
254006
Release:       5%{?dist}
254006
Summary:       Perl library for modifying TTF font files
254006
Group:         Development/Libraries
254006
License:       Artistic 2.0
254006
URL:           http://search.cpan.org/dist/Font-TTF/
254006
Source0:       http://cpan.org/authors/id/B/BH/BHALLISSY/Font-TTF-%{version}.tar.gz
254006
BuildArch:     noarch
254006
# Build
254006
BuildRequires: findutils
254006
BuildRequires: make
254006
BuildRequires: perl-interpreter
254006
BuildRequires: perl-generators
254006
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
254006
BuildRequires: perl(Getopt::Std)
254006
BuildRequires: perl(strict)
254006
# Runtime
254006
BuildRequires: perl(bytes)
254006
BuildRequires: perl(Compress::Zlib)
254006
BuildRequires: perl(Data::Dumper)
254006
BuildRequires: perl(Exporter)
254006
BuildRequires: perl(File::Spec)
254006
BuildRequires: perl(IO::File)
254006
BuildRequires: perl(IO::String)
254006
BuildRequires: perl(Symbol)
254006
BuildRequires: perl(utf8)
254006
BuildRequires: perl(vars)
254006
# Unused BuildRequires: perl(XML::Parser::Expat)
254006
# Tests only
254006
BuildRequires: perl(File::Compare)
254006
BuildRequires: perl(Test::More)
254006
BuildRequires: perl(Test::Simple)
254006
254006
BuildRequires: perl(vars)
254006
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
254006
254006
%description
254006
Perl module for TrueType font hacking. Supports reading, processing and writing
254006
of the following tables: GDEF, GPOS, GSUB, LTSH, OS/2, PCLT, bsln, cmap, cvt,
254006
fdsc, feat, fpgm, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, mort, name,
254006
post, prep, prop, vhea, vmtx and the reading and writing of all other table
254006
types.
254006
254006
In short, you can do almost anything with a standard TrueType font with this
254006
module.
254006
254006
%prep
254006
%setup -q -n Font-TTF-%{version}
254006
254006
%build
254006
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
254006
make %{?_smp_mflags}
254006
254006
%install
254006
make pure_install DESTDIR=%{buildroot}
254006
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
254006
%{_fixperms} %{buildroot}/*
254006
254006
%check
254006
make test
254006
254006
%files
254006
%license LICENSE
254006
%doc README.TXT CONTRIBUTORS Changes TODO
254006
%dir %{perl_vendorlib}/Font
254006
%dir %{perl_vendorlib}/Font/TTF
254006
%{perl_vendorlib}/ttfmod.pl
254006
%{perl_vendorlib}/Font/TTF.pm
254006
%{perl_vendorlib}/Font/TTF/*
254006
%{_mandir}/man3/*.3*
254006
# We really don't want to use this perl package in a Win32 env
254006
# or poke in the windows registry to resolve fonts
254006
# (upstream makefile needs to get smarter)
254006
%exclude %{perl_vendorlib}/Font/TTF/Win32.pm
254006
254006
%changelog
254006
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.06-5
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
254006
254006
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.06-4
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
254006
254006
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.06-3
254006
- Perl 5.26 rebuild
254006
254006
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.06-2
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
254006
254006
* Mon Aug 29 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.06-1
254006
- 1.06 bump
254006
254006
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.05-5
254006
- Perl 5.24 rebuild
254006
254006
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.05-4
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
254006
254006
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-3
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
254006
254006
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.05-2
254006
- Perl 5.22 rebuild
254006
254006
* Mon Feb 02 2015 Petr Šabata <contyk@redhat.com> - 1.05-1
254006
- 1.05 enhancement and bugfix bump
254006
254006
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-3
254006
- Perl 5.20 rebuild
254006
254006
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-2
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
254006
254006
* Tue Jan 21 2014 Petr Šabata <contyk@redhat.com> - 1.04-1
254006
- 1.04 bump
254006
254006
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-5
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
254006
254006
* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 1.02-4
254006
- Perl 5.18 rebuild
254006
254006
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-3
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
254006
254006
* Tue Nov 06 2012 Petr Šabata <contyk@redhat.com> - 1.02-2
254006
- Add missing dependencies
254006
254006
* Fri Aug 31 2012 Petr Šabata <contyk@redhat.com> - 1.02-1
254006
- 1.02 bump (a lettercase fix)
254006
254006
* Thu Aug 30 2012 Petr Šabata <contyk@redhat.com> - 1.01-1
254006
- 1.01 bump (Makefile/META changes only)
254006
254006
* Wed Aug 29 2012 Petr Šabata <contyk@redhat.com> - 1.00-1
254006
- 1.00 bump
254006
- Modernize the spec file
254006
254006
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48-5
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
254006
254006
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.48-4
254006
- Perl 5.16 rebuild
254006
254006
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48-3
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
254006
254006
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.48-2
254006
- Perl mass rebuild
254006
254006
* Wed Mar 09 2011 Parag Nemade <panemade AT fedoraproject DOT org> - 0.48-1
254006
- new upstream release 0.48
254006
254006
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.45-9
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
254006
254006
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.45-8
254006
- 661697 rebuild for fixing problems with vendorach/lib
254006
254006
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.45-7
254006
- Mass rebuild with perl-5.12.0
254006
254006
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.45-6
254006
- rebuild against perl 5.10.1
254006
254006
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.45-5
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
254006
254006
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.45-4
254006
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
254006
254006
* Mon Feb 23 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net>
254006
- 0.45-3
254006
— global-ization
254006
254006
* Thu Sep 4 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
254006
- 0.45-2
254006
⚖ ⇒ Artistic 2.0
254006
254006
* Fri Jul 11 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
254006
- 0.45-1
254006
⌖ Fedora 10 alpha general package cleanup
254006
⚖ Upstream needs to relicense fast to avoid culling
254006
254006
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com>
254006
- 0.43-3
254006
Rebuild for new perl
254006
254006
* Sat Feb 09 2008  Nicolas Mailhot <nicolas.mailhot at laposte.net>
254006
- 0.43-2
254006
254006
* Fri May 18 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
254006
- 0.41-1
254006
254006
* Tue Mar 20 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
254006
- 0.40.0-3
254006
- small packaging fixes
254006
254006
* Sat Sep 02 2006  Nicolas Mailhot <nicolas.mailhot at laposte.net>
254006
- 0.40.0-2
254006
- FE6 Rebuild
254006
254006
* Mon Jul 31 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
254006
- 0.40.0-1
254006
254006
* Sat Feb 18 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
254006
- 0.38.1-1
254006
- new version with COPYING file as requested from upstream
254006
  many thanks to Martin Hosken for quick action!
254006
254006
* Mon Feb 13 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
254006
- 0.37-4
254006
- rebuilt for new gcc4.1 snapshot and glibc changes
254006
254006
* Sun Feb 5 2006 Nicolas Mailhot <nicolas.mailhot (at) laposte.net>
254006
- 0.37-3
254006
- spec cleanups #2
254006
254006
* Sun Feb 5 2006 Nicolas Mailhot <nicolas.mailhot (at) laposte.net>
254006
- 0.37-2
254006
- spec cleanups
254006
254006
* Sat Feb 4 2006 Nicolas Mailhot <nicolas.mailhot (at) laposte.net>
254006
- 0.37-1
254006
- Initial release