Author: qboosh Date: Sat Jun 3 22:35:36 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, more readable files, use package names where possible
---- Files affected: SPECS: perl-CAM-PDF.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-CAM-PDF.spec diff -u SPECS/perl-CAM-PDF.spec:1.1 SPECS/perl-CAM-PDF.spec:1.2 --- SPECS/perl-CAM-PDF.spec:1.1 Wed May 31 11:58:42 2006 +++ SPECS/perl-CAM-PDF.spec Sun Jun 4 00:35:30 2006 @@ -7,6 +7,7 @@ %define pdir CAM %define pnam PDF Summary: CAM::PDF - PDF manipulation library +Summary(pl): CAM::PDF - biblioteka do obróbki plików PDF Name: perl-CAM-PDF Version: 1.06 Release: 1 @@ -16,29 +17,29 @@ #Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/C/CL/CLOTHO/%{pdir}-%{pnam}-%{version}.tgz # Source0-md5: 4c538b7c8a01e9c3d2e109b8b54cd870 - BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 - -Requires: perl(Text::PDF::File) >= 0.18 -Requires: perl(Crypt::RC4) >= 2.02 -Requires: perl(Digest::MD5) >= 2.16 -Requires: perl(Getopt::Long) >= 2.0 -Requires: perl(Pod::Usage) >= 1.0 -Requires: perl(Test::More) >= 0.01 - +Requires: perl(Getopt::Long) >= 2.0 +Requires: perl(Pod::Usage) >= 1.0 +Requires: perl(Text::PDF::File) >= 0.18 +Requires: perl-Crypt-RC4 >= 2.02 +Requires: perl-Digest-MD5 >= 2.16 +Requires: perl-Test-Simple >= 0.01 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) - %description -CAM::PDF - PDF manipulation library - This package reads and writes any document that conforms to the PDF specification generously provided by Adobe at http://partners.adobe.com/public/developer/pdf/index_reference.html (link last checked Oct 2005). +%description -l pl +Ten pakiet odczytuje i zapisuje dokumenty zgodne ze specyfikacją PDF +udostępnioną przez Adobe pod +http://partners.adobe.com/public/developer/pdf/index_reference.html +(odnośnik sprawdzany ostatnio w październiku 2005). + %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -61,13 +62,13 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* -%{perl_vendorlib}/%{pdir}/*.pm -%dir %{perl_vendorlib}/%{pdir}/%{pnam}/ -%{perl_vendorlib}/%{pdir}/%{pnam}/*.pm -%dir %{perl_vendorlib}/%{pdir}/%{pnam}/GS/ -%{perl_vendorlib}/%{pdir}/%{pnam}/GS/*.pm -%dir %{perl_vendorlib}/%{pdir}/%{pnam}/Renderer/ -%{perl_vendorlib}/%{pdir}/%{pnam}/Renderer/*.pm +%{perl_vendorlib}/CAM/*.pm +%dir %{perl_vendorlib}/CAM/PDF +%{perl_vendorlib}/CAM/PDF/*.pm +%dir %{perl_vendorlib}/CAM/PDF/GS +%{perl_vendorlib}/CAM/PDF/GS/*.pm +%dir %{perl_vendorlib}/CAM/PDF/Renderer +%{perl_vendorlib}/CAM/PDF/Renderer/*.pm %{_mandir}/man1/* %{_mandir}/man3/* @@ -77,6 +78,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/06/03 22:35:30 qboosh +- pl, more readable files, use package names where possible + Revision 1.1 2006/05/31 09:58:42 tiwek - initial, STBR - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-CAM-PDF.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
