SPECS: perl-Test-Dependencies.spec - pl, generic URL, package name...
qboosh
qboosh at pld-linux.org
Mon Mar 24 23:20:51 CET 2008
Author: qboosh Date: Mon Mar 24 22:20:51 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, generic URL, package names where possible
---- Files affected:
SPECS:
perl-Test-Dependencies.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/perl-Test-Dependencies.spec
diff -u SPECS/perl-Test-Dependencies.spec:1.1 SPECS/perl-Test-Dependencies.spec:1.2
--- SPECS/perl-Test-Dependencies.spec:1.1 Tue Jan 8 23:20:17 2008
+++ SPECS/perl-Test-Dependencies.spec Mon Mar 24 23:20:46 2008
@@ -7,27 +7,28 @@
%define pdir Test
%define pnam Dependencies
Summary: Test::Dependencies - Ensure that your Makefile.PL specifies all module dependencies
-#Summary(pl):
+Summary(pl.UTF-8): Test::Dependencies - sprawdzanie czy Makefile.PL określa wszystkie zależności
Name: perl-Test-Dependencies
Version: 0.11
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-authors/id/Z/ZE/ZEV/Test-Dependencies-0.11.tar.gz
+Source0: http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: f092f03973d5f5d1f8ef0e730f957771
+URL: http://search.cpan.org/dist/Test-Dependencies/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
BuildRequires: perl(B::PerlReq)
-BuildRequires: perl(File::Find::Rule)
-BuildRequires: perl(IPC::Cmd)
-BuildRequires: perl(Module::CoreList)
BuildRequires: perl(PerlReq::Utils)
-BuildRequires: perl(Pod::Strip)
BuildRequires: perl(Test::Builder::Module)
-BuildRequires: perl(YAML)
BuildRequires: perl(Test::Builder::Tester) >= 0.64
+BuildRequires: perl-File-Find-Rule
+BuildRequires: perl-IPC-Cmd
+BuildRequires: perl-Module-CoreList
+BuildRequires: perl-Pod-Strip
+BuildRequires: perl-YAML
%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -36,8 +37,10 @@
Makes sure that all of the modules that are 'use'd are listed in the
Makefile.PL as dependencies.
-# %description -l pl
-# TODO
+%description -l pl.UTF-8
+Ten moduł sprawdza, czy wszystkie moduły, do których dany pakiet
+odwołuje się przez "use", są wymienione jako zależności w pliku
+Makefile.PL.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -71,6 +74,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008-03-24 22:20:46 qboosh
+- pl, generic URL, package names where possible
+
Revision 1.1 2008-01-08 22:20:17 agaran
- initial, builds here and passes test, rel 1
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Test-Dependencies.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list