rpms/perl-Font-AFM/devel perl-Font-AFM.spec,1.1,1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sun Aug 21 11:06:26 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Font-AFM/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32386

Modified Files:
	perl-Font-AFM.spec 
Log Message:
Review feedback


Index: perl-Font-AFM.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Font-AFM/devel/perl-Font-AFM.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Font-AFM.spec	21 Aug 2005 10:57:45 -0000	1.1
+++ perl-Font-AFM.spec	21 Aug 2005 11:06:24 -0000	1.2
@@ -1,23 +1,28 @@
 Name:           perl-Font-AFM
 Version:        1.19
-Release: 	1%{?dist}
-Summary:        Font::AFM Perl module
+Release: 	2%{?dist}
+Summary:        Perl interface to Adobe Font Metrics files
 
 Group: 		Development/Libraries
 License:	GPL or Artistic
 URL:		http://search.cpan.org/dist/Font-AFM/
 Source0:	http://www.cpan.org/authors/id/G/GA/GAAS/Font-AFM-%{version}.tar.gz
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 BuildArch:      noarch
 
+BuildRequires:	%{_datadir}/a2ps/afm/phvr.afm
+
 %description
 Interface to Adobe Font Metrics files
 
 %prep
 %setup -q -n Font-AFM-%{version}
+# We don't have Helvetica, use phvr.afm instead
+sed -i -e 's,Helvetica,phvr,g' t/afm.t
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -33,8 +38,7 @@
 
 
 %check
-make test
-
+make test METRICS=%{_datadir}/a2ps/afm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,7 +51,10 @@
 %{_mandir}/man3/Font*
 
 %changelog
-* Thu Aug 22 2005 Ralf Corsepius <ralf at links2linux.de>	- 1.19-1
+* Thu Aug 22 2005 Ralf Corsepius <ralf at links2linux.de>	- 1.19-2
+- Review feedback.
+
+* Thu Aug 18 2005 Ralf Corsepius <ralf at links2linux.de>	- 1.19-1
 - FE submission.
 
 * Mon Mar 21 2005 Ralf Corsepius <ralf at links2linux.de>	- 1.19-0.pm.2




More information about the fedora-extras-commits mailing list