From: Jakub Bogusz Date: Sat, 2 Jun 2007 23:28:53 +0000 (+0000) Subject: - pl X-Git-Tag: auto/th/perl-Sub-Exporter-0_979-1~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fperl-Sub-Exporter.git;a=commitdiff_plain;h=daa6e39248892cb6bf50a58fa49096db82292507 - pl - generic URL Changed files: perl-Sub-Exporter.spec -> 1.2 --- diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec index 226a0a0..3d84a8d 100644 --- a/perl-Sub-Exporter.spec +++ b/perl-Sub-Exporter.spec @@ -6,46 +6,38 @@ %define pdir Sub %define pnam Exporter Summary: Sub::Exporter - a sophisticated exporter for custom-built routines -#Summary(pl): +Summary(pl.UTF-8): Sub::Exporter - wymyślny eksporter dla własnych funkcji Name: perl-Sub-Exporter Version: 0.974 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/Sub/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 916be83adf51eb8a0412f98e72605c88 +URL: http://search.cpan.org/dist/Sub-Exporter/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl(Data::OptList) >= 0.1 -BuildRequires: perl(Params::Util) >= 0.14 -BuildRequires: perl(Sub::Install) >= 0.92 +BuildRequires: perl-Data-OptList >= 0.1 +BuildRequires: perl-Params-Util >= 0.14 +BuildRequires: perl-Sub-Install >= 0.92 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -ACHTUNG! If you're not familiar with Exporter or exporting, read -Sub::Exporter::Tutorial first! - The biggest benefit of Sub::Exporter over existing exporters (including the ubiquitous Exporter.pm) is its ability to build new coderefs for export, rather than to simply export code identical to that found in the exporting package. -If your module's consumers get a routine that works like this: - -use Data::Analyze qw(analyze); my $value = analyze($data, $tolerance, -$passes); - -and they constantly pass only one or two different set of values for -the non-$data arguments, your code can benefit from Sub::Exporter. By -writing a simple generator, you can let them do this, instead: - - - -# %description -l pl # TODO +%description -l pl.UTF-8 +Największą zaletą modułu Sub::Exporter w stosunku do istniejących +wcześniej eksporterów (wraz z wszechobecnym Exporter.pm) jest +możliwość budowania nowych coderefów do exportowania zamiast zwykłego +eksportowania kodu identycznego do tego, jaki można znaleźć w +eksportowanym pakiecie. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -70,5 +62,4 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc Changes README %{perl_vendorlib}/Sub/*.pm -#%%{perl_vendorlib}/Sub/Exporter %{_mandir}/man3/*