Author: qboosh Date: Fri Oct 27 20:55:21 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.14 - added pdflib4 patch to at least minimally work with pdflib 4.0.3
---- Files affected: SPECS: perl-PDFLib.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/perl-PDFLib.spec diff -u SPECS/perl-PDFLib.spec:1.15 SPECS/perl-PDFLib.spec:1.16 --- SPECS/perl-PDFLib.spec:1.15 Wed Dec 1 11:13:43 2004 +++ SPECS/perl-PDFLib.spec Fri Oct 27 22:55:16 2006 @@ -8,16 +8,19 @@ Summary: PDFLib Perl module - simpler and more OO interface to pdflib Summary(pl): ModuĊ Perla PDFLib - prostszy i bardziej obiektowy interfejs do pdflib-a Name: perl-PDFLib -Version: 0.12 -Release: 3 +Version: 0.14 +Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-authors/id/M/MS/MSERGEANT/%{pnam}-%{version}.tar.gz -# Source0-md5: 49ba9d136cc83210d37e7f4763b064cc -BuildRequires: pdflib-perl >= 4.0 +# Source0-md5: e22be28ee9a06c790484fdadf0558c82 +Patch0: %{name}-pdflib4.patch +BuildRequires: pdflib-perl >= 4.0.3-11 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 +Requires: pdflib-perl >= 4.0.3-11 +#Suggests: pdflib-perl >= 5 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -40,6 +43,7 @@ %prep %setup -q -n %{pnam}-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL \ @@ -51,7 +55,7 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} pure_install \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -69,6 +73,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2006/10/27 20:55:16 qboosh +- updated to 0.14 +- added pdflib4 patch to at least minimally work with pdflib 4.0.3 + Revision 1.15 2004/12/01 10:13:43 radek - standarized Source0 URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-PDFLib.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
