Author: qboosh Date: Sat Mar 12 06:34:57 2011 GMT Module: packages Tag: HEAD ---- Log message: - real pl - dropped some details from en desc - more BRs
---- Files affected: packages/perl-Parse-CPAN-Meta: perl-Parse-CPAN-Meta.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta.spec diff -u packages/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta.spec:1.4 packages/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta.spec:1.5 --- packages/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta.spec:1.4 Thu Mar 10 12:21:15 2011 +++ packages/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta.spec Sat Mar 12 07:34:52 2011 @@ -6,20 +6,24 @@ %include /usr/lib/rpm/macros.perl %define pdir Parse %define pnam CPAN-Meta -Summary: Parse::CPAN::Meta - Parse META.yml and other similar CPAN metadata files -Summary(pl.UTF-8): Parse::CPAN::Meta - Parsuje META.yml i inne podobne pliki z metadanymi CPAN +Summary: Parse::CPAN::Meta - parse META.yml and other similar CPAN metadata files +Summary(pl.UTF-8): Parse::CPAN::Meta - analiza META.yml i innych podobnych plików z metadanymi CPAN Name: perl-Parse-CPAN-Meta Version: 1.4401 Release: 2 License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/Parse/DAGOLDEN/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 32c8b2ba97887b526a0948706c546eba URL: http://search.cpan.org/dist/Parse-CPAN-Meta/ +BuildRequires: perl-ExtUtils-MakeMaker BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} +BuildRequires: perl(File::Spec) >= 0.80 +BuildRequires: perl-CPAN-Meta-YAML >= 0.002 BuildRequires: perl-JSON-PP >= 2.27103 +BuildRequires: perl-Test-Simple >= 0.47 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -35,15 +39,17 @@ If you need something with more power, move up to a full YAML parser such as YAML, YAML::Syck or YAML::LibYAML. -Parse::CPAN::Meta provides a very simply API of only two functions, -based on the YAML functions of the same name. Wherever possible, -identical calling semantics are used. - -All error reporting is done with exceptions (die'ing). - %description -l pl.UTF-8 -Parse::CPAN::Meta jest parserem plików META.yml opartym na części -parsującej YAML::Tiny. +Parse::CPAN::Meta jest analizatorem plików META.yml opartym na części +analizującej modułu YAML::Tiny. + +Obsługuje podstawowy podzbiór pełnej specyfikacji YAML, wystarczający +do analizy typowych plików META.yml i innych podobnie prostych plików +YAML. + +Jeżeli potrzebne jest coś o większych możliwościach, należy użyć +pełnego analizatora YAML-a - np. z modułu YAML, YAML::Syck lub +YAML::LibYAML. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -68,8 +74,8 @@ %defattr(644,root,root,755) %doc Changes %dir %{perl_vendorlib}/Parse/CPAN -%{_mandir}/man3/Parse::CPAN::Meta.3pm* %{perl_vendorlib}/Parse/CPAN/Meta.pm +%{_mandir}/man3/Parse::CPAN::Meta.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -77,6 +83,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/03/12 06:34:52 qboosh +- real pl +- dropped some details from en desc +- more BRs + Revision 1.4 2011/03/10 11:21:15 lisu - rel 2 @@ -93,4 +104,3 @@ Revision 1.1 2009/06/16 09:09:32 amateja - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
