Author: qboosh Date: Sat Mar 12 08:18:34 2011 GMT Module: packages Tag: HEAD ---- Log message: - pl - completed BRs
---- Files affected: packages/perl-CPAN-Meta: perl-CPAN-Meta.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/perl-CPAN-Meta/perl-CPAN-Meta.spec diff -u packages/perl-CPAN-Meta/perl-CPAN-Meta.spec:1.1 packages/perl-CPAN-Meta/perl-CPAN-Meta.spec:1.2 --- packages/perl-CPAN-Meta/perl-CPAN-Meta.spec:1.1 Thu Mar 10 12:31:17 2011 +++ packages/perl-CPAN-Meta/perl-CPAN-Meta.spec Sat Mar 12 09:18:29 2011 @@ -7,22 +7,28 @@ %define pnam Meta %include /usr/lib/rpm/macros.perl Summary: CPAN::Meta - the distribution metadata for a CPAN dist +Summary(pl.UTF-8): CPAN::Meta - metadane dystrybucji dla CPAN Name: perl-CPAN-Meta Version: 2.110580 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-authors/id/D/DA/DAGOLDEN/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/CPAN/DAGOLDEN/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: a0e629045f5506eb29f6148eb5c9cbef URL: http://search.cpan.org/dist/CPAN-Meta/ +BuildRequires: perl-ExtUtils-MakeMaker >= 6.31 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} BuildRequires: perl-CPAN-Meta-YAML >= 0.002 +BuildRequires: perl-File-Temp >= 0.20 BuildRequires: perl-JSON-PP >= 2.27103 BuildRequires: perl-Parse-CPAN-Meta >= 1.4400 +BuildRequires: perl-Scalar-List-Utils +BuildRequires: perl-Test-Simple >= 0.96 BuildRequires: perl-Version-Requirements >= 0.101020 +BuildRequires: perl-version >= 0.82 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -38,9 +44,16 @@ metadata (or distmeta), along with some helpful methods for interrogating that data. -The documentation below is only for the methods of the CPAN::Meta -object. For information on the meaning of individual fields, consult -the spec. +%description -l pl.UTF-8 +Dystrybucje oprogramowania wydane do CPAN zawierają plik META.json +lub (w starszych wersjach) META.yml, opisujący dystrybucję, jej +zawartość i wymagania do budowania i instalowania dystrybucji. +Struktura danych zapisanych w pliku META.json jest opisana w +CPAN::Meta::Spec. + +CPAN::Meta udostępnia prostą klasę reprezentującą te metadane +dystrybucji (distmeta) wraz z kilkoma przydatnymi metodami do +badania tych danych. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -63,10 +76,10 @@ %files %defattr(644,root,root,755) -%doc Changes history README -%{perl_vendorlib}/CPAN/*.pm +%doc Changes README Todo history +%{perl_vendorlib}/CPAN/Meta.pm %{perl_vendorlib}/CPAN/Meta -%{_mandir}/man3/* +%{_mandir}/man3/CPAN::Meta*.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -74,6 +87,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2011/03/12 08:18:29 qboosh +- pl +- completed BRs + Revision 1.1 2011/03/10 11:31:17 lisu - init created by pldcpan.pl script - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-CPAN-Meta/perl-CPAN-Meta.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
