[perl-Font-TTF] new upstream release 0.48

paragn paragn at fedoraproject.org
Wed Mar 9 06:06:02 UTC 2011


commit cb8a826c75ac6a670376f7f59d81d212e2a85eef
Author: Parag Nemade <panemade at fedoraproject.org>
Date:   Wed Mar 9 11:35:38 2011 +0530

    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 <panemade AT fedoraproject DOT org> - 0.48-1
+- new upstream release 0.48
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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



More information about the perl-devel mailing list