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
epel9
nim 19 years ago
parent 968c4b9d77
commit adfa48d524

@ -1 +1 @@
Font-TTF-0.38.1.tar.gz
Font-TTF-0.40.tar.gz

@ -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 <nicolas.mailhot at laposte.net> - 0.38.1-1
* Mon Jul 31 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 0.40.0
* Sat Feb 18 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 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 <nicolas.mailhot at laposte.net> - 0.37-4
* Mon Feb 13 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 0.37-4
- rebuilt for new gcc4.1 snapshot and glibc changes
* Sun Feb 5 2006 Nicolas Mailhot <nicolas.mailhot (at) laposte.net> - 0.37-3
* Sun Feb 5 2006 Nicolas Mailhot <nicolas.mailhot (at) laposte.net>
- 0.37-3
- spec cleanups #2
* Sun Feb 5 2006 Nicolas Mailhot <nicolas.mailhot (at) laposte.net> - 0.37-2
* Sun Feb 5 2006 Nicolas Mailhot <nicolas.mailhot (at) laposte.net>
- 0.37-2
- spec cleanups
* Sat Feb 4 2006 Nicolas Mailhot <nicolas.mailhot (at) laposte.net> - 0.37-1
* Sat Feb 4 2006 Nicolas Mailhot <nicolas.mailhot (at) laposte.net>
- 0.37-1
- Initial release

@ -1 +1 @@
45644142c73958569a3c2bcb929d8fb1 Font-TTF-0.38.1.tar.gz
874f54894bf83a339dd3259b71cc4352 Font-TTF-0.40.tar.gz

Loading…
Cancel
Save