SPECS: perl-Module-Load-Conditional.spec - pl, typo
qboosh
qboosh at pld-linux.org
Sun Aug 20 11:15:12 CEST 2006
Author: qboosh Date: Sun Aug 20 09:15:12 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, typo
---- Files affected:
SPECS:
perl-Module-Load-Conditional.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/perl-Module-Load-Conditional.spec
diff -u SPECS/perl-Module-Load-Conditional.spec:1.2 SPECS/perl-Module-Load-Conditional.spec:1.3
--- SPECS/perl-Module-Load-Conditional.spec:1.2 Wed Jul 26 20:58:13 2006
+++ SPECS/perl-Module-Load-Conditional.spec Sun Aug 20 11:15:07 2006
@@ -2,12 +2,13 @@
#
# Conditional build:
%bcond_without autodeps # don't BR packages needed only for resolving deps
-%bcond_without tests # do not perform "make test"
+%bcond_without tests # do not perform "make test"
#
%include /usr/lib/rpm/macros.perl
%define pdir Module
%define pnam Load-Conditional
-Summary: perl(Module::Load::Conditional) - Looking up module information / loading at runtime
+Summary: Module::Load::Conditional - Looking up module information / loading at runtime
+Summary(pl): Module::Load::Conditional - wyszukiwanie informacji o modułach i wczytywanie
Name: perl-Module-Load-Conditional
Version: 0.08
Release: 0.1
@@ -16,23 +17,34 @@
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 9e2a706b6511651ca4eb6de0c4c89a12
-URL: http://search.cpan.org/dist/Module-Load-Conditional
+URL: http://search.cpan.org/dist/Module-Load-Conditional/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with autodeps} && %{with tests}
-BuildRequires: perl-Module-Load
+%if %{with autodeps} || %{with tests}
BuildRequires: perl-Locale-Maketext-Simple
+BuildRequires: perl-Module-Load
BuildRequires: perl-Params-Check
%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Perl module Module::Load::Conditional provides simple ways to query and
-possibly load any of the modules you have installed on your system during
-runtime.
-It is able to load multiple modules at once or none at all if one of them was
-not able to load. It also takes care of any error checking and so forth.
+Perl module Module::Load::Conditional provides simple ways to query
+and possibly load any of the modules you have installed on your system
+during runtime.
+
+It is able to load multiple modules at once or none at all if one of
+them was not able to load. It also takes care of any error checking
+and so forth.
+
+%description -l pl
+Moduł Perla Module::Load::Conditional udostępnia prosty sposób na
+odpytanie i ewentualne wczytanie w czasie działania programu dowolnego
+z modułów zainstalowanych w systemie.
+
+Pozwala wczytać wiele modułów naraz lub nie wczytać żadnego z nich,
+jeśli jednego z nich nie da się załadować. Dba także o sprawdzanie
+błędów itp.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -67,9 +79,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/08/20 09:15:07 qboosh
+- pl, typo
+
Revision 1.2 2006/07/26 18:58:13 agaran
- updated %desc, license, builds here.
Revision 1.1 2006/07/26 18:40:44 agaran
- initial NFY, WIP
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Module-Load-Conditional.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list