Blame SPECS/perl-Font-TTF.spec

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