epel9
Petr Šabata 11 years ago
parent 82cc14214e
commit 4efddf58f5

1
.gitignore vendored

@ -3,3 +3,4 @@ Font-TTF-0.45.tar.gz
/Font-TTF-1.00.tar.gz /Font-TTF-1.00.tar.gz
/Font-TTF-1.01.tar.gz /Font-TTF-1.01.tar.gz
/Font-TTF-1.02.tar.gz /Font-TTF-1.02.tar.gz
/Font-TTF-1.04.tar.gz

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

@ -1 +1 @@
d04e1f65a7edbedd9d150d9cd33c6ffe Font-TTF-1.02.tar.gz ae3349a2259429c9327e183d8564d34a Font-TTF-1.04.tar.gz

Loading…
Cancel
Save