[perl-Font-TTF] 1.04 bump

Petr Šabata psabata at fedoraproject.org
Tue Jan 21 17:24:56 UTC 2014


commit 4efddf58f5641f3bf777fffc8602a0ce2195e2d2
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Jan 21 18:25:07 2014 +0100

    1.04 bump

 .gitignore         |    1 +
 perl-Font-TTF.spec |   22 +++++++++++++---------
 sources            |    2 +-
 3 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 516f88c..de55795 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Font-TTF-0.45.tar.gz
 /Font-TTF-1.00.tar.gz
 /Font-TTF-1.01.tar.gz
 /Font-TTF-1.02.tar.gz
+/Font-TTF-1.04.tar.gz
diff --git a/perl-Font-TTF.spec b/perl-Font-TTF.spec
index bbbd5fc..4bff756 100644
--- a/perl-Font-TTF.spec
+++ b/perl-Font-TTF.spec
@@ -1,22 +1,25 @@
 Name:          perl-Font-TTF
-Version:       1.02
-Release:       5%{?dist}
+Version:       1.04
+Release:       1%{?dist}
 Summary:       Perl library for modifying TTF font files
 Group:         Development/Libraries
 License:       Artistic 2.0
 URL:           http://search.cpan.org/dist/Font-TTF/
 Source0:       http://cpan.org/authors/id/M/MH/MHOSKEN/Font-TTF-%{version}.tar.gz
 BuildArch:     noarch
+BuildRequires: perl
 BuildRequires: perl(Compress::Zlib)
-BuildRequires: perl(Data::Dumper)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(File::Spec)
+BuildRequires: perl(File::Compare)
+BuildRequires: perl(Getopt::Std)
 BuildRequires: perl(IO::File)
 BuildRequires: perl(IO::String)
+BuildRequires: perl(strict)
+BuildRequires: perl(Symbol)
 BuildRequires: perl(Test::Simple)
-BuildRequires: perl(XML::Parser::Expat)
-Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+BuildRequires: perl(vars)
+Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 Perl module for TrueType font hacking. Supports reading, processing and writing
@@ -30,17 +33,15 @@ module.
 
 %prep
 %setup -q -n Font-TTF-%{version}
-#dos2unix README.TXT COPYING lib/Font/TTF/Changes
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{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 ';'
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -60,6 +61,9 @@ make test
 %exclude %{perl_vendorlib}/Font/TTF/Win32.pm
 
 %changelog
+* Tue Jan 21 2014 Petr Šabata <contyk at redhat.com> - 1.04-1
+- 1.04 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.02-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index f58c01f..0b15284 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d04e1f65a7edbedd9d150d9cd33c6ffe  Font-TTF-1.02.tar.gz
+ae3349a2259429c9327e183d8564d34a  Font-TTF-1.04.tar.gz


More information about the scm-commits mailing list