commit 1cf5cebc3b921e1c5e4b73a73a172d53ddd9b539
Author: Jakub Bogusz <[email protected]>
Date:   Thu Jun 2 20:29:04 2022 +0200

    - updated to 0.05

 perl-Cwd-Guard.spec | 34 +++++++++++++++++++++-------------
 1 file changed, 21 insertions(+), 13 deletions(-)
---
diff --git a/perl-Cwd-Guard.spec b/perl-Cwd-Guard.spec
index dad05d0..18199bf 100644
--- a/perl-Cwd-Guard.spec
+++ b/perl-Cwd-Guard.spec
@@ -1,30 +1,38 @@
 #
 # Conditional build:
-%bcond_without tests           # do not perform "make test"
+%bcond_without tests   # unit tests
 #
 %define                pdir    Cwd
 %define                pnam    Guard
-Summary:       Cwd::Guard - Temporary changing working directory (chdir)
+Summary:       Cwd::Guard - temporary changing working directory (chdir)
+Summary(pl.UTF-8):     Cwd::Guard - tymczasowa zmiana katalogu roboczego 
(chdir)
 Name:          perl-Cwd-Guard
-Version:       0.04
-Release:       2
-# same as perl
+Version:       0.05
+Release:       1
+# same as perl 5
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       
http://www.cpan.org/modules/by-module/Cwd/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 26d12d3e4313943c7754afeec0f6462c
-URL:           http://search.cpan.org/dist/Cwd-Guard/
-BuildRequires: perl-Module-Build
-BuildRequires: perl-devel >= 1:5.8.0
+# Source0-md5: 3d9c31722ab475fcb095716fe80c6bb1
+URL:           https://metacpan.org/dist/Cwd-Guard
+BuildRequires: perl-Module-Build >= 0.38
+BuildRequires: perl-devel >= 1:5.8.1
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 %if %{with tests}
+BuildRequires: perl-Test-Requires
+BuildRequires: perl-Test-Simple
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-CORE::chdir Cwd:: Guard can change the current directory (chdir)
-using a limited scope.
+Cwd::Guard can change the current directory (chdir) using a limited
+scope.
+
+%description -l pl.UTF-8
+Cwd::Guard pozwala zmienić bieżący katalog (chdir) w ograniczonym
+kontekście.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -49,5 +57,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes
 %dir %{perl_vendorlib}/Cwd
-%{perl_vendorlib}/Cwd/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/Cwd/Guard.pm
+%{_mandir}/man3/Cwd::Guard.3pm*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Cwd-Guard.git/commitdiff/1cf5cebc3b921e1c5e4b73a73a172d53ddd9b539

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

Reply via email to