]> git.pld-linux.org Git - packages/perl-Check-ISA.git/blobdiff - perl-Check-ISA.spec
- updated to 0.09
[packages/perl-Check-ISA.git] / perl-Check-ISA.spec
index 4f969f8dff83d0fc56a966566f7e38d36ffdf5ee..e9bea18a68501a5fb5195e914259125cf7a2ee02 100644 (file)
@@ -8,19 +8,20 @@
 Summary:       Check::ISA - DWIM, correct checking of an object's class
 Summary(pl.UTF-8):     Check::ISA - DWIM, poprawne sprawdzanie klas obiektów
 Name:          perl-Check-ISA
-Version:       0.04
-Release:       2
+Version:       0.09
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 7d118aadd4069b4287f309482776a2bd
+Source0:       http://www.cpan.org/modules/by-authors/id/M/MA/MANWAR/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: d86bd85a04cdc0976841fdc2c6fa19b5
 URL:           http://search.cpan.org/dist/Check-ISA/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
 BuildRequires: perl-Sub-Exporter
-BuildRequires: perl-Test-use-ok
+BuildRequires: perl-Test-Simple >= 1.001014
+#BuildRequires:        perl-Test-use-ok  # included in Test::Simple >= 1.001014
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,8 +31,8 @@ This module provides several functions to assist in testing whether a
 value is an object, and if so asking about its class.
 
 %description -l pl.UTF-8
-Moduł ten dostarcza funkcje do wparcia sprawdzania czy wartość jest
-obiektem, i jeśli jest, do odpytania o jego klasę.
+Moduł ten dostarcza funkcje wspierające sprawdzanie, czy wartość jest
+obiektem, i, jeśli jest, do zapytania o jego klasę.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -54,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes
+%doc Changes README
 %dir %{perl_vendorlib}/Check
-%{perl_vendorlib}/Check/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/Check/ISA.pm
+%{_mandir}/man3/Check::ISA.3pm*
This page took 0.082585 seconds and 4 git commands to generate.