[packages/perl-ExtUtils-InstallPaths] - pl

qboosh qboosh at pld-linux.org
Tue Feb 3 21:43:41 CET 2015


commit 6df2a9b40d2002381036353b22e8907fe90350d3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Feb 3 21:46:00 2015 +0100

    - pl

 perl-ExtUtils-InstallPaths.spec | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/perl-ExtUtils-InstallPaths.spec b/perl-ExtUtils-InstallPaths.spec
index 18c9a70..2d55319 100644
--- a/perl-ExtUtils-InstallPaths.spec
+++ b/perl-ExtUtils-InstallPaths.spec
@@ -6,11 +6,11 @@
 %define		pnam	InstallPaths
 %include	/usr/lib/rpm/macros.perl
 Summary:	ExtUtils::InstallPaths - Build.PL install path logic made easy
-#Summary(pl.UTF-8):	
+Summary(pl.UTF-8):	ExtUtils::InstallPaths - ułatwienie logiki ścieżek instalacyjnych Build.PL
 Name:		perl-ExtUtils-InstallPaths
 Version:	0.010
 Release:	1
-# same as perl
+# same as perl 5
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -37,8 +37,18 @@ different (and more complicated) way. destdir lets you specify a
 temporary installation directory like /tmp/install in case you want to
 create bundled-up installable packages.
 
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+Ten moduł próbuje ułatwić rozwiązywanie ścieżek instalacyjnych na
+tyle, na ile to możliwe.
+
+Aby zainstalować moduł, musi on określić, gdzie instalować
+poszczególne elementy. W skrócie, domyślne ścieżki instalacyjne są
+określane z ExtUtils::Config i mogą być indywidualnie nadpisywane przy
+użyciu atrybutu install_path. Atrybut install_base pozwala na
+określenie alternatywnego korzenia dzewa instalacji, np. /home/foo, a
+prefix robi coś podobnego w nieco inny (i bardziej skomplikowany)
+sposób. destdir pozwala określić tymczasowy katalog instalacyjny, na
+przykład /tmp/install, aby utworzyć pakiety instalacyjne.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -61,6 +71,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes INSTALL README
+%doc Changes README
 %{perl_vendorlib}/ExtUtils/InstallPaths.pm
-%{_mandir}/man3/*
+%{_mandir}/man3/ExtUtils::InstallPaths.3pm*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-ExtUtils-InstallPaths.git/commitdiff/6df2a9b40d2002381036353b22e8907fe90350d3



More information about the pld-cvs-commit mailing list