commit 79bea1992bbec37989298e23a781af3413655473
Author: Jakub Bogusz <[email protected]>
Date:   Sun Oct 28 14:15:37 2012 +0100

    - pl, cosmetics

 perl-File-pushd.spec | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/perl-File-pushd.spec b/perl-File-pushd.spec
index 3b2d13a..9e999f8 100644
--- a/perl-File-pushd.spec
+++ b/perl-File-pushd.spec
@@ -6,17 +6,21 @@
 %define        pdir    File
 %define        pnam    pushd
 Summary:       File::pushd - change directory temporarily for a limited scope
-#Summary(pl.UTF-8):    
+Summary(pl.UTF-8):     File::pushd - tymczasowa zmiana katalogu dla 
ograniczonego kontekstu
 Name:          perl-File-pushd
 Version:       1.002
 Release:       1
-License:       apache
+License:       Apache v2.0
 Group:         Development/Languages/Perl
 Source0:       
http://www.cpan.org/modules/by-module/File/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: eac693b6968d99e0a3da89cd7babec11
 URL:           http://search.cpan.org/dist/File-pushd/
+BuildRequires: perl-ExtUtils-MakeMaker >= 6.30
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Test-Simple
+%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,8 +28,10 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 File::pushd does a temporary chdir that is easily and automatically
 reverted, similar to pushd in some Unix command shells.
 
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+File::pushd dokonuje tymczasowej zmiany katalogu, którą można łatwo
+cofnąć - podobnie, jak polecenie pushd w niektórych powłokach
+uniksowych.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -43,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+install -d $RPM_BUILD_ROOT%{_examplesdir}
 cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
@@ -51,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes
-%{perl_vendorlib}/File/*.pm
-%{_mandir}/man3/*
+%doc Changes Todo
+%{perl_vendorlib}/File/pushd.pm
+%{_mandir}/man3/File::pushd.3pm*
 %{_examplesdir}/%{name}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-File-pushd.git/commitdiff/79bea1992bbec37989298e23a781af3413655473

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to