Author: qboosh Date: Sat May 26 11:07:54 2012 GMT Module: packages Tag: HEAD ---- Log message: - common description instead of details of single function - pl
---- Files affected: packages/perl-ExtUtils-Manifest: perl-ExtUtils-Manifest.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec diff -u packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec:1.3 packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec:1.4 --- packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec:1.3 Mon Jan 16 11:20:15 2012 +++ packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec Sat May 26 13:07:48 2012 @@ -7,6 +7,7 @@ %define pdir ExtUtils %define pnam Manifest Summary: ExtUtils::Manifest - utilities to write and check a MANIFEST file +Summary(pl.UTF-8): ExtUtils::Manifest - narzędzia do tworzenia i sprawdzania plików MANIFEST Name: perl-ExtUtils-Manifest Version: 1.60 Release: 1 @@ -16,27 +17,22 @@ Source0: http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 0146485d2f730a3676d0058cd4bbdd02 URL: http://search.cpan.org/dist/ExtUtils-Manifest/ +BuildRequires: perl-ExtUtils-MakeMaker >= 6.30 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} +BuildRequires: perl(File::Spec) >= 0.80 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -ExtUtils::Manifest exports no functions by default. The following are -exported on request +ExtUtils::Manifest contains the functions to write and check MANIFEST +files. -A list of files in the distribution, one file per line. The MANIFEST -always uses Unix filepath conventions even if you're not on Unix. This -means foo/bar style not foo\bar. - -Anything between white space and an end of line within a MANIFEST file -is considered to be a comment. Any line beginning with # is also a -comment. Beginning with ExtUtils::Manifest 1.52, a filename may -contain whitespace characters if it is enclosed in single quotes; -single quotes or backslashes in that filename must be -backslash-escaped. +%description -l pl.UTF-8 +Moduł ExtUtils::Manifest zawiera funkcje do zapisu i sprawdzania +plików MANIFEST. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -60,8 +56,9 @@ %files %defattr(644,root,root,755) %doc Changes README -%{perl_vendorlib}/ExtUtils/*.pm -%{_mandir}/man3/* +%{perl_vendorlib}/ExtUtils/Manifest.pm +%{perl_vendorlib}/ExtUtils/MANIFEST.SKIP +%{_mandir}/man3/ExtUtils::Manifest.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -69,6 +66,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2012/05/26 11:07:48 qboosh +- common description instead of details of single function +- pl + Revision 1.3 2012/01/16 10:20:15 zbyniu - up to 1.60 @@ -77,4 +78,3 @@ Revision 1.1 2009/03/13 10:33:11 paszczus - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest.spec?r1=1.3&r2=1.4 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
