From adfa48d524b6b845c29e49158665f15545ac2003 Mon Sep 17 00:00:00 2001 From: nim Date: Mon, 31 Jul 2006 08:35:01 +0000 Subject: [PATCH] auto-import perl-Font-TTF-0.40.0-1.fc6 on branch devel from perl-Font-TTF-0.40.0-1.fc6.src.rpm 0.40.0 --- .cvsignore | 2 +- perl-Font-TTF.spec | 35 +++++++++++++++++++++++++---------- sources | 2 +- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index de059d6..a29f79f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Font-TTF-0.38.1.tar.gz +Font-TTF-0.40.tar.gz diff --git a/perl-Font-TTF.spec b/perl-Font-TTF.spec index 3dc97ad..ebc33f7 100644 --- a/perl-Font-TTF.spec +++ b/perl-Font-TTF.spec @@ -1,14 +1,15 @@ %define cpanname Font-TTF +%define cpanver 0.40 Name: perl-%{cpanname} -Version: 0.38.1 +Version: 0.40.0 Release: 1%{?dist} Summary: Perl library for modifying TTF font files Group: Development/Libraries License: Artistic URL: http://search.cpan.org/dist/%{cpanname}/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MH/MHOSKEN/%{cpanname}-%{version}.tar.gz +Source0: http://cpan.org/authors/id/M/MH/MHOSKEN/%{cpanname}-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -31,7 +32,7 @@ module. %prep -%setup -q -n %{cpanname}-0.38 +%setup -q -n %{cpanname}-%{cpanver} %build @@ -53,10 +54,16 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc README.TXT +%doc README.TXT COPYING lib/Font/TTF/Changes %dir %{perl_vendorlib}/Font -%{perl_vendorlib}/Font/TTF +%dir %{perl_vendorlib}/Font/TTF + %{perl_vendorlib}/ttfmod.pl +%{perl_vendorlib}/Font/TTF.pm +%{perl_vendorlib}/Font/TTF/* + +%exclude %{perl_vendorlib}/Font/TTF/Changes + %{_mandir}/man3/*.3* # We really don't want to use this perl package in a Win32 env @@ -66,18 +73,26 @@ rm -rf %{buildroot} %changelog -* Sat Feb 18 2006 Nicolas Mailhot - 0.38.1-1 +* Mon Jul 31 2006 Nicolas Mailhot +- 0.40.0 + +* Sat Feb 18 2006 Nicolas Mailhot +- 0.38.1-1 - new version with COPYING file as requested from upstream many thanks to Martin Hosken for quick action! -* Mon Feb 13 2006 Nicolas Mailhot - 0.37-4 +* Mon Feb 13 2006 Nicolas Mailhot +- 0.37-4 - rebuilt for new gcc4.1 snapshot and glibc changes -* Sun Feb 5 2006 Nicolas Mailhot - 0.37-3 +* Sun Feb 5 2006 Nicolas Mailhot +- 0.37-3 - spec cleanups #2 -* Sun Feb 5 2006 Nicolas Mailhot - 0.37-2 +* Sun Feb 5 2006 Nicolas Mailhot +- 0.37-2 - spec cleanups -* Sat Feb 4 2006 Nicolas Mailhot - 0.37-1 +* Sat Feb 4 2006 Nicolas Mailhot +- 0.37-1 - Initial release diff --git a/sources b/sources index 3b7d9e6..3b7eaa8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45644142c73958569a3c2bcb929d8fb1 Font-TTF-0.38.1.tar.gz +874f54894bf83a339dd3259b71cc4352 Font-TTF-0.40.tar.gz