]> git.pld-linux.org Git - packages/perl-Module-Refresh.git/commitdiff
- pl auto/ti/perl-Module-Refresh-0_13-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Mar 2011 13:02:43 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Module-Refresh.spec -> 1.3

perl-Module-Refresh.spec

index ce952bcc1c59ea69962f8d5c7a62e14e147e828f..252e185a5755addfc17209610ef1d6adff1e0fbc 100644 (file)
@@ -5,7 +5,8 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Module
 %define        pnam    Refresh
-Summary:       Module::Refresh - Refresh %INC files when updated on disk
+Summary:       Module::Refresh - refresh %%INC files when updated on disk
+Summary(pl.UTF-8):     Module::Refresh - odświeżanie plików %%INC po uaktualnieniu na dysku
 Name:          perl-Module-Refresh
 Version:       0.13
 Release:       2
@@ -15,22 +16,24 @@ Group:              Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Module/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: d968e32fc272b5a258f527504c99dc7d
 URL:           http://search.cpan.org/dist/Module-Refresh/
-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
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This module is a generalization of the functionality provided by
-Apache::StatINC and Apache::Reload.  It's designed to make it
-easy to do simple iterative development when working in a persistent
+Apache::StatINC and Apache::Reload. It's designed to make it easy to
+do simple iterative development when working in a persistent
 environment.
 
-It does not require mod_perl.
-
-Initialize the module refresher.
+%description -l pl.UTF-8
+Ten moduł jest uogólnieniem funkcji udostępnianych przez moduły
+Apache::StatINC i Apache::Reload. Ma ułatwić proste programowanie
+iteracyjne przy pracy w trwałym środowisku.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -54,5 +57,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes
-%{perl_vendorlib}/Module/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/Module/Refresh.pm
+%{_mandir}/man3/Module::Refresh.3pm*
This page took 0.062578 seconds and 4 git commands to generate.