|
|
@ -1,8 +1,8 @@
|
|
|
|
%define cpanname Font-TTF
|
|
|
|
%define cpanname Font-TTF
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-%{cpanname}
|
|
|
|
Name: perl-%{cpanname}
|
|
|
|
Version: 0.37
|
|
|
|
Version: 0.38.1
|
|
|
|
Release: 4%{?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
|
|
|
@ -31,7 +31,7 @@ module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{cpanname}-%{version}
|
|
|
|
%setup -q -n %{cpanname}-0.38
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -66,6 +66,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* 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
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
|
|
|
|
|
|