From cb8a826c75ac6a670376f7f59d81d212e2a85eef Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Wed, 9 Mar 2011 11:35:38 +0530 Subject: [PATCH] new upstream release 0.48 --- .gitignore | 1 + perl-Font-TTF.spec | 22 +++++++++------------- sources | 2 +- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 47f25ad..5e49148 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Font-TTF-0.45.tar.gz +/Font-TTF-0.48.tar.gz diff --git a/perl-Font-TTF.spec b/perl-Font-TTF.spec index 82fef9c..164f3c8 100644 --- a/perl-Font-TTF.spec +++ b/perl-Font-TTF.spec @@ -1,16 +1,14 @@ %global cpanname Font-TTF Name: perl-%{cpanname} -Version: 0.45 -Release: 9%{?dist} +Version: 0.48 +Release: 1%{?dist} Summary: Perl library for modifying TTF font files Group: Development/Libraries License: Artistic 2.0 URL: http://search.cpan.org/dist/%{cpanname}/ Source0: http://cpan.org/authors/id/M/MH/MHOSKEN/%{cpanname}-%{version}.tar.gz -Source1: %{name}-COPYING.Fedora - BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) @@ -20,6 +18,8 @@ BuildRequires: perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %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, @@ -34,7 +34,6 @@ module. %prep %setup -q -n %{cpanname}-%{version} dos2unix README.TXT COPYING lib/Font/TTF/Changes -install -m 0644 -p %{SOURCE1} COPYING.Fedora %build @@ -43,27 +42,21 @@ make %{?_smp_mflags} %install -rm -fr %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' -chmod -R u+rwX,g+rX %{buildroot}/* - +%{_fixperms} $RPM_BUILD_ROOT/* %check make test -%clean -rm -fr %{buildroot} - - %files %defattr(0644,root,root,0755) -%doc README.TXT COPYING COPYING.Fedora lib/Font/TTF/Changes +%doc README.TXT COPYING lib/Font/TTF/Changes %dir %{perl_vendorlib}/Font %dir %{perl_vendorlib}/Font/TTF @@ -83,6 +76,9 @@ rm -fr %{buildroot} %changelog +* Wed Mar 09 2011 Parag Nemade - 0.48-1 +- new upstream release 0.48 + * Tue Feb 08 2011 Fedora Release Engineering - 0.45-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 3acb10e..3ba4c32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5cf3baa8e227c43184767240f1d57ba1 Font-TTF-0.45.tar.gz +56d614d04e985558d1518b8f4b29254e Font-TTF-0.48.tar.gz