]> git.pld-linux.org Git - packages/perl-Sub-Exporter.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Jun 2007 23:28:53 +0000 (23:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- generic URL

Changed files:
    perl-Sub-Exporter.spec -> 1.2

perl-Sub-Exporter.spec

index 226a0a018ae0d62eae597abbcc5c34765ebc3478..3d84a8de325401f20b4b218bcdbe30f57bc60f15 100644 (file)
@@ -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/*
This page took 0.090123 seconds and 4 git commands to generate.