rpms/perl-PDF-API2/devel perl-PDF-API2.spec,1.1,1.2

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Fri May 4 02:58:30 UTC 2007


Author: bjohnson

Update of /cvs/pkgs/rpms/perl-PDF-API2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30096/devel

Modified Files:
	perl-PDF-API2.spec 
Log Message:
changes from review, pre-build



Index: perl-PDF-API2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PDF-API2/devel/perl-PDF-API2.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-PDF-API2.spec	4 May 2007 02:34:16 -0000	1.1
+++ perl-PDF-API2.spec	4 May 2007 02:57:56 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-PDF-API2
 Version:        0.60
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl module for creation and modification of PDF files
 
 Group:          System Environment/Libraries
@@ -11,7 +11,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Compress::Zlib)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires:  perl(Compress::Zlib), perl(XML::Parser::Expat)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       dejavu-fonts, dejavu-fonts-experimental
 
@@ -39,6 +40,7 @@
 
 # 027_winfont wants Win32.pm, so remove it
 rm -f examples/027_winfont
+sed -i '/examples\/027_winfont/d' MANIFEST
 
 # make mode on included examples and contrib 0644 to keep from triggering
 # rpmlint warning and additional auto-requires
@@ -117,6 +119,10 @@
 
 
 %changelog
+* Thu May 03 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.60-3
+- update MANIFEST to remove 027_winfont that gets removed
+- add missing BR perl(Test::More) and perl(XML::Parser::Expat)
+
 * Sun Apr 29 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.60-2
 - remove fonts and depend on dejavu-fonts and dejavu-fonts-experimental
 - change font search path




More information about the fedora-extras-commits mailing list