]> git.pld-linux.org Git - packages/perl-Importer.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Nov 2016 10:03:49 +0000 (11:03 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Nov 2016 10:03:49 +0000 (11:03 +0100)
perl-Importer.spec

index 65f4cfc531cc09453b7eddeb2878f7afed8c0056..e94df5278490e76c9f492b8d6d054d71036f8996 100644 (file)
@@ -5,6 +5,7 @@
 %define                pdir    Importer
 %include       /usr/lib/rpm/macros.perl
 Summary:       Importer - Alternative but compatible interface to modules that export symbols
+Summary(pl.UTF-8):     Importer - alternatywny, ale kompatybilny interfejs do modułów eksportujących symbole
 Name:          perl-Importer
 Version:       0.024
 Release:       1
@@ -14,9 +15,10 @@ Group:               Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-authors/id/E/EX/EXODIST/Importer-%{version}.tar.gz
 # Source0-md5: 2d29c79e65e221105a23e28c239b688f
 URL:           http://search.cpan.org/dist/Importer/
-BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: perl-devel >= 1:5.8.1
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
+BuildRequires: perl-Test-Simple >= 0.98
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,6 +31,14 @@ follows Exporters specification. The exporter modules themselves do
 not need to use or inherit from the Exporter module, they just need to
 set @EXPORT and/or other variables.
 
+%description -l pl.UTF-8
+Ten moduł działa jako warstwa między Exporterem a modułami
+pobierającymi wyeksportowane symbole. Jest zgodny co do możliwości z
+Exporterem, zawiera też trochę dodatków. Można go użyć do importowania
+symboli od dowolnego eksportera zgodnego ze specyfikacją Exportera.
+Moduły eksportujące nie muszą wykorzystywać ani dziedziczyć z modułu
+Exporter, muszą tylko ustawić @EXPORT i/lub inne zmienne.
+
 %prep
 %setup -q -n %{pdir}-%{version}
 
@@ -50,6 +60,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes README
+%doc Changes README.md
 %{perl_vendorlib}/Importer.pm
 %{_mandir}/man3/Importer.3pm*
This page took 0.077756 seconds and 4 git commands to generate.