|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-%{cpanname}
|
|
|
|
|
Version: 0.40.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Perl library for modifying TTF font files
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -13,6 +13,7 @@ Source0: http://cpan.org/authors/id/M/MH/MHOSKEN/%{cpanname}-%{cpanver}.t
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl-devel, dos2unix
|
|
|
|
|
|
|
|
|
|
# The current FE perl template proposes this BuildRequires
|
|
|
|
|
# The current FE packaging guidelines say it's forbidden
|
|
|
|
@ -33,7 +34,7 @@ module.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{cpanname}-%{cpanver}
|
|
|
|
|
|
|
|
|
|
dos2unix README.TXT COPYING lib/Font/TTF/Changes
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS="vendor"
|
|
|
|
@ -53,7 +54,7 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
|
%doc README.TXT COPYING lib/Font/TTF/Changes
|
|
|
|
|
%dir %{perl_vendorlib}/Font
|
|
|
|
|
%dir %{perl_vendorlib}/Font/TTF
|
|
|
|
@ -73,6 +74,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 20 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
|
|
|
|
- 0.40.0-3
|
|
|
|
|
- small packaging fixes
|
|
|
|
|
|
|
|
|
|
* Sat Sep 02 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
|
|
|
|
- 0.40.0-2
|
|
|
|
|
- FE6 Rebuild
|
|
|
|
|